From b35ad92308cb322ee4d19daf9cf616afe3548667 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Mon, 8 Mar 2021 15:15:25 +0100 Subject: [PATCH 01/53] adds test-runner boilerplate --- Cargo.lock | 3087 ++++++++++------- Cargo.toml | 1 + bridges/bin/millau/node/Cargo.toml | 44 +- bridges/bin/millau/runtime/Cargo.toml | 50 +- bridges/bin/rialto/node/Cargo.toml | 46 +- bridges/bin/rialto/runtime/Cargo.toml | 54 +- bridges/bin/runtime-common/Cargo.toml | 12 +- bridges/modules/call-dispatch/Cargo.toml | 12 +- bridges/modules/currency-exchange/Cargo.toml | 14 +- .../ethereum-contract/builtin/Cargo.toml | 10 +- bridges/modules/ethereum/Cargo.toml | 12 +- bridges/modules/finality-verifier/Cargo.toml | 10 +- bridges/modules/message-lane/Cargo.toml | 16 +- bridges/modules/message-lane/rpc/Cargo.toml | 12 +- .../modules/shift-session-manager/Cargo.toml | 14 +- bridges/modules/substrate/Cargo.toml | 18 +- .../primitives/currency-exchange/Cargo.toml | 6 +- bridges/primitives/ethereum-poa/Cargo.toml | 8 +- bridges/primitives/header-chain/Cargo.toml | 10 +- bridges/primitives/kusama/Cargo.toml | 12 +- bridges/primitives/message-lane/Cargo.toml | 6 +- bridges/primitives/millau/Cargo.toml | 16 +- bridges/primitives/polkadot/Cargo.toml | 12 +- bridges/primitives/rialto/Cargo.toml | 12 +- bridges/primitives/runtime/Cargo.toml | 10 +- bridges/primitives/test-utils/Cargo.toml | 6 +- bridges/relays/ethereum/Cargo.toml | 12 +- bridges/relays/kusama-client/Cargo.toml | 12 +- bridges/relays/millau-client/Cargo.toml | 12 +- bridges/relays/polkadot-client/Cargo.toml | 12 +- bridges/relays/rialto-client/Cargo.toml | 12 +- bridges/relays/substrate-client/Cargo.toml | 18 +- bridges/relays/substrate/Cargo.toml | 10 +- bridges/relays/utils/Cargo.toml | 2 +- cli/Cargo.toml | 16 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/collation-generation/Cargo.toml | 2 +- node/core/approval-voting/Cargo.toml | 20 +- node/core/av-store/Cargo.toml | 6 +- node/core/backing/Cargo.toml | 10 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-selection/Cargo.toml | 4 +- node/core/candidate-validation/Cargo.toml | 4 +- node/core/chain-api/Cargo.toml | 4 +- node/core/proposer/Cargo.toml | 22 +- node/core/provisioner/Cargo.toml | 4 +- node/core/runtime-api/Cargo.toml | 8 +- node/jaeger/Cargo.toml | 4 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 16 +- node/network/availability-recovery/Cargo.toml | 6 +- node/network/bitfield-distribution/Cargo.toml | 6 +- node/network/bridge/Cargo.toml | 8 +- node/network/collator-protocol/Cargo.toml | 4 +- node/network/pov-distribution/Cargo.toml | 4 +- node/network/protocol/Cargo.toml | 2 +- .../network/statement-distribution/Cargo.toml | 12 +- node/overseer/Cargo.toml | 4 +- node/primitives/Cargo.toml | 10 +- node/service/Cargo.toml | 82 +- node/subsystem-test-helpers/Cargo.toml | 4 +- node/subsystem-util/Cargo.toml | 10 +- node/subsystem/Cargo.toml | 6 +- node/test/client/Cargo.toml | 28 +- node/test/runtime/Cargo.toml | 45 + node/test/runtime/src/lib.rs | 248 ++ node/test/service/Cargo.toml | 62 +- parachain/Cargo.toml | 14 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 4 +- .../test-parachains/adder/collator/Cargo.toml | 14 +- primitives/Cargo.toml | 30 +- rpc/Cargo.toml | 40 +- runtime/common/Cargo.toml | 58 +- runtime/kusama/Cargo.toml | 114 +- runtime/parachains/Cargo.toml | 58 +- runtime/polkadot/Cargo.toml | 110 +- runtime/rococo/Cargo.toml | 66 +- runtime/test-runtime/Cargo.toml | 76 +- runtime/westend/Cargo.toml | 112 +- statement-table/Cargo.toml | 2 +- xcm/xcm-builder/Cargo.toml | 10 +- xcm/xcm-executor/Cargo.toml | 12 +- 84 files changed, 2961 insertions(+), 2036 deletions(-) create mode 100644 node/test/runtime/Cargo.toml create mode 100644 node/test/runtime/src/lib.rs diff --git a/Cargo.lock b/Cargo.lock index c62e454cb98e..0abbb2bfba2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "adler" -version = "0.2.2" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aead" @@ -36,9 +36,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5" +checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6" dependencies = [ "aes-soft", "aesni", @@ -47,49 +47,49 @@ dependencies = [ [[package]] name = "aes-gcm" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1" +checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f" dependencies = [ "aead", "aes", "block-cipher", "ghash", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] name = "aes-soft" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7" +checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6" dependencies = [ "block-cipher", "byteorder", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] name = "aesni" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264" +checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a" dependencies = [ "block-cipher", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] name = "ahash" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c" +checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" [[package]] name = "aho-corasick" -version = "0.7.13" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" +checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" dependencies = [ "memchr", ] @@ -114,9 +114,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" [[package]] name = "approx" @@ -127,12 +127,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "arc-swap" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" - [[package]] name = "arrayref" version = "0.3.6" @@ -175,10 +169,11 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e" +checksum = "f2475b58cd94eb4f70159f4fd8844ba3b807532fe3131b3373fae060bbe30396" dependencies = [ + "bstr", "doc-comment", "predicates", "predicates-core", @@ -194,9 +189,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-channel" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9" +checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" dependencies = [ "concurrent-queue", "event-listener", @@ -205,9 +200,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d373d78ded7d0b3fa8039375718cde0aace493f2e34fb60f51cbf567562ca801" +checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146" dependencies = [ "async-task", "concurrent-queue", @@ -219,12 +214,15 @@ dependencies = [ [[package]] name = "async-global-executor" -version = "1.4.2" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "124ac8c265e407641c3362b8f4d39cdb4e243885b71eef087be27199790f5a3a" +checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6" dependencies = [ + "async-channel", "async-executor", "async-io", + "async-mutex", + "blocking", "futures-lite", "num_cpus", "once_cell", @@ -240,7 +238,7 @@ dependencies = [ "fastrand", "futures-lite", "libc", - "log", + "log 0.4.14", "nb-connect", "once_cell", "parking", @@ -250,6 +248,15 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "async-lock" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb" +dependencies = [ + "event-listener", +] + [[package]] name = "async-mutex" version = "1.4.0" @@ -261,13 +268,13 @@ dependencies = [ [[package]] name = "async-process" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda" +checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b" dependencies = [ "async-io", "blocking", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "event-listener", "futures-lite", "once_cell", @@ -277,28 +284,27 @@ dependencies = [ [[package]] name = "async-std" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9f84f1280a2b436a2c77c2582602732b6c2f4321d5494d6e799e6c367859a8" +checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" dependencies = [ "async-channel", "async-global-executor", "async-io", - "async-mutex", + "async-lock", "async-process", - "blocking", - "crossbeam-utils 0.8.1", + "crossbeam-utils 0.8.3", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "kv-log-macro", - "log", + "log 0.4.14", "memchr", "num_cpus", "once_cell", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.6", "pin-utils", "slab", "wasm-bindgen-futures", @@ -312,9 +318,9 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" [[package]] name = "async-trait" -version = "0.1.42" +version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" +checksum = "7e098e9c493fdf92832223594d9a164f96bdf17ba81a42aff86f85c76768726a" dependencies = [ "proc-macro2", "quote", @@ -331,7 +337,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.6", ] [[package]] @@ -344,7 +350,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.6", ] [[package]] @@ -353,7 +359,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281" dependencies = [ - "autocfg", + "autocfg 1.0.1", ] [[package]] @@ -375,9 +381,15 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.0.0" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" +checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" + +[[package]] +name = "autocfg" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "backtrace" @@ -407,9 +419,22 @@ checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" [[package]] name = "base64" -version = "0.11.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" +checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" +dependencies = [ + "byteorder", + "safemem", +] + +[[package]] +name = "base64" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" +dependencies = [ + "byteorder", +] [[package]] name = "base64" @@ -425,9 +450,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bincode" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" +checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772" dependencies = [ "byteorder", "serde", @@ -447,7 +472,7 @@ dependencies = [ "env_logger 0.7.1", "lazy_static", "lazycell", - "log", + "log 0.4.14", "peeking_take_while", "proc-macro2", "quote", @@ -465,27 +490,35 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bitvec" -version = "0.20.1" +version = "0.17.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c" +dependencies = [ + "either", + "radium 0.3.0", +] + +[[package]] +name = "bitvec" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d" +checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1" dependencies = [ "funty", - "radium", + "radium 0.6.2", "tap", "wyz", ] [[package]] name = "blake2" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471" +checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4" dependencies = [ - "byte-tools", - "byteorder", "crypto-mac 0.8.0", "digest 0.9.0", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] @@ -500,9 +533,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" +checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" dependencies = [ "arrayref", "arrayvec 0.5.2", @@ -544,7 +577,7 @@ dependencies = [ "block-padding 0.1.5", "byte-tools", "byteorder", - "generic-array 0.12.3", + "generic-array 0.12.4", ] [[package]] @@ -559,9 +592,9 @@ dependencies = [ [[package]] name = "block-cipher" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10" +checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80" dependencies = [ "generic-array 0.14.4", ] @@ -616,7 +649,7 @@ dependencies = [ "bp-runtime", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-std", ] @@ -640,7 +673,7 @@ version = "0.1.0" dependencies = [ "frame-support", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-core", "sp-io", "sp-runtime", @@ -655,11 +688,13 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "0.2.13" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" +checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d" dependencies = [ + "lazy_static", "memchr", + "regex-automata", ] [[package]] @@ -673,9 +708,15 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.4.0" +version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" +checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" + +[[package]] +name = "byte-slice-cast" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3" [[package]] name = "byte-slice-cast" @@ -724,23 +765,33 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" +[[package]] +name = "cargo-platform" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7" +dependencies = [ + "serde", +] + [[package]] name = "cargo_metadata" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f95cf4bf0dda0ac2e65371ae7215d0dce3c187613a9dbf23aaa9374186f97a" +checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" dependencies = [ + "cargo-platform", "semver 0.11.0", - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", "serde_json", ] [[package]] name = "cc" -version = "1.0.58" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518" +checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" dependencies = [ "jobserver", ] @@ -768,9 +819,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chacha20" -version = "0.4.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58" +checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845" dependencies = [ "stream-cipher", "zeroize", @@ -778,9 +829,9 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18b0c90556d8e3fec7cf18d84a2f53d27b21288f2fe481b830fadcf809e48205" +checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5" dependencies = [ "aead", "chacha20", @@ -806,9 +857,9 @@ dependencies = [ [[package]] name = "cid" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e" +checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768" dependencies = [ "multibase", "multihash", @@ -859,15 +910,6 @@ dependencies = [ "bitflags", ] -[[package]] -name = "cloudabi" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" -dependencies = [ - "bitflags", -] - [[package]] name = "color-eyre" version = "0.5.10" @@ -926,7 +968,17 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" dependencies = [ - "core-foundation-sys", + "core-foundation-sys 0.7.0", + "libc", +] + +[[package]] +name = "core-foundation" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" +dependencies = [ + "core-foundation-sys 0.8.2", "libc", ] @@ -936,6 +988,12 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" +[[package]] +name = "core-foundation-sys" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" + [[package]] name = "cpp_demangle" version = "0.3.2" @@ -948,9 +1006,15 @@ dependencies = [ [[package]] name = "cpuid-bool" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4" +checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" + +[[package]] +name = "cpuid-bool" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" [[package]] name = "cranelift-bforest" @@ -973,7 +1037,7 @@ dependencies = [ "cranelift-codegen-shared", "cranelift-entity", "gimli", - "log", + "log 0.4.14", "regalloc", "serde", "smallvec 1.6.1", @@ -1013,7 +1077,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5452b3e4e97538ee5ef2cc071301c69a86c7adf2770916b9d04e9727096abd93" dependencies = [ "cranelift-codegen", - "log", + "log 0.4.14", "smallvec 1.6.1", "target-lexicon", ] @@ -1039,7 +1103,7 @@ dependencies = [ "cranelift-entity", "cranelift-frontend", "itertools", - "log", + "log 0.4.14", "serde", "smallvec 1.6.1", "thiserror", @@ -1048,11 +1112,21 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" +checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-utils 0.8.3", ] [[package]] @@ -1061,23 +1135,47 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" dependencies = [ - "crossbeam-epoch", + "crossbeam-epoch 0.8.2", "crossbeam-utils 0.7.2", "maybe-uninit", ] +[[package]] +name = "crossbeam-deque" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-epoch 0.9.3", + "crossbeam-utils 0.8.3", +] + [[package]] name = "crossbeam-epoch" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" dependencies = [ - "autocfg", + "autocfg 1.0.1", "cfg-if 0.1.10", "crossbeam-utils 0.7.2", "lazy_static", "maybe-uninit", - "memoffset 0.5.5", + "memoffset 0.5.6", + "scopeguard", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-utils 0.8.3", + "lazy_static", + "memoffset 0.6.1", "scopeguard", ] @@ -1098,18 +1196,18 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" dependencies = [ - "autocfg", + "autocfg 1.0.1", "cfg-if 0.1.10", "lazy_static", ] [[package]] name = "crossbeam-utils" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" +checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" dependencies = [ - "autocfg", + "autocfg 1.0.1", "cfg-if 1.0.0", "lazy_static", ] @@ -1126,7 +1224,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" dependencies = [ - "generic-array 0.12.3", + "generic-array 0.12.4", "subtle 1.0.0", ] @@ -1137,7 +1235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.4", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] @@ -1151,9 +1249,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.16" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" +checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" dependencies = [ "quote", "syn", @@ -1172,35 +1270,35 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "2.1.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5" +checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8" dependencies = [ "byteorder", "digest 0.8.1", "rand_core 0.5.1", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] [[package]] name = "curve25519-dalek" -version = "3.0.0" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307" +checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f" dependencies = [ "byteorder", "digest 0.9.0", "rand_core 0.5.1", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] [[package]] name = "data-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908" +checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "data-encoding-macro" @@ -1245,7 +1343,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" dependencies = [ - "generic-array 0.12.3", + "generic-array 0.12.4", ] [[package]] @@ -1283,7 +1381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" dependencies = [ "libc", - "redox_users 0.3.4", + "redox_users 0.3.5", "winapi 0.3.9", ] @@ -1346,15 +1444,15 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c53dc3a653e0f64081026e4bf048d48fec9fce90c66e8326ca7292df0ff2d82" +checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf" [[package]] name = "ed25519" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc" +checksum = "37c66a534cbb46ab4ea03477eae19d5c22c01da8258030280b7bd9d8433fb6ef" dependencies = [ "signature", ] @@ -1365,19 +1463,19 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.0.2", "ed25519", "rand 0.7.3", "serde", - "sha2 0.9.2", + "sha2 0.9.3", "zeroize", ] [[package]] name = "either" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "enumflags2" @@ -1407,20 +1505,20 @@ checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" dependencies = [ "atty", "humantime 1.3.0", - "log", + "log 0.4.14", "regex", "termcolor", ] [[package]] name = "env_logger" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e" +checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f" dependencies = [ "atty", - "humantime 2.0.1", - "log", + "humantime 2.1.0", + "log 0.4.14", "regex", "termcolor", ] @@ -1433,18 +1531,18 @@ checksum = "6576a1755ddffd988788025e75bce9e74b018f7cc226198fe931d077911c6d7e" [[package]] name = "erased-serde" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38" +checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c" dependencies = [ "serde", ] [[package]] name = "errno" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371" +checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" dependencies = [ "errno-dragonfly", "libc", @@ -1500,14 +1598,14 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", ] [[package]] name = "eyre" -version = "0.6.2" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534ce924bff9118be8b28b24ede6bf7e96a00b53e4ded25050aa7b526e051e1a" +checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b" dependencies = [ "indenter", "once_cell", @@ -1573,7 +1671,7 @@ checksum = "2af1a24f391a5a94d756db5092c6576aad494b88a71a5a36b20c67b63e0df034" dependencies = [ "cfg-if 0.1.10", "js-sys", - "log", + "log 0.4.14", "serde", "serde_derive", "serde_json", @@ -1583,12 +1681,12 @@ dependencies = [ [[package]] name = "file-per-thread-logger" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1" +checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126" dependencies = [ "env_logger 0.7.1", - "log", + "log 0.4.14", ] [[package]] @@ -1598,11 +1696,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c" dependencies = [ "either", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "log", + "log 0.4.14", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", ] @@ -1626,11 +1724,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "flate2" -version = "1.0.16" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e" +checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "crc32fast", "libc", "libz-sys", @@ -1643,19 +1741,34 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", ] [[package]] name = "form_urlencoded" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" dependencies = [ "matches", "percent-encoding 2.1.0", @@ -1664,13 +1777,13 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", "linregress", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "paste 1.0.4", "sp-api", "sp-io", @@ -1683,13 +1796,13 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "Inflector", "chrono", "frame-benchmarking", "handlebars", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sc-cli", "sc-client-db", "sc-executor", @@ -1706,11 +1819,11 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -1722,9 +1835,9 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-std", @@ -1733,15 +1846,15 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "bitflags", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", - "log", + "log 0.4.14", "once_cell", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "paste 1.0.4", "serde", "smallvec 1.6.1", @@ -1759,7 +1872,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1771,7 +1884,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1783,7 +1896,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "proc-macro2", "quote", @@ -1793,12 +1906,12 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "impl-trait-for-tuples", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -1810,12 +1923,12 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-core", "sp-runtime", "sp-std", @@ -1824,19 +1937,19 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", ] [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-runtime", "sp-std", @@ -1854,11 +1967,21 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "fs2" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" +dependencies = [ + "libc", + "winapi 0.3.9", +] + [[package]] name = "fs_extra" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" +checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" [[package]] name = "fuchsia-cprng" @@ -1890,15 +2013,15 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "futures" -version = "0.1.29" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" +checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150" +checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1" dependencies = [ "futures-channel", "futures-core", @@ -1911,9 +2034,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846" +checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" dependencies = [ "futures-core", "futures-sink", @@ -1921,9 +2044,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65" +checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" [[package]] name = "futures-cpupool" @@ -1931,7 +2054,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "num_cpus", ] @@ -1941,21 +2064,21 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9" dependencies = [ - "futures 0.1.29", - "futures 0.3.12", + "futures 0.1.31", + "futures 0.3.13", "lazy_static", - "log", + "log 0.4.14", "parking_lot 0.9.0", - "pin-project 0.4.23", + "pin-project 0.4.27", "serde", "serde_json", ] [[package]] name = "futures-executor" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9" +checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1" dependencies = [ "futures-core", "futures-task", @@ -1965,30 +2088,30 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500" +checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" [[package]] name = "futures-lite" -version = "1.11.2" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658" +checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb" dependencies = [ "fastrand", "futures-core", "futures-io", "memchr", "parking", - "pin-project-lite 0.1.7", + "pin-project-lite 0.2.6", "waker-fn", ] [[package]] name = "futures-macro" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd" +checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7" dependencies = [ "proc-macro-hack", "proc-macro2", @@ -2009,18 +2132,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6" +checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" [[package]] name = "futures-task" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86" -dependencies = [ - "once_cell", -] +checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" [[package]] name = "futures-timer" @@ -2040,11 +2160,11 @@ dependencies = [ [[package]] name = "futures-util" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b" +checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "futures-channel", "futures-core", "futures-io", @@ -2052,7 +2172,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.6", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -2065,33 +2185,20 @@ version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" -[[package]] -name = "generator" -version = "0.6.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc" -dependencies = [ - "cc", - "libc", - "log", - "rustc_version", - "winapi 0.3.9", -] - [[package]] name = "generic-array" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" +checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" dependencies = [ "typenum", ] [[package]] name = "generic-array" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd" +checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309" dependencies = [ "typenum", ] @@ -2103,16 +2210,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" dependencies = [ "typenum", - "version_check", + "version_check 0.9.2", ] [[package]] name = "getrandom" -version = "0.1.14" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", + "js-sys", "libc", "wasi 0.9.0+wasi-snapshot-preview1", "wasm-bindgen", @@ -2120,9 +2228,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2133,10 +2241,11 @@ dependencies = [ [[package]] name = "ghash" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531" +checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" dependencies = [ + "opaque-debug 0.3.0", "polyval", ] @@ -2159,14 +2268,14 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "globset" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120" +checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a" dependencies = [ "aho-corasick", "bstr", "fnv", - "log", + "log 0.4.14", "regex", ] @@ -2192,10 +2301,10 @@ dependencies = [ "byteorder", "bytes 0.4.12", "fnv", - "futures 0.1.29", + "futures 0.1.31", "http 0.1.21", "indexmap", - "log", + "log 0.4.14", "slab", "string", "tokio-io", @@ -2203,30 +2312,31 @@ dependencies = [ [[package]] name = "h2" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" +checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" dependencies = [ "bytes 0.5.6", "fnv", "futures-core", "futures-sink", "futures-util", - "http 0.2.1", + "http 0.2.3", "indexmap", - "log", "slab", - "tokio 0.2.21", + "tokio 0.2.25", "tokio-util", + "tracing", + "tracing-futures", ] [[package]] name = "handlebars" -version = "3.5.1" +version = "3.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9" +checksum = "cdb0867bbc5a3da37a753e78021d5fcf8a4db00e18dd2dd90fd36e24190e162d" dependencies = [ - "log", + "log 0.4.14", "pest", "pest_derive", "quick-error 2.0.0", @@ -2260,27 +2370,27 @@ dependencies = [ [[package]] name = "heck" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" +checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" dependencies = [ "unicode-segmentation", ] [[package]] name = "hermit-abi" -version = "0.1.15" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" dependencies = [ "libc", ] [[package]] name = "hex" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-literal" @@ -2321,7 +2431,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" dependencies = [ "digest 0.8.1", - "generic-array 0.12.3", + "generic-array 0.12.4", "hmac 0.7.1", ] @@ -2338,11 +2448,11 @@ dependencies = [ [[package]] name = "http" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" +checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" dependencies = [ - "bytes 0.5.6", + "bytes 1.0.1", "fnv", "itoa", ] @@ -2354,7 +2464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "http 0.1.21", "tokio-buf", ] @@ -2366,14 +2476,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" dependencies = [ "bytes 0.5.6", - "http 0.2.1", + "http 0.2.3", ] [[package]] name = "httparse" -version = "1.3.4" +version = "1.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" +checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" [[package]] name = "httpdate" @@ -2392,18 +2502,37 @@ dependencies = [ [[package]] name = "humantime" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.12.35" +version = "0.10.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" +checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" +dependencies = [ + "base64 0.9.3", + "httparse", + "language-tags", + "log 0.3.9", + "mime", + "num_cpus", + "time", + "traitobject", + "typeable", + "unicase 1.4.2", + "url 1.7.2", +] + +[[package]] +name = "hyper" +version = "0.12.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "futures-cpupool", "h2 0.1.26", "http 0.1.21", @@ -2411,7 +2540,7 @@ dependencies = [ "httparse", "iovec", "itoa", - "log", + "log 0.4.14", "net2", "rustc_version", "time", @@ -2428,23 +2557,23 @@ dependencies = [ [[package]] name = "hyper" -version = "0.13.9" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" +checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" dependencies = [ "bytes 0.5.6", "futures-channel", "futures-core", "futures-util", - "h2 0.2.5", - "http 0.2.1", + "h2 0.2.7", + "http 0.2.3", "http-body 0.3.1", "httparse", "httpdate", "itoa", - "pin-project 1.0.4", + "pin-project 1.0.5", "socket2", - "tokio 0.2.21", + "tokio 0.2.25", "tower-service", "tracing", "want 0.3.0", @@ -2459,11 +2588,11 @@ dependencies = [ "bytes 0.5.6", "ct-logs", "futures-util", - "hyper 0.13.9", - "log", - "rustls 0.18.0", + "hyper 0.13.10", + "log 0.4.14", + "rustls 0.18.1", "rustls-native-certs", - "tokio 0.2.21", + "tokio 0.2.25", "tokio-rustls", "webpki", ] @@ -2481,9 +2610,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" +checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" dependencies = [ "matches", "unicode-bidi", @@ -2518,12 +2647,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85" dependencies = [ "async-io", - "futures 0.3.12", + "futures 0.3.13", "futures-lite", "if-addrs", "ipnet", "libc", - "log", + "log 0.4.14", "winapi 0.3.9", ] @@ -2533,7 +2662,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", ] [[package]] @@ -2567,27 +2696,28 @@ dependencies = [ [[package]] name = "indenter" -version = "0.3.0" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0bd112d44d9d870a6819eb505d04dd92b5e4d94bb8c304924a0872ae7016fb5" +checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "indexmap" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" dependencies = [ - "autocfg", + "autocfg 1.0.1", "hashbrown", "serde", ] [[package]] name = "instant" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" +checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" dependencies = [ + "cfg-if 1.0.0", "js-sys", "wasm-bindgen", "web-sys", @@ -2595,15 +2725,18 @@ dependencies = [ [[package]] name = "integer-encoding" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625" +checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f" [[package]] name = "integer-sqrt" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b" +checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" +dependencies = [ + "num-traits", +] [[package]] name = "intervalier" @@ -2611,7 +2744,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 2.0.2", ] @@ -2647,9 +2780,9 @@ dependencies = [ [[package]] name = "itoa" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "jemalloc-sys" @@ -2683,9 +2816,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.46" +version = "0.3.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" +checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78" dependencies = [ "wasm-bindgen", ] @@ -2697,14 +2830,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7" dependencies = [ "failure", - "futures 0.1.29", - "hyper 0.12.35", + "futures 0.1.31", "jsonrpc-core", "jsonrpc-pubsub", - "log", + "log 0.4.14", "serde", "serde_json", + "tokio 0.1.22", "url 1.7.2", + "websocket", ] [[package]] @@ -2713,8 +2847,8 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa" dependencies = [ - "futures 0.1.29", - "log", + "futures 0.1.31", + "log 0.4.14", "serde", "serde_derive", "serde_json", @@ -2747,13 +2881,13 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7" dependencies = [ - "hyper 0.12.35", + "hyper 0.12.36", "jsonrpc-core", "jsonrpc-server-utils", - "log", + "log 0.4.14", "net2", "parking_lot 0.10.2", - "unicase", + "unicase 2.6.0", ] [[package]] @@ -2764,7 +2898,7 @@ checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7" dependencies = [ "jsonrpc-core", "jsonrpc-server-utils", - "log", + "log 0.4.14", "parity-tokio-ipc", "parking_lot 0.10.2", "tokio-service", @@ -2777,7 +2911,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77" dependencies = [ "jsonrpc-core", - "log", + "log 0.4.14", "parking_lot 0.10.2", "rand 0.7.3", "serde", @@ -2793,10 +2927,10 @@ dependencies = [ "globset", "jsonrpc-core", "lazy_static", - "log", + "log 0.4.14", "tokio 0.1.22", "tokio-codec", - "unicase", + "unicase 2.6.0", ] [[package]] @@ -2807,12 +2941,73 @@ checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22" dependencies = [ "jsonrpc-core", "jsonrpc-server-utils", - "log", + "log 0.4.14", "parity-ws", "parking_lot 0.10.2", "slab", ] +[[package]] +name = "jsonrpsee-http-client" +version = "0.2.0-alpha" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "124797a4ea7430d0675db78e065e53316e3f1a3cbf0ee4d6dbdd42db7b08e193" +dependencies = [ + "async-trait", + "futures 0.3.13", + "hyper 0.13.10", + "jsonrpsee-types", + "jsonrpsee-utils", + "log 0.4.14", + "serde", + "serde_json", + "thiserror", + "unicase 2.6.0", + "url 2.2.1", +] + +[[package]] +name = "jsonrpsee-proc-macros" +version = "0.2.0-alpha" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9cd3d41f5b9a1d3e4e4c9ad49a7a34ad8e1134a1a587cd21c72f644f5c053dd" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "jsonrpsee-types" +version = "0.2.0-alpha" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbf718f9a0d09f50621ea35f507679cf3ab66910a6d95844850076c1281a203c" +dependencies = [ + "async-trait", + "futures 0.3.13", + "log 0.4.14", + "serde", + "serde_json", + "smallvec 1.6.1", + "thiserror", +] + +[[package]] +name = "jsonrpsee-utils" +version = "0.2.0-alpha" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0e45394ec3175a767c3c5bac584560e6ad9b56ebd73216c85ec8bab49619244" +dependencies = [ + "futures 0.3.13", + "globset", + "hyper 0.13.10", + "jsonrpsee-types", + "lazy_static", + "log 0.4.14", + "unicase 2.6.0", +] + [[package]] name = "keccak" version = "0.1.0" @@ -2833,7 +3028,7 @@ dependencies = [ name = "kusama-runtime" version = "0.8.29" dependencies = [ - "bitvec", + "bitvec 0.20.2", "frame-benchmarking", "frame-executive", "frame-support", @@ -2843,7 +3038,7 @@ dependencies = [ "frame-try-runtime", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -2878,7 +3073,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-primitives", "polkadot-runtime-common", "rustc-hex", @@ -2914,7 +3109,7 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" dependencies = [ - "log", + "log 0.4.14", ] [[package]] @@ -2946,7 +3141,7 @@ checksum = "34446c373ccc494c2124439281c198c7636ccdc2752c06722bbffd56d459c1e4" dependencies = [ "fs-swap", "kvdb", - "log", + "log 0.4.14", "num_cpus", "owning_ref", "parity-util-mem", @@ -2962,11 +3157,11 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb1e98ba343d0b35f9009a8844cd2b87fa3192f7e79033ac05b00aeae0f3b0b5" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "js-sys", "kvdb", "kvdb-memorydb", - "log", + "log 0.4.14", "parity-util-mem", "parking_lot 0.11.1", "send_wrapper 0.5.0", @@ -2974,6 +3169,12 @@ dependencies = [ "web-sys", ] +[[package]] +name = "language-tags" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" + [[package]] name = "lazy_static" version = "1.4.0" @@ -2982,9 +3183,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "leb128" @@ -2994,9 +3195,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" [[package]] name = "libc" -version = "0.2.81" +version = "0.2.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" +checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a" [[package]] name = "libloading" @@ -3022,7 +3223,7 @@ checksum = "adc225a49973cf9ab10d0cdd6a4b8f0cda299df9b760824bbb623f15f8f0c95a" dependencies = [ "atomic", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "lazy_static", "libp2p-core", "libp2p-deflate", @@ -3047,7 +3248,7 @@ dependencies = [ "libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "smallvec 1.6.1", "wasm-timer", ] @@ -3063,22 +3264,22 @@ dependencies = [ "ed25519-dalek", "either", "fnv", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "lazy_static", "libsecp256k1", - "log", + "log 0.4.14", "multihash", "multistream-select", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "prost", "prost-build", "rand 0.7.3", "ring", "rw-stream-sink", - "sha2 0.9.2", + "sha2 0.9.3", "smallvec 1.6.1", "thiserror", "unsigned-varint 0.7.0", @@ -3093,7 +3294,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345" dependencies = [ "flate2", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", ] @@ -3103,9 +3304,9 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", - "log", + "log 0.4.14", ] [[package]] @@ -3116,10 +3317,10 @@ checksum = "b3c63dfa06581b24b1d12bf9815b43689a784424be217d6545c800c7c75a207f" dependencies = [ "cuckoofilter", "fnv", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", @@ -3137,16 +3338,16 @@ dependencies = [ "byteorder", "bytes 1.0.1", "fnv", - "futures 0.3.12", + "futures 0.3.13", "hex_fmt", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", "regex", - "sha2 0.9.2", + "sha2 0.9.3", "smallvec 1.6.1", "unsigned-varint 0.7.0", "wasm-timer", @@ -3158,10 +3359,10 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "smallvec 1.6.1", @@ -3179,14 +3380,14 @@ dependencies = [ "bytes 1.0.1", "either", "fnv", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.2", + "sha2 0.9.3", "smallvec 1.6.1", "uint", "unsigned-varint 0.7.0", @@ -3203,12 +3404,12 @@ dependencies = [ "async-io", "data-encoding", "dns-parser", - "futures 0.3.12", + "futures 0.3.13", "if-watch", "lazy_static", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "rand 0.7.3", "smallvec 1.6.1", "socket2", @@ -3223,9 +3424,9 @@ checksum = "350ce8b3923594aedabd5d6e3f875d058435052a29c3f32df378bc70d10be464" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", - "log", + "log 0.4.14", "nohash-hasher", "parking_lot 0.11.1", "rand 0.7.3", @@ -3240,18 +3441,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778" dependencies = [ "bytes 1.0.1", - "curve25519-dalek 3.0.0", - "futures 0.3.12", + "curve25519-dalek 3.0.2", + "futures 0.3.13", "lazy_static", "libp2p-core", - "log", + "log 0.4.14", "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.2", + "sha2 0.9.3", "snow", "static_assertions", - "x25519-dalek 1.1.0", + "x25519-dalek", "zeroize", ] @@ -3261,10 +3462,10 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "rand 0.7.3", "void", "wasm-timer", @@ -3278,9 +3479,9 @@ checksum = "9d58defcadb646ae4b033e130b48d87410bf76394dc3335496cae99dac803e61" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", - "log", + "log 0.4.14", "prost", "prost-build", "unsigned-varint 0.7.0", @@ -3293,9 +3494,9 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ - "futures 0.3.12", - "log", - "pin-project 1.0.4", + "futures 0.3.13", + "log 0.4.14", + "pin-project 1.0.5", "rand 0.7.3", "salsa20", "sha3", @@ -3309,10 +3510,10 @@ checksum = "10e5552827c33d8326502682da73a0ba4bfa40c1b55b216af3c303f32169dd89" dependencies = [ "async-trait", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", - "log", + "log 0.4.14", "lru", "minicbor", "rand 0.7.3", @@ -3328,9 +3529,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98" dependencies = [ "either", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", - "log", + "log 0.4.14", "rand 0.7.3", "smallvec 1.6.1", "void", @@ -3354,13 +3555,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88a5aef80e519a6cb8e2663605142f97baaaea1a252eecbf8756184765f7471b" dependencies = [ "async-io", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "if-watch", "ipnet", "libc", "libp2p-core", - "log", + "log 0.4.14", "socket2", ] @@ -3371,9 +3572,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487" dependencies = [ "async-std", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", - "log", + "log 0.4.14", ] [[package]] @@ -3382,7 +3583,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "js-sys", "libp2p-core", "parity-send-wrapper", @@ -3397,14 +3598,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22" dependencies = [ "either", - "futures 0.3.12", + "futures 0.3.13", "futures-rustls", "libp2p-core", - "log", + "log 0.4.14", "quicksink", "rw-stream-sink", "soketto", - "url 2.2.0", + "url 2.2.1", "webpki-roots", ] @@ -3414,7 +3615,7 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "parking_lot 0.11.1", "thiserror", @@ -3445,33 +3646,32 @@ dependencies = [ "hmac-drbg", "rand 0.7.3", "sha2 0.8.2", - "subtle 2.2.3", + "subtle 2.4.0", "typenum", ] [[package]] name = "libz-sys" -version = "1.0.25" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" +checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" dependencies = [ "cc", - "libc", "pkg-config", "vcpkg", ] [[package]] name = "linked-hash-map" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" +checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linked_hash_set" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c" +checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" dependencies = [ "linked-hash-map", ] @@ -3497,11 +3697,20 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.1" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" +dependencies = [ + "scopeguard", +] + +[[package]] +name = "log" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" +checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" dependencies = [ - "scopeguard", + "log 0.4.14", ] [[package]] @@ -3514,19 +3723,6 @@ dependencies = [ "value-bag", ] -[[package]] -name = "loom" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed" -dependencies = [ - "cfg-if 0.1.10", - "generator", - "scoped-tls", - "serde", - "serde_json", -] - [[package]] name = "lru" version = "0.6.5" @@ -3568,9 +3764,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "matrixmultiply" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f" +checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1" dependencies = [ "rawpointer", ] @@ -3583,26 +3779,26 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" [[package]] name = "memchr" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "memmap2" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee" +checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" dependencies = [ "libc", ] [[package]] name = "memoffset" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" +checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" dependencies = [ - "autocfg", + "autocfg 1.0.1", ] [[package]] @@ -3611,7 +3807,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" dependencies = [ - "autocfg", + "autocfg 1.0.1", ] [[package]] @@ -3642,9 +3838,9 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merlin" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78" +checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" dependencies = [ "byteorder", "keccak", @@ -3657,7 +3853,7 @@ name = "metered-channel" version = "0.1.0" dependencies = [ "assert_matches", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", ] @@ -3667,25 +3863,34 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "rand 0.7.3", "thrift", ] +[[package]] +name = "mime" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" +dependencies = [ + "log 0.3.9", +] + [[package]] name = "minicbor" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0164190d1771b1458c3742075b057ed55d25cd9dfb930aade99315a1eb1fe12d" +checksum = "1c2b2c73f9640fccab53947e2b3474d5071fcbc8f82cac51ddf6c8041a30a9ea" dependencies = [ "minicbor-derive", ] [[package]] name = "minicbor-derive" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e071b3159835ee91df62dbdbfdd7ec366b7ea77c838f43aff4acda6b61bcfb9" +checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068" dependencies = [ "proc-macro2", "quote", @@ -3694,18 +3899,19 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.4.0" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f" +checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" dependencies = [ "adler", + "autocfg 1.0.1", ] [[package]] name = "mio" -version = "0.6.22" +version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" +checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" dependencies = [ "cfg-if 0.1.10", "fuchsia-zircon", @@ -3713,8 +3919,8 @@ dependencies = [ "iovec", "kernel32-sys", "libc", - "log", - "miow 0.2.1", + "log 0.4.14", + "miow 0.2.2", "net2", "slab", "winapi 0.2.8", @@ -3727,7 +3933,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" dependencies = [ "lazycell", - "log", + "log 0.4.14", "mio", "slab", ] @@ -3738,9 +3944,9 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" dependencies = [ - "log", + "log 0.4.14", "mio", - "miow 0.3.5", + "miow 0.3.6", "winapi 0.3.9", ] @@ -3757,9 +3963,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" dependencies = [ "kernel32-sys", "net2", @@ -3769,9 +3975,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" +checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" dependencies = [ "socket2", "winapi 0.3.9", @@ -3796,9 +4002,9 @@ dependencies = [ [[package]] name = "multihash" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe" +checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab" dependencies = [ "blake2b_simd", "blake2s_simd", @@ -3806,16 +4012,16 @@ dependencies = [ "digest 0.9.0", "generic-array 0.14.4", "multihash-derive", - "sha2 0.9.2", + "sha2 0.9.3", "sha3", "unsigned-varint 0.5.1", ] [[package]] name = "multihash-derive" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a" +checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f" dependencies = [ "proc-macro-crate", "proc-macro-error", @@ -3827,22 +4033,22 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce" +checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333" [[package]] name = "multistream-select" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840" +checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8" dependencies = [ "bytes 1.0.1", - "futures 0.3.12", - "log", - "pin-project 1.0.4", + "futures 0.3.13", + "log 0.4.14", + "pin-project 1.0.5", "smallvec 1.6.1", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", ] [[package]] @@ -3852,7 +4058,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486" dependencies = [ "approx", - "generic-array 0.13.2", + "generic-array 0.13.3", "matrixmultiply", "num-complex", "num-rational", @@ -3872,21 +4078,39 @@ dependencies = [ "rand 0.3.23", ] +[[package]] +name = "native-tls" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" +dependencies = [ + "lazy_static", + "libc", + "log 0.4.14", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework 2.1.2", + "security-framework-sys 2.1.1", + "tempfile", +] + [[package]] name = "nb-connect" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998" +checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f" dependencies = [ "libc", - "winapi 0.3.9", + "socket2", ] [[package]] name = "net2" -version = "0.2.34" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if 0.1.10", "libc", @@ -3905,6 +4129,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" +dependencies = [ + "bitflags", + "cc", + "cfg-if 1.0.0", + "libc", +] + [[package]] name = "nodrop" version = "0.1.14" @@ -3924,7 +4160,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" dependencies = [ "memchr", - "version_check", + "version_check 0.9.2", ] [[package]] @@ -3933,7 +4169,7 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-integer", "num-traits", ] @@ -3944,17 +4180,17 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-traits", ] [[package]] name = "num-integer" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-traits", ] @@ -3964,7 +4200,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" dependencies = [ - "autocfg", + "autocfg 1.0.1", "num-bigint", "num-integer", "num-traits", @@ -3976,7 +4212,7 @@ version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" dependencies = [ - "autocfg", + "autocfg 1.0.1", "libm", ] @@ -4008,9 +4244,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" [[package]] name = "once_cell" -version = "1.6.0" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd" +checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" dependencies = [ "parking_lot 0.11.1", ] @@ -4033,17 +4269,44 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" +[[package]] +name = "openssl" +version = "0.10.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" +dependencies = [ + "bitflags", + "cfg-if 1.0.0", + "foreign-types", + "lazy_static", + "libc", + "openssl-sys", +] + [[package]] name = "openssl-probe" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" +[[package]] +name = "openssl-sys" +version = "0.9.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" +dependencies = [ + "autocfg 1.0.1", + "cc", + "libc", + "pkg-config", + "vcpkg", +] + [[package]] name = "ordered-float" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579" +checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" dependencies = [ "num-traits", ] @@ -4068,19 +4331,19 @@ dependencies = [ [[package]] name = "owo-colors" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" +checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", "pallet-session", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-application-crypto", "sp-authority-discovery", @@ -4091,12 +4354,12 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-authorship", "sp-inherents", "sp-runtime", @@ -4106,16 +4369,16 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", + "log 0.4.14", "pallet-authorship", "pallet-session", "pallet-timestamp", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-application-crypto", "sp-consensus-babe", @@ -4131,13 +4394,13 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-runtime", "sp-std", @@ -4146,13 +4409,13 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-treasury", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-runtime", "sp-std", @@ -4161,13 +4424,13 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -4178,12 +4441,12 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-io", "sp-runtime", @@ -4193,13 +4456,13 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "rand 0.7.3", "serde", "sp-arithmetic", @@ -4214,13 +4477,13 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-npos-elections", "sp-runtime", @@ -4230,15 +4493,15 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", + "log 0.4.14", "pallet-authorship", "pallet-session", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-application-crypto", "sp-core", @@ -4252,13 +4515,13 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "enumflags2", "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-io", "sp-runtime", @@ -4268,14 +4531,14 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", + "log 0.4.14", "pallet-authorship", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-application-crypto", "sp-core", @@ -4288,12 +4551,12 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -4305,11 +4568,11 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-io", "sp-runtime", @@ -4319,12 +4582,12 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -4335,11 +4598,11 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-io", "sp-runtime", @@ -4349,13 +4612,13 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "log", + "log 0.4.14", "pallet-balances", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-runtime", "sp-staking", @@ -4365,7 +4628,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4377,7 +4640,7 @@ dependencies = [ "pallet-offences", "pallet-session", "pallet-staking", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-election-providers", "sp-runtime", "sp-staking", @@ -4387,12 +4650,12 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -4403,11 +4666,11 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "safe-mix", "sp-runtime", "sp-std", @@ -4416,12 +4679,12 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "enumflags2", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-io", "sp-runtime", @@ -4431,13 +4694,13 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-io", "sp-runtime", @@ -4447,13 +4710,13 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "pallet-timestamp", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -4467,7 +4730,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4483,11 +4746,11 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "rand_chacha 0.2.2", "serde", "sp-runtime", @@ -4497,15 +4760,15 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", + "log 0.4.14", "pallet-authorship", "pallet-session", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "rand_chacha 0.2.2", "serde", "sp-application-crypto", @@ -4521,7 +4784,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4532,11 +4795,11 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-io", "sp-runtime", @@ -4546,14 +4809,14 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-inherents", "sp-io", @@ -4565,13 +4828,13 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-treasury", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-runtime", "sp-std", @@ -4580,11 +4843,11 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "smallvec 1.6.1", "sp-core", @@ -4596,13 +4859,13 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-blockchain", "sp-core", @@ -4613,10 +4876,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "pallet-transaction-payment", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-runtime", ] @@ -4624,14 +4887,14 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", "pallet-balances", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-runtime", "sp-std", @@ -4640,12 +4903,12 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -4656,13 +4919,13 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "enumflags2", "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-runtime", "sp-std", @@ -4670,15 +4933,16 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111e193c96758d476d272093a853882668da17489f76bf4361b8decae0b6c515" +checksum = "495197c078e54b8735181aa35c00a327f7f3a3cc00a1ee8c95926dd010f0ec6b" dependencies = [ "blake2-rfc", "crc32fast", + "fs2", "hex", "libc", - "log", + "log 0.4.14", "memmap2", "parking_lot 0.11.1", "rand 0.8.3", @@ -4699,27 +4963,39 @@ dependencies = [ "serde", "static_assertions", "unsigned-varint 0.7.0", - "url 2.2.0", + "url 2.2.1", ] [[package]] name = "parity-scale-codec" -version = "2.0.0" +version = "1.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4b26b16c7687c3075982af47719e481815df30bc544f7a6690763a25ca16e9d" +dependencies = [ + "arrayvec 0.5.2", + "bitvec 0.17.4", + "byte-slice-cast 0.3.5", + "serde", +] + +[[package]] +name = "parity-scale-codec" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c823fdae1bb5ff5708ee61a62697e6296175dc671710876871c853f48592b3" +checksum = "0cd3dab59b5cf4bc81069ade0fc470341a1ef3ad5fa73e5a8943bed2ec12b2e8" dependencies = [ "arrayvec 0.5.2", - "bitvec", - "byte-slice-cast", + "bitvec 0.20.2", + "byte-slice-cast 1.0.0", "parity-scale-codec-derive", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9029e65297c7fd6d7013f0579e193ec2b34ae78eabca854c9417504ad8a2d214" +checksum = "fa04976a81fde04924b40cc4036c4d12841e8bb04325a5cf2ada75731a150a7d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4740,11 +5016,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "libc", - "log", + "log 0.4.14", "mio-named-pipes", - "miow 0.3.5", + "miow 0.3.6", "rand 0.7.3", "tokio 0.1.22", "tokio-named-pipes", @@ -4806,13 +5082,13 @@ dependencies = [ "byteorder", "bytes 0.4.12", "httparse", - "log", + "log 0.4.14", "mio", "mio-extras", "rand 0.7.3", - "sha-1", + "sha-1 0.8.2", "slab", - "url 2.2.0", + "url 2.2.1", ] [[package]] @@ -4849,8 +5125,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" dependencies = [ "instant", - "lock_api 0.4.1", - "parking_lot_core 0.8.0", + "lock_api 0.4.2", + "parking_lot_core 0.8.3", ] [[package]] @@ -4860,11 +5136,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" dependencies = [ "cfg-if 0.1.10", - "cloudabi 0.0.3", + "cloudabi", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.1.57", "rustc_version", - "smallvec 0.6.13", + "smallvec 0.6.14", "winapi 0.3.9", ] @@ -4875,24 +5151,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" dependencies = [ "cfg-if 0.1.10", - "cloudabi 0.0.3", + "cloudabi", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.1.57", "smallvec 1.6.1", "winapi 0.3.9", ] [[package]] name = "parking_lot_core" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" +checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" dependencies = [ - "cfg-if 0.1.10", - "cloudabi 0.1.0", + "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.2.5", "smallvec 1.6.1", "winapi 0.3.9", ] @@ -5005,7 +5280,7 @@ checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" dependencies = [ "maplit", "pest", - "sha-1", + "sha-1 0.8.2", ] [[package]] @@ -5020,27 +5295,27 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.23" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" +checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" dependencies = [ - "pin-project-internal 0.4.23", + "pin-project-internal 0.4.27", ] [[package]] name = "pin-project" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2" +checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" dependencies = [ - "pin-project-internal 1.0.4", + "pin-project-internal 1.0.5", ] [[package]] name = "pin-project-internal" -version = "0.4.23" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" +checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" dependencies = [ "proc-macro2", "quote", @@ -5049,9 +5324,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71" +checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" dependencies = [ "proc-macro2", "quote", @@ -5060,15 +5335,15 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.1.7" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" +checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" +checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" [[package]] name = "pin-utils" @@ -5078,9 +5353,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.17" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "platforms" @@ -5094,8 +5369,8 @@ version = "0.8.29" dependencies = [ "assert_cmd", "color-eyre", - "futures 0.3.12", - "nix", + "futures 0.3.13", + "nix 0.19.1", "parity-util-mem", "polkadot-cli", "polkadot-service", @@ -5108,9 +5383,9 @@ name = "polkadot-approval-distribution" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", - "futures 0.3.12", - "log", + "env_logger 0.8.3", + "futures 0.3.13", + "log 0.4.14", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5129,12 +5404,12 @@ name = "polkadot-availability-bitfield-distribution" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", - "env_logger 0.8.2", - "futures 0.3.12", - "log", + "bitvec 0.20.2", + "env_logger 0.8.3", + "futures 0.3.13", + "log 0.4.14", "maplit", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", @@ -5152,11 +5427,11 @@ name = "polkadot-availability-distribution" version = "0.1.0" dependencies = [ "assert_matches", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "lru", "maplit", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-erasure-coding", "polkadot-node-core-runtime-api", "polkadot-node-network-protocol", @@ -5183,10 +5458,10 @@ name = "polkadot-availability-recovery" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", - "futures 0.3.12", + "env_logger 0.8.3", + "futures 0.3.13", "futures-timer 3.0.2", - "log", + "log 0.4.14", "lru", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -5210,8 +5485,8 @@ name = "polkadot-cli" version = "0.8.29" dependencies = [ "frame-benchmarking-cli", - "futures 0.3.12", - "log", + "futures 0.3.13", + "log 0.4.14", "polkadot-parachain", "polkadot-service", "sc-cli", @@ -5233,10 +5508,10 @@ name = "polkadot-collator-protocol" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", - "futures 0.3.12", + "env_logger 0.8.3", + "futures 0.3.13", "futures-timer 3.0.2", - "log", + "log 0.4.14", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5254,7 +5529,7 @@ dependencies = [ name = "polkadot-core-primitives" version = "0.7.30" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parity-util-mem", "sp-core", "sp-runtime", @@ -5265,7 +5540,7 @@ dependencies = [ name = "polkadot-erasure-coding" version = "0.8.29" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-primitives", "reed-solomon-erasure", "sp-core", @@ -5277,7 +5552,7 @@ dependencies = [ name = "polkadot-gossip-support" version = "0.1.0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5293,8 +5568,8 @@ version = "0.1.0" dependencies = [ "assert_matches", "async-trait", - "futures 0.3.12", - "parity-scale-codec", + "futures 0.3.13", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -5314,7 +5589,7 @@ dependencies = [ name = "polkadot-node-collation-generation" version = "0.1.0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5332,16 +5607,16 @@ name = "polkadot-node-core-approval-voting" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", + "bitvec 0.20.2", "derive_more", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "kvdb", "kvdb-memorydb", "kvdb-rocksdb", "maplit", "merlin", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "polkadot-node-jaeger", "polkadot-node-primitives", @@ -5370,15 +5645,15 @@ name = "polkadot-node-core-av-store" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", - "env_logger 0.8.2", - "futures 0.3.12", + "bitvec 0.20.2", + "env_logger 0.8.3", + "futures 0.3.13", "futures-timer 3.0.2", "kvdb", "kvdb-memorydb", "kvdb-rocksdb", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "polkadot-erasure-coding", "polkadot-node-subsystem", @@ -5399,8 +5674,8 @@ name = "polkadot-node-core-backing" version = "0.1.0" dependencies = [ "assert_matches", - "bitvec", - "futures 0.3.12", + "bitvec 0.20.2", + "futures 0.3.13", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5422,7 +5697,7 @@ dependencies = [ name = "polkadot-node-core-bitfield-signing" version = "0.1.0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -5437,7 +5712,7 @@ dependencies = [ name = "polkadot-node-core-candidate-selection" version = "0.1.0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5454,8 +5729,8 @@ name = "polkadot-node-core-candidate-validation" version = "0.1.0" dependencies = [ "assert_matches", - "futures 0.3.12", - "parity-scale-codec", + "futures 0.3.13", + "parity-scale-codec 2.0.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", @@ -5472,7 +5747,7 @@ dependencies = [ name = "polkadot-node-core-chain-api" version = "0.1.0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "maplit", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", @@ -5488,7 +5763,7 @@ dependencies = [ name = "polkadot-node-core-proposer" version = "0.1.0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-overseer", @@ -5511,8 +5786,8 @@ dependencies = [ name = "polkadot-node-core-provisioner" version = "0.1.0" dependencies = [ - "bitvec", - "futures 0.3.12", + "bitvec 0.20.2", + "futures 0.3.13", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5528,7 +5803,7 @@ dependencies = [ name = "polkadot-node-core-runtime-api" version = "0.1.0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "memory-lru", "parity-util-mem", "polkadot-node-primitives", @@ -5549,9 +5824,9 @@ version = "0.1.0" dependencies = [ "async-std", "lazy_static", - "log", + "log 0.4.14", "mick-jaeger", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "polkadot-primitives", "sc-network", @@ -5563,8 +5838,8 @@ dependencies = [ name = "polkadot-node-network-protocol" version = "0.1.0" dependencies = [ - "futures 0.3.12", - "parity-scale-codec", + "futures 0.3.13", + "parity-scale-codec 2.0.1", "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives", @@ -5578,8 +5853,8 @@ dependencies = [ name = "polkadot-node-primitives" version = "0.1.0" dependencies = [ - "futures 0.3.12", - "parity-scale-codec", + "futures 0.3.13", + "parity-scale-codec 2.0.1", "polkadot-primitives", "polkadot-statement-table", "schnorrkel", @@ -5599,14 +5874,14 @@ dependencies = [ "async-std", "async-trait", "derive_more", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "lazy_static", - "log", + "log 0.4.14", "mick-jaeger", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5628,11 +5903,11 @@ name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" dependencies = [ "async-trait", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5652,14 +5927,14 @@ version = "0.1.0" dependencies = [ "assert_matches", "async-trait", - "env_logger 0.8.2", - "futures 0.3.12", + "env_logger 0.8.3", + "futures 0.3.13", "futures-timer 3.0.2", - "log", + "log 0.4.14", "metered-channel", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5683,7 +5958,7 @@ version = "0.1.0" dependencies = [ "async-trait", "femme", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "kv-log-macro", "oorandom", @@ -5703,10 +5978,10 @@ name = "polkadot-parachain" version = "0.8.29" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "libc", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parity-util-mem", "parking_lot 0.11.1", "polkadot-core-primitives", @@ -5729,9 +6004,9 @@ name = "polkadot-pov-distribution" version = "0.1.0" dependencies = [ "assert_matches", - "env_logger 0.8.2", - "futures 0.3.12", - "log", + "env_logger 0.8.3", + "futures 0.3.13", + "log 0.4.14", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", @@ -5748,10 +6023,10 @@ dependencies = [ name = "polkadot-primitives" version = "0.8.29" dependencies = [ - "bitvec", + "bitvec 0.20.2", "frame-system", "hex-literal", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parity-util-mem", "polkadot-core-primitives", "polkadot-parachain", @@ -5790,7 +6065,7 @@ version = "0.8.29" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-primitives", "sc-chain-spec", "sc-client-api", @@ -5817,7 +6092,7 @@ dependencies = [ name = "polkadot-runtime" version = "0.8.29" dependencies = [ - "bitvec", + "bitvec 0.20.2", "frame-benchmarking", "frame-executive", "frame-support", @@ -5827,7 +6102,7 @@ dependencies = [ "frame-try-runtime", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -5860,7 +6135,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-primitives", "polkadot-runtime-common", "rustc-hex", @@ -5895,13 +6170,13 @@ dependencies = [ name = "polkadot-runtime-common" version = "0.8.29" dependencies = [ - "bitvec", + "bitvec 0.20.2", "frame-benchmarking", "frame-support", "frame-system", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authorship", "pallet-babe", "pallet-balances", @@ -5914,7 +6189,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-primitives", "polkadot-runtime-parachains", "rustc-hex", @@ -5943,15 +6218,15 @@ dependencies = [ name = "polkadot-runtime-parachains" version = "0.8.0" dependencies = [ - "bitvec", + "bitvec 0.20.2", "derive_more", "frame-benchmarking", "frame-support", "frame-system", - "futures 0.3.12", + "futures 0.3.13", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -5964,7 +6239,7 @@ dependencies = [ "pallet-timestamp", "pallet-treasury", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-primitives", "rand 0.8.3", "rand_chacha 0.3.0", @@ -5989,14 +6264,49 @@ dependencies = [ "xcm-executor", ] +[[package]] +name = "polkadot-runtime-test" +version = "0.8.28" +dependencies = [ + "frame-support", + "frame-system", + "pallet-balances", + "pallet-collective", + "pallet-democracy", + "pallet-sudo", + "pallet-transaction-payment", + "polkadot-cli", + "polkadot-primitives", + "polkadot-runtime", + "polkadot-runtime-common", + "polkadot-service", + "rand 0.7.3", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-manual-seal", + "sc-executor", + "sc-finality-grandpa", + "sc-informant", + "sc-network", + "sc-service", + "sp-api", + "sp-consensus-babe", + "sp-inherents", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "test-runner", +] + [[package]] name = "polkadot-service" version = "0.8.3" dependencies = [ - "env_logger 0.8.2", + "env_logger 0.8.3", "frame-benchmarking", "frame-system-rpc-runtime-api", - "futures 0.3.12", + "futures 0.3.13", "hex-literal", "kusama-runtime", "pallet-babe", @@ -6081,7 +6391,7 @@ version = "0.1.0" dependencies = [ "arrayvec 0.5.2", "assert_matches", - "futures 0.3.12", + "futures 0.3.13", "indexmap", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -6103,7 +6413,7 @@ dependencies = [ name = "polkadot-statement-table" version = "0.8.29" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-primitives", "sp-core", ] @@ -6112,7 +6422,7 @@ dependencies = [ name = "polkadot-test-client" version = "0.8.29" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-node-subsystem", "polkadot-primitives", "polkadot-test-runtime", @@ -6137,14 +6447,14 @@ dependencies = [ name = "polkadot-test-runtime" version = "0.8.29" dependencies = [ - "bitvec", + "bitvec 0.20.2", "frame-executive", "frame-support", "frame-system", "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -6162,7 +6472,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -6199,8 +6509,8 @@ version = "0.8.29" dependencies = [ "frame-benchmarking", "frame-system", - "futures 0.1.29", - "futures 0.3.12", + "futures 0.1.31", + "futures 0.3.13", "hex", "pallet-balances", "pallet-staking", @@ -6243,7 +6553,7 @@ dependencies = [ "substrate-test-client", "substrate-test-utils", "tempfile", - "tokio 0.2.21", + "tokio 0.2.25", "tracing", "tracing-futures", ] @@ -6256,41 +6566,43 @@ checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4" dependencies = [ "cfg-if 0.1.10", "libc", - "log", + "log 0.4.14", "wepoll-sys", "winapi 0.3.9", ] [[package]] name = "poly1305" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b42192ab143ed7619bf888a7f9c6733a9a2153b218e2cd557cfdb52fbf9bb1" +checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8" dependencies = [ + "cpuid-bool 0.2.0", "universal-hash", ] [[package]] name = "polyval" -version = "0.4.0" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a50142b55ab3ed0e9f68dfb3709f1d90d29da24e91033f28b96330643107dc" +checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" dependencies = [ - "cfg-if 0.1.10", + "cpuid-bool 0.2.0", + "opaque-debug 0.3.0", "universal-hash", ] [[package]] name = "ppv-lite86" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "predicates" -version = "1.0.4" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030" +checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa" dependencies = [ "difference", "predicates-core", @@ -6298,15 +6610,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" +checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451" [[package]] name = "predicates-tree" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124" +checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2" dependencies = [ "predicates-core", "treeline", @@ -6356,7 +6668,7 @@ dependencies = [ "proc-macro2", "quote", "syn", - "version_check", + "version_check 0.9.2", ] [[package]] @@ -6367,7 +6679,7 @@ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ "proc-macro2", "quote", - "version_check", + "version_check 0.9.2", ] [[package]] @@ -6378,9 +6690,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] name = "proc-macro-nested" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" +checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" [[package]] name = "proc-macro2" @@ -6424,7 +6736,7 @@ dependencies = [ "bytes 1.0.1", "heck", "itertools", - "log", + "log 0.4.14", "multimap", "petgraph", "prost", @@ -6472,7 +6784,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7" dependencies = [ "byteorder", - "log", + "log 0.4.14", "parity-wasm 0.41.0", ] @@ -6496,7 +6808,7 @@ checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" dependencies = [ "futures-core", "futures-sink", - "pin-project-lite 0.1.7", + "pin-project-lite 0.1.12", ] [[package]] @@ -6508,6 +6820,12 @@ dependencies = [ "proc-macro2", ] +[[package]] +name = "radium" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac" + [[package]] name = "radium" version = "0.6.2" @@ -6537,18 +6855,37 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "rand" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" +dependencies = [ + "autocfg 0.1.7", + "libc", + "rand_chacha 0.1.1", + "rand_core 0.4.2", + "rand_hc 0.1.0", + "rand_isaac", + "rand_jitter", + "rand_os", + "rand_pcg 0.1.2", + "rand_xorshift", + "winapi 0.3.9", +] + [[package]] name = "rand" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom 0.1.14", + "getrandom 0.1.16", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", "rand_hc 0.2.0", - "rand_pcg", + "rand_pcg 0.2.1", ] [[package]] @@ -6559,10 +6896,20 @@ checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", "rand_chacha 0.3.0", - "rand_core 0.6.1", + "rand_core 0.6.2", "rand_hc 0.3.0", ] +[[package]] +name = "rand_chacha" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" +dependencies = [ + "autocfg 0.1.7", + "rand_core 0.3.1", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -6580,7 +6927,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" dependencies = [ "ppv-lite86", - "rand_core 0.6.1", + "rand_core 0.6.2", ] [[package]] @@ -6604,16 +6951,16 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom 0.1.14", + "getrandom 0.1.16", ] [[package]] name = "rand_core" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" dependencies = [ - "getrandom 0.2.1", + "getrandom 0.2.2", ] [[package]] @@ -6625,6 +6972,15 @@ dependencies = [ "rand 0.7.3", ] +[[package]] +name = "rand_hc" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" +dependencies = [ + "rand_core 0.3.1", +] + [[package]] name = "rand_hc" version = "0.2.0" @@ -6640,7 +6996,51 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" dependencies = [ - "rand_core 0.6.1", + "rand_core 0.6.2", +] + +[[package]] +name = "rand_isaac" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" +dependencies = [ + "rand_core 0.3.1", +] + +[[package]] +name = "rand_jitter" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" +dependencies = [ + "libc", + "rand_core 0.4.2", + "winapi 0.3.9", +] + +[[package]] +name = "rand_os" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" +dependencies = [ + "cloudabi", + "fuchsia-cprng", + "libc", + "rand_core 0.4.2", + "rdrand", + "winapi 0.3.9", +] + +[[package]] +name = "rand_pcg" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" +dependencies = [ + "autocfg 0.1.7", + "rand_core 0.4.2", ] [[package]] @@ -6652,6 +7052,15 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_xorshift" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" +dependencies = [ + "rand_core 0.3.1", +] + [[package]] name = "raw-cpuid" version = "8.1.2" @@ -6671,7 +7080,7 @@ checksum = "2a34bde3561f980a51c70495164200569a11662644fe5af017f0b5d7015688cc" dependencies = [ "cfg-if 0.1.10", "libc", - "nix", + "nix 0.20.0", "rand 0.8.3", "winapi 0.3.9", ] @@ -6684,25 +7093,25 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.3.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" +checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" dependencies = [ - "autocfg", - "crossbeam-deque", + "autocfg 1.0.1", + "crossbeam-deque 0.8.0", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.7.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" +checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" dependencies = [ - "crossbeam-deque", - "crossbeam-queue", - "crossbeam-utils 0.7.2", + "crossbeam-channel", + "crossbeam-deque 0.8.0", + "crossbeam-utils 0.8.3", "lazy_static", "num_cpus", ] @@ -6718,27 +7127,27 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "redox_syscall" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570" +checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" dependencies = [ "bitflags", ] [[package]] name = "redox_users" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" +checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" dependencies = [ - "getrandom 0.1.14", - "redox_syscall 0.1.56", + "getrandom 0.1.16", + "redox_syscall 0.1.57", "rust-argon2", ] @@ -6748,8 +7157,8 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.1", - "redox_syscall 0.2.4", + "getrandom 0.2.2", + "redox_syscall 0.2.5", ] [[package]] @@ -6763,18 +7172,18 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623" +checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144" +checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" dependencies = [ "proc-macro2", "quote", @@ -6787,16 +7196,16 @@ version = "0.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5" dependencies = [ - "log", + "log 0.4.14", "rustc-hash", "smallvec 1.6.1", ] [[package]] name = "regex" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" +checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" dependencies = [ "aho-corasick", "memchr", @@ -6816,9 +7225,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" +checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" [[package]] name = "region" @@ -6835,19 +7244,17 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "env_logger 0.8.2", - "futures 0.3.12", + "env_logger 0.8.3", "hex-literal", - "jsonrpc-core-client", - "log", - "parity-scale-codec", - "sc-rpc", - "sc-rpc-api", + "jsonrpsee-http-client", + "jsonrpsee-proc-macros", + "jsonrpsee-types", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sp-core", "sp-io", - "tokio 0.1.22", ] [[package]] @@ -6867,9 +7274,9 @@ checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1" [[package]] name = "ring" -version = "0.16.15" +version = "0.16.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" +checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" dependencies = [ "cc", "libc", @@ -6909,7 +7316,7 @@ dependencies = [ "frame-system", "frame-system-rpc-runtime-api", "hex-literal", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -6925,7 +7332,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -6955,9 +7362,9 @@ dependencies = [ [[package]] name = "rpassword" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9" +checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" dependencies = [ "libc", "winapi 0.3.9", @@ -6965,21 +7372,21 @@ dependencies = [ [[package]] name = "rust-argon2" -version = "0.7.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" +checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" dependencies = [ - "base64 0.11.0", + "base64 0.13.0", "blake2b_simd", "constant_time_eq", - "crossbeam-utils 0.7.2", + "crossbeam-utils 0.8.3", ] [[package]] name = "rustc-demangle" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" +checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" [[package]] name = "rustc-hash" @@ -7004,12 +7411,12 @@ dependencies = [ [[package]] name = "rustls" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693" +checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" dependencies = [ "base64 0.12.3", - "log", + "log 0.4.14", "ring", "sct", "webpki", @@ -7022,7 +7429,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b" dependencies = [ "base64 0.13.0", - "log", + "log 0.4.14", "ring", "sct", "webpki", @@ -7035,9 +7442,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8" dependencies = [ "openssl-probe", - "rustls 0.18.0", + "rustls 0.18.1", "schannel", - "security-framework", + "security-framework 1.0.0", ] [[package]] @@ -7046,8 +7453,8 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.12", - "pin-project 0.4.23", + "futures 0.3.13", + "pin-project 0.4.27", "static_assertions", ] @@ -7066,6 +7473,12 @@ dependencies = [ "rustc_version", ] +[[package]] +name = "safemem" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" + [[package]] name = "salsa20" version = "0.7.2" @@ -7087,16 +7500,16 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "async-trait", "derive_more", "either", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "libp2p", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "prost", "prost-build", "rand 0.7.3", @@ -7115,12 +7528,12 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sc-block-builder", "sc-client-api", "sc-proposer-metrics", @@ -7138,9 +7551,9 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sc-client-api", "sp-api", "sp-block-builder", @@ -7154,10 +7567,10 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sc-chain-spec-derive", "sc-consensus-babe", "sc-consensus-epochs", @@ -7175,7 +7588,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7186,16 +7599,16 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "chrono", "fdlimit", - "futures 0.3.12", + "futures 0.3.13", "hex", "libp2p", - "log", + "log 0.4.14", "names", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "rand 0.7.3", "regex", "rpassword", @@ -7218,22 +7631,22 @@ dependencies = [ "structopt", "thiserror", "tiny-bip39", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", "fnv", - "futures 0.3.12", + "futures 0.3.13", "hash-db", "kvdb", "lazy_static", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sc-executor", "sp-api", @@ -7258,7 +7671,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "blake2-rfc", "hash-db", @@ -7266,9 +7679,9 @@ dependencies = [ "kvdb-memorydb", "kvdb-rocksdb", "linked-hash-map", - "log", + "log 0.4.14", "parity-db", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parity-util-mem", "parking_lot 0.11.1", "sc-client-api", @@ -7288,7 +7701,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7299,18 +7712,18 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", "fork-tree", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "log", + "log 0.4.14", "merlin", "num-bigint", "num-rational", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "pdqselect", "rand 0.7.3", @@ -7345,10 +7758,10 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -7369,25 +7782,59 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "fork-tree", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sc-client-api", "sp-blockchain", "sp-runtime", ] +[[package]] +name = "sc-consensus-manual-seal" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +dependencies = [ + "assert_matches", + "derive_more", + "futures 0.3.13", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "log 0.4.14", + "parity-scale-codec 2.0.1", + "parking_lot 0.11.1", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-transaction-pool", + "serde", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "sp-transaction-pool", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sc-client-api", "sc-telemetry", @@ -7408,9 +7855,9 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", + "log 0.4.14", "sc-client-api", "sp-authorship", "sp-consensus", @@ -7422,13 +7869,13 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", "lazy_static", "libsecp256k1", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parity-wasm 0.41.0", "parking_lot 0.11.1", "sc-executor-common", @@ -7451,10 +7898,10 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parity-wasm 0.41.0", "sp-allocator", "sp-core", @@ -7467,10 +7914,10 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sc-executor-common", "sp-allocator", "sp-core", @@ -7482,10 +7929,10 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parity-wasm 0.41.0", "pwasm-utils", "sc-executor-common", @@ -7500,19 +7947,19 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", "dyn-clone", "finality-grandpa", "fork-tree", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "linked-hash-map", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "sc-block-builder", "sc-client-api", @@ -7539,17 +7986,17 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", "finality-grandpa", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "jsonrpc-pubsub", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sc-client-api", "sc-finality-grandpa", "sc-rpc", @@ -7563,13 +8010,13 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", - "futures 0.3.12", - "log", + "futures 0.3.13", + "log 0.4.14", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "prost", "sc-client-api", @@ -7584,11 +8031,11 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "ansi_term 0.12.1", - "futures 0.3.12", - "log", + "futures 0.3.13", + "log 0.4.14", "parity-util-mem", "sc-client-api", "sc-network", @@ -7602,11 +8049,11 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "async-trait", "derive_more", - "futures 0.3.12", + "futures 0.3.13", "futures-util", "hex", "merlin", @@ -7616,17 +8063,17 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keystore", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "hash-db", "lazy_static", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sc-client-api", "sc-executor", @@ -7641,7 +8088,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "async-std", "async-trait", @@ -7655,19 +8102,19 @@ dependencies = [ "erased-serde", "fnv", "fork-tree", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "hex", "ip_network", "libp2p", "linked-hash-map", "linked_hash_set", - "log", + "log 0.4.14", "lru", "nohash-hasher", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "prost", "prost-build", "rand 0.7.3", @@ -7694,12 +8141,12 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "libp2p", - "log", + "log 0.4.14", "lru", "sc-network", "sp-runtime", @@ -7710,17 +8157,17 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "bytes 0.5.6", "fnv", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "hyper 0.13.9", + "hyper 0.13.10", "hyper-rustls", - "log", + "log 0.4.14", "num_cpus", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "rand 0.7.3", "sc-client-api", @@ -7737,11 +8184,11 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p", - "log", + "log 0.4.14", "serde_json", "sp-utils", "wasm-timer", @@ -7750,23 +8197,23 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", + "log 0.4.14", "substrate-prometheus-endpoint", ] [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sc-block-builder", "sc-client-api", @@ -7793,16 +8240,16 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "jsonrpc-pubsub", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "serde", "serde_json", @@ -7817,15 +8264,15 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "jsonrpc-core", "jsonrpc-http-server", "jsonrpc-ipc-server", "jsonrpc-pubsub", "jsonrpc-ws-server", - "log", + "log 0.4.14", "serde", "serde_json", "sp-runtime", @@ -7835,22 +8282,22 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "directories", "exit-future", - "futures 0.1.29", - "futures 0.3.12", + "futures 0.1.31", + "futures 0.3.13", "futures-timer 3.0.2", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", "lazy_static", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parity-util-mem", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "sc-block-builder", "sc-chain-spec", @@ -7898,10 +8345,10 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.1", @@ -7913,7 +8360,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7933,14 +8380,14 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "chrono", - "futures 0.3.12", + "futures 0.3.13", "libp2p", - "log", + "log 0.4.14", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "serde", "serde_json", @@ -7955,13 +8402,13 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "ansi_term 0.12.1", "atty", "erased-serde", "lazy_static", - "log", + "log 0.4.14", "once_cell", "parking_lot 0.11.1", "regex", @@ -7983,7 +8430,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7994,12 +8441,12 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "linked-hash-map", - "log", + "log 0.4.14", "parity-util-mem", "parking_lot 0.11.1", "retain_mut", @@ -8016,13 +8463,13 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-diagnose", "intervalier", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parity-util-mem", "parking_lot 0.11.1", "sc-client-api", @@ -8057,14 +8504,14 @@ checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" dependencies = [ "arrayref", "arrayvec 0.5.2", - "curve25519-dalek 2.1.0", - "getrandom 0.1.14", + "curve25519-dalek 2.1.2", + "getrandom 0.1.16", "merlin", "rand 0.7.3", "rand_core 0.5.1", "serde", "sha2 0.8.2", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] @@ -8082,18 +8529,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scroll" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1" +checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec" dependencies = [ "scroll_derive", ] [[package]] name = "scroll_derive" -version = "0.10.2" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9" +checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0" dependencies = [ "proc-macro2", "quote", @@ -8126,10 +8573,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b" dependencies = [ "bitflags", - "core-foundation", - "core-foundation-sys", + "core-foundation 0.7.0", + "core-foundation-sys 0.7.0", "libc", - "security-framework-sys", + "security-framework-sys 1.0.0", +] + +[[package]] +name = "security-framework" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d493c5f39e02dfb062cd8f33301f90f9b13b650e8c1b1d0fd75c19dd64bff69d" +dependencies = [ + "bitflags", + "core-foundation 0.9.1", + "core-foundation-sys 0.8.2", + "libc", + "security-framework-sys 2.1.1", ] [[package]] @@ -8138,7 +8598,17 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7" dependencies = [ - "core-foundation-sys", + "core-foundation-sys 0.7.0", + "libc", +] + +[[package]] +name = "security-framework-sys" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d" +dependencies = [ + "core-foundation-sys 0.8.2", "libc", ] @@ -8166,7 +8636,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", ] @@ -8178,12 +8648,11 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "semver-parser" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5" +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" dependencies = [ "pest", - "pest_derive", ] [[package]] @@ -8206,18 +8675,18 @@ checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" [[package]] name = "serde" -version = "1.0.123" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" +checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.123" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" +checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b" dependencies = [ "proc-macro2", "quote", @@ -8226,9 +8695,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" +checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" dependencies = [ "itoa", "ryu", @@ -8247,6 +8716,25 @@ dependencies = [ "opaque-debug 0.2.3", ] +[[package]] +name = "sha-1" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f" +dependencies = [ + "block-buffer 0.9.0", + "cfg-if 1.0.0", + "cpuid-bool 0.1.2", + "digest 0.9.0", + "opaque-debug 0.3.0", +] + +[[package]] +name = "sha1" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" + [[package]] name = "sha2" version = "0.8.2" @@ -8261,13 +8749,13 @@ dependencies = [ [[package]] name = "sha2" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" +checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpuid-bool", + "cpuid-bool 0.1.2", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -8286,12 +8774,11 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127" +checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" dependencies = [ "lazy_static", - "loom", ] [[package]] @@ -8302,7 +8789,7 @@ checksum = "b854a362375dfe8ab12ea8a98228040d37293c988f85fbac9fa0f83336387966" dependencies = [ "cfg-if 0.1.10", "libc", - "nix", + "nix 0.20.0", "quick-error 2.0.0", "rand 0.8.3", "winapi 0.3.9", @@ -8316,9 +8803,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" -version = "0.1.16" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed" +checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f" dependencies = [ "libc", "signal-hook-registry", @@ -8326,19 +8813,18 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" +checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6" dependencies = [ - "arc-swap", "libc", ] [[package]] name = "signature" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852" +checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68" [[package]] name = "simba" @@ -8360,9 +8846,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "smallvec" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" +checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" dependencies = [ "maybe-uninit", ] @@ -8375,9 +8861,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "snow" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e" +checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50" dependencies = [ "aes-gcm", "blake2", @@ -8386,45 +8872,44 @@ dependencies = [ "rand_core 0.5.1", "ring", "rustc_version", - "sha2 0.9.2", - "subtle 2.2.3", - "x25519-dalek 0.6.0", + "sha2 0.9.3", + "subtle 2.4.0", + "x25519-dalek", ] [[package]] name = "socket2" -version = "0.3.17" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902" +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.1.56", "winapi 0.3.9", ] [[package]] name = "soketto" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0" +checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88" dependencies = [ "base64 0.12.3", "bytes 0.5.6", "flate2", - "futures 0.3.12", + "futures 0.3.13", "httparse", - "log", + "log 0.4.14", "rand 0.7.3", - "sha-1", + "sha-1 0.9.4", ] [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", + "log 0.4.14", "sp-core", "sp-std", "sp-wasm-interface", @@ -8434,11 +8919,11 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "hash-db", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sp-api-proc-macro", "sp-core", "sp-runtime", @@ -8451,7 +8936,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8463,9 +8948,9 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-core", "sp-io", @@ -8475,11 +8960,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "integer-sqrt", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-debug-derive", "sp-std", @@ -8488,9 +8973,9 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-application-crypto", "sp-runtime", @@ -8500,9 +8985,9 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-inherents", "sp-runtime", "sp-std", @@ -8511,9 +8996,9 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-inherents", "sp-runtime", @@ -8523,12 +9008,12 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", - "log", + "futures 0.3.13", + "log 0.4.14", "lru", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sp-api", "sp-consensus", @@ -8541,7 +9026,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "serde", "serde_json", @@ -8550,13 +9035,13 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "libp2p", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "serde", "sp-api", @@ -8576,10 +9061,10 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "merlin", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-application-crypto", "sp-consensus", @@ -8596,9 +9081,9 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-arithmetic", "sp-runtime", ] @@ -8606,9 +9091,9 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "schnorrkel", "sp-core", "sp-runtime", @@ -8618,24 +9103,24 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "base58", "blake2-rfc", "byteorder", "dyn-clonable", "ed25519-dalek", - "futures 0.3.12", + "futures 0.3.13", "hash-db", "hash256-std-hasher", "hex", "impl-serde", "lazy_static", "libsecp256k1", - "log", + "log 0.4.14", "merlin", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parity-util-mem", "parking_lot 0.11.1", "primitive-types", @@ -8644,7 +9129,7 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.9.2", + "sha2 0.9.3", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -8662,7 +9147,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8671,7 +9156,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "proc-macro2", "quote", @@ -8681,9 +9166,9 @@ dependencies = [ [[package]] name = "sp-election-providers" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-arithmetic", "sp-npos-elections", "sp-std", @@ -8692,10 +9177,10 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "environmental", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-std", "sp-storage", ] @@ -8703,11 +9188,11 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "finality-grandpa", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-api", "sp-application-crypto", @@ -8720,9 +9205,9 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sp-core", "sp-std", @@ -8732,13 +9217,13 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "hash-db", "libsecp256k1", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "sp-core", "sp-externalities", @@ -8756,7 +9241,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "lazy_static", "sp-core", @@ -8767,13 +9252,13 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "async-trait", "derive_more", - "futures 0.3.12", + "futures 0.3.13", "merlin", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "schnorrkel", "serde", @@ -8784,9 +9269,9 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-arithmetic", "sp-core", @@ -8797,7 +9282,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8808,7 +9293,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "sp-api", "sp-core", @@ -8818,7 +9303,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "backtrace", ] @@ -8826,7 +9311,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "serde", "sp-core", @@ -8835,13 +9320,13 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "either", "hash256-std-hasher", "impl-trait-for-tuples", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "parity-util-mem", "paste 1.0.4", "rand 0.7.3", @@ -8856,10 +9341,10 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "primitive-types", "sp-externalities", "sp-runtime-interface-proc-macro", @@ -8873,7 +9358,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "Inflector", "proc-macro-crate", @@ -8885,7 +9370,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "serde", "serde_json", @@ -8894,9 +9379,9 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-core", "sp-runtime", @@ -8907,9 +9392,9 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-runtime", "sp-std", ] @@ -8917,12 +9402,12 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "hash-db", - "log", + "log 0.4.14", "num-traits", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", @@ -8939,15 +9424,15 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "impl-serde", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "ref-cast", "serde", "sp-debug-derive", @@ -8957,9 +9442,9 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", + "log 0.4.14", "sp-core", "sp-externalities", "sp-io", @@ -8970,10 +9455,10 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-api", "sp-inherents", "sp-runtime", @@ -8984,10 +9469,10 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sp-std", "tracing", "tracing-core", @@ -8997,12 +9482,12 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "derive_more", - "futures 0.3.12", - "log", - "parity-scale-codec", + "futures 0.3.13", + "log 0.4.14", + "parity-scale-codec 2.0.1", "serde", "sp-api", "sp-blockchain", @@ -9013,11 +9498,11 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "hash-db", "memory-db", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-core", "sp-std", "trie-db", @@ -9027,9 +9512,9 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-core", "futures-timer 3.0.2", "lazy_static", @@ -9039,10 +9524,10 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "impl-serde", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "serde", "sp-runtime", "sp-std", @@ -9051,10 +9536,10 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sp-std", "wasmi", ] @@ -9067,9 +9552,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "stable_deref_trait" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "static_assertions" @@ -9088,18 +9573,19 @@ dependencies = [ [[package]] name = "stream-cipher" -version = "0.4.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88" +checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89" dependencies = [ + "block-cipher", "generic-array 0.14.4", ] [[package]] name = "streamunordered" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9394ee1338fee8370bee649f8a7170b3a56917903a0956467ad192dcf8699ca" +checksum = "e68576e37c8a37f5372796df15202190349dd80e7ed6a79544c0232213e90e35" dependencies = [ "futures-core", "futures-sink", @@ -9183,18 +9669,18 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "chrono", "console_error_panic_hook", - "futures 0.1.29", - "futures 0.3.12", + "futures 0.1.31", + "futures 0.3.13", "futures-timer 3.0.2", - "getrandom 0.2.1", + "getrandom 0.2.2", "js-sys", "kvdb-web", "libp2p-wasm-ext", - "log", + "log 0.4.14", "rand 0.7.3", "sc-chain-spec", "sc-informant", @@ -9210,7 +9696,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "platforms", ] @@ -9218,15 +9704,15 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-system-rpc-runtime-api", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sc-client-api", "sc-rpc-api", "serde", @@ -9241,27 +9727,27 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "async-std", "derive_more", "futures-util", - "hyper 0.13.9", - "log", + "hyper 0.13.10", + "log 0.4.14", "prometheus", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.1.29", - "futures 0.3.12", + "futures 0.1.31", + "futures 0.3.13", "hash-db", "hex", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "sc-client-api", "sc-client-db", "sc-consensus", @@ -9282,17 +9768,17 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "substrate-test-utils-derive", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "proc-macro-crate", "quote", @@ -9323,15 +9809,15 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.2.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1" +checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" -version = "1.0.60" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" +checksum = "123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512" dependencies = [ "proc-macro2", "quote", @@ -9358,15 +9844,15 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[package]] name = "tap" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee5a98e506fb7231a304c3a1bd7c132a55016cf65001e0282480665870dfcb9" +checksum = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95" [[package]] name = "tempfile" @@ -9377,16 +9863,16 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.3", - "redox_syscall 0.2.4", + "redox_syscall 0.2.5", "remove_dir_all", "winapi 0.3.9", ] [[package]] name = "termcolor" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" dependencies = [ "winapi-util", ] @@ -9396,7 +9882,7 @@ name = "test-parachain-adder" version = "0.8.29" dependencies = [ "dlmalloc", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-parachain", "sp-io", "sp-std", @@ -9408,10 +9894,10 @@ dependencies = [ name = "test-parachain-adder-collator" version = "0.7.26" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "polkadot-cli", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -9427,7 +9913,7 @@ dependencies = [ "structopt", "substrate-test-utils", "test-parachain-adder", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] @@ -9441,7 +9927,7 @@ dependencies = [ name = "test-parachains" version = "0.7.22" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-parachain", "sp-core", "test-parachain-adder", @@ -9449,6 +9935,53 @@ dependencies = [ "tiny-keccak", ] +[[package]] +name = "test-runner" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +dependencies = [ + "env_logger 0.7.1", + "frame-system", + "futures 0.1.31", + "futures 0.3.13", + "jsonrpc-core", + "jsonrpc-core-client", + "log 0.4.14", + "parity-scale-codec 1.3.7", + "rand 0.7.3", + "sc-basic-authorship", + "sc-cli", + "sc-client-api", + "sc-consensus-manual-seal", + "sc-executor", + "sc-informant", + "sc-network", + "sc-rpc", + "sc-rpc-server", + "sc-service", + "sc-transaction-graph", + "sc-transaction-pool", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-runtime-interface", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-wasm-interface", + "tokio 0.2.25", + "tokio-compat", +] + [[package]] name = "textwrap" version = "0.11.0" @@ -9460,18 +9993,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146" +checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" +checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" dependencies = [ "proc-macro2", "quote", @@ -9504,18 +10037,19 @@ checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b" dependencies = [ "byteorder", "integer-encoding", - "log", + "log 0.4.14", "ordered-float", "threadpool", ] [[package]] name = "time" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" +checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" dependencies = [ "libc", + "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.9", ] @@ -9531,7 +10065,7 @@ dependencies = [ "pbkdf2 0.4.0", "rand 0.7.3", "rustc-hash", - "sha2 0.9.2", + "sha2 0.9.3", "thiserror", "unicode-normalization", "zeroize", @@ -9548,9 +10082,18 @@ dependencies = [ [[package]] name = "tinyvec" -version = "0.3.3" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" @@ -9559,7 +10102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "mio", "num_cpus", "tokio-codec", @@ -9578,9 +10121,9 @@ dependencies = [ [[package]] name = "tokio" -version = "0.2.21" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" +checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" dependencies = [ "bytes 0.5.6", "fnv", @@ -9590,9 +10133,10 @@ dependencies = [ "libc", "memchr", "mio", + "mio-named-pipes", "mio-uds", "num_cpus", - "pin-project-lite 0.1.7", + "pin-project-lite 0.1.12", "signal-hook-registry", "slab", "tokio-macros", @@ -9607,7 +10151,7 @@ checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" dependencies = [ "bytes 0.4.12", "either", - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -9617,17 +10161,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "tokio-io", ] +[[package]] +name = "tokio-compat" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "107b625135aa7b9297dd2d99ccd6ca6ab124a5d1230778e159b9095adca4c722" +dependencies = [ + "futures 0.1.31", + "futures-core", + "futures-util", + "pin-project-lite 0.1.12", + "tokio 0.2.25", + "tokio-current-thread", + "tokio-executor", + "tokio-reactor", + "tokio-timer", +] + [[package]] name = "tokio-current-thread" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "tokio-executor", ] @@ -9638,7 +10199,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -9647,7 +10208,7 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "tokio-io", "tokio-threadpool", ] @@ -9659,15 +10220,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", - "log", + "futures 0.1.31", + "log 0.4.14", ] [[package]] name = "tokio-macros" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" +checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ "proc-macro2", "quote", @@ -9681,7 +10242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "mio", "mio-named-pipes", "tokio 0.1.22", @@ -9694,9 +10255,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", "lazy_static", - "log", + "log 0.4.14", "mio", "num_cpus", "parking_lot 0.9.0", @@ -9708,13 +10269,13 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9" +checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" dependencies = [ "futures-core", - "rustls 0.18.0", - "tokio 0.2.21", + "rustls 0.18.1", + "tokio 0.2.25", "webpki", ] @@ -9724,7 +10285,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -9734,7 +10295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" dependencies = [ "fnv", - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -9744,7 +10305,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "iovec", "mio", "tokio-io", @@ -9757,12 +10318,12 @@ version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" dependencies = [ - "crossbeam-deque", + "crossbeam-deque 0.7.3", "crossbeam-queue", "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", "lazy_static", - "log", + "log 0.4.14", "num_cpus", "slab", "tokio-executor", @@ -9775,11 +10336,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", "slab", "tokio-executor", ] +[[package]] +name = "tokio-tls" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c" +dependencies = [ + "futures 0.1.31", + "native-tls", + "tokio-io", +] + [[package]] name = "tokio-udp" version = "0.1.6" @@ -9787,8 +10359,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", - "log", + "futures 0.1.31", + "log 0.4.14", "mio", "tokio-codec", "tokio-io", @@ -9802,10 +10374,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "iovec", "libc", - "log", + "log 0.4.14", "mio", "mio-uds", "tokio-codec", @@ -9822,44 +10394,44 @@ dependencies = [ "bytes 0.5.6", "futures-core", "futures-sink", - "log", - "pin-project-lite 0.1.7", - "tokio 0.2.21", + "log 0.4.14", + "pin-project-lite 0.1.12", + "tokio 0.2.25", ] [[package]] name = "toml" -version = "0.5.6" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" dependencies = [ "serde", ] [[package]] name = "tower-service" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" +checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.22" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" +checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" dependencies = [ "cfg-if 1.0.0", - "log", - "pin-project-lite 0.2.4", + "log 0.4.14", + "pin-project-lite 0.2.6", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-attributes" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" +checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07" dependencies = [ "proc-macro2", "quote", @@ -9887,22 +10459,22 @@ dependencies = [ [[package]] name = "tracing-futures" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 0.4.23", + "pin-project 1.0.5", "tracing", ] [[package]] name = "tracing-log" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9" +checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" dependencies = [ "lazy_static", - "log", + "log 0.4.14", "tracing-core", ] @@ -9918,9 +10490,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401" +checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96" dependencies = [ "ansi_term 0.12.1", "chrono", @@ -9938,6 +10510,12 @@ dependencies = [ "tracing-serde", ] +[[package]] +name = "traitobject" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" + [[package]] name = "treeline" version = "0.1.0" @@ -9952,7 +10530,7 @@ checksum = "ec051edf7f0fc9499a2cb0947652cab2148b9d7f61cee7605e312e9f970dacaf" dependencies = [ "hash-db", "hashbrown", - "log", + "log 0.4.14", "rustc-hex", "smallvec 1.6.1", ] @@ -9968,18 +10546,18 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#af998b20151cf08d0757a0c4d040be9438197cdd" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" dependencies = [ "frame-try-runtime", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "remote-externalities", "sc-cli", "sc-client-api", @@ -10010,13 +10588,21 @@ dependencies = [ [[package]] name = "twox-hash" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" +checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ + "cfg-if 0.1.10", "rand 0.7.3", + "static_assertions", ] +[[package]] +name = "typeable" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" + [[package]] name = "typenum" version = "1.12.0" @@ -10041,13 +10627,22 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "unicase" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" +dependencies = [ + "version_check 0.1.5", +] + [[package]] name = "unicase" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" dependencies = [ - "version_check", + "version_check 0.9.2", ] [[package]] @@ -10061,18 +10656,18 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.13" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" +checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] name = "unicode-width" @@ -10093,7 +10688,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" dependencies = [ "generic-array 0.14.4", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] @@ -10145,12 +10740,12 @@ dependencies = [ [[package]] name = "url" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" +checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" dependencies = [ "form_urlencoded", - "idna 0.2.0", + "idna 0.2.2", "matches", "percent-encoding 2.1.0", ] @@ -10166,9 +10761,9 @@ dependencies = [ [[package]] name = "vcpkg" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" [[package]] name = "vec-arena" @@ -10182,6 +10777,12 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" +[[package]] +name = "version_check" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" + [[package]] name = "version_check" version = "0.9.2" @@ -10226,8 +10827,8 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" dependencies = [ - "futures 0.1.29", - "log", + "futures 0.1.31", + "log 0.4.14", "try-lock", ] @@ -10237,7 +10838,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" dependencies = [ - "log", + "log 0.4.14", "try-lock", ] @@ -10255,9 +10856,9 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wasm-bindgen" -version = "0.2.70" +version = "0.2.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be" +checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7" dependencies = [ "cfg-if 1.0.0", "serde", @@ -10267,13 +10868,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.70" +version = "0.2.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7" +checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8" dependencies = [ "bumpalo", "lazy_static", - "log", + "log 0.4.14", "proc-macro2", "quote", "syn", @@ -10282,9 +10883,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.19" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35" +checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -10294,9 +10895,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.70" +version = "0.2.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c" +checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -10304,9 +10905,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.70" +version = "0.2.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385" +checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e" dependencies = [ "proc-macro2", "quote", @@ -10317,9 +10918,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.70" +version = "0.2.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64" +checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1" [[package]] name = "wasm-gc-api" @@ -10327,7 +10928,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9" dependencies = [ - "log", + "log 0.4.14", "parity-wasm 0.32.0", "rustc-demangle", ] @@ -10338,7 +10939,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "js-sys", "parking_lot 0.11.1", "pin-utils", @@ -10389,7 +10990,7 @@ dependencies = [ "cpp_demangle", "indexmap", "libc", - "log", + "log 0.4.14", "region", "rustc-demangle", "serde", @@ -10418,9 +11019,9 @@ dependencies = [ "errno", "file-per-thread-logger", "libc", - "log", + "log 0.4.14", "serde", - "sha2 0.9.2", + "sha2 0.9.3", "toml", "winapi 0.3.9", "zstd", @@ -10468,7 +11069,7 @@ dependencies = [ "cranelift-wasm", "gimli", "indexmap", - "log", + "log 0.4.14", "more-asserts", "serde", "thiserror", @@ -10490,7 +11091,7 @@ dependencies = [ "cranelift-native", "cranelift-wasm", "gimli", - "log", + "log 0.4.14", "more-asserts", "object 0.22.0", "rayon", @@ -10553,7 +11154,7 @@ dependencies = [ "indexmap", "lazy_static", "libc", - "log", + "log 0.4.14", "memoffset 0.6.1", "more-asserts", "psm", @@ -10565,27 +11166,27 @@ dependencies = [ [[package]] name = "wast" -version = "21.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5" +checksum = "db5ae96da18bb5926341516fd409b5a8ce4e4714da7f0a1063d3b20ac9f9a1e1" dependencies = [ "leb128", ] [[package]] name = "wat" -version = "1.0.22" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce85d72b74242c340e9e3492cfb602652d7bb324c3172dd441b5577e39a2e18c" +checksum = "0b0fa059022c5dabe129f02b429d67086400deb8277f89c975555dacc1dadbcc" dependencies = [ "wast", ] [[package]] name = "web-sys" -version = "0.3.46" +version = "0.3.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" +checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b" dependencies = [ "js-sys", "wasm-bindgen", @@ -10593,9 +11194,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" dependencies = [ "ring", "untrusted", @@ -10610,6 +11211,47 @@ dependencies = [ "webpki", ] +[[package]] +name = "websocket" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0" +dependencies = [ + "bytes 0.4.12", + "futures 0.1.31", + "hyper 0.10.16", + "native-tls", + "rand 0.6.5", + "tokio-codec", + "tokio-io", + "tokio-reactor", + "tokio-tcp", + "tokio-tls", + "unicase 1.4.2", + "url 1.7.2", + "websocket-base", +] + +[[package]] +name = "websocket-base" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374" +dependencies = [ + "base64 0.10.1", + "bitflags", + "byteorder", + "bytes 0.4.12", + "futures 0.1.31", + "native-tls", + "rand 0.6.5", + "sha1", + "tokio-codec", + "tokio-io", + "tokio-tcp", + "tokio-tls", +] + [[package]] name = "wepoll-sys" version = "3.0.1" @@ -10623,7 +11265,7 @@ dependencies = [ name = "westend-runtime" version = "0.8.29" dependencies = [ - "bitvec", + "bitvec 0.20.2", "frame-benchmarking", "frame-executive", "frame-support", @@ -10633,7 +11275,7 @@ dependencies = [ "frame-try-runtime", "hex-literal", "libsecp256k1", - "log", + "log 0.4.14", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -10667,7 +11309,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -10775,24 +11417,13 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" -[[package]] -name = "x25519-dalek" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217" -dependencies = [ - "curve25519-dalek 2.1.0", - "rand_core 0.5.1", - "zeroize", -] - [[package]] name = "x25519-dalek" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.0.2", "rand_core 0.5.1", "zeroize", ] @@ -10801,7 +11432,7 @@ dependencies = [ name = "xcm" version = "0.8.22" dependencies = [ - "parity-scale-codec", + "parity-scale-codec 2.0.1", ] [[package]] @@ -10809,7 +11440,7 @@ name = "xcm-builder" version = "0.8.22" dependencies = [ "frame-support", - "parity-scale-codec", + "parity-scale-codec 2.0.1", "polkadot-parachain", "sp-arithmetic", "sp-io", @@ -10825,8 +11456,8 @@ version = "0.8.22" dependencies = [ "frame-support", "impl-trait-for-tuples", - "log", - "parity-scale-codec", + "log 0.4.14", + "parity-scale-codec 2.0.1", "sp-arithmetic", "sp-core", "sp-io", @@ -10841,8 +11472,8 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271" dependencies = [ - "futures 0.3.12", - "log", + "futures 0.3.13", + "log 0.4.14", "nohash-hasher", "parking_lot 0.11.1", "rand 0.7.3", @@ -10860,9 +11491,9 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" +checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b1b5068fb67b..2d9b7573502a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,6 +76,7 @@ members = [ "node/metered-channel", "node/test/client", "node/test/service", + "node/test/runtime", "parachain/test-parachains", "parachain/test-parachains/adder", "parachain/test-parachains/adder/collator", diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index a03078163a18..8650299507b8 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -24,31 +24,31 @@ pallet-message-lane-rpc = { path = "../../../modules/message-lane/rpc" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } [build-dependencies] build-script-utils = { package = "substrate-build-script-utils", version = "2.0" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } vergen = "3.1.0" [features] diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index 3173294bec79..b2899b339f48 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -28,31 +28,31 @@ pallet-substrate-bridge = { path = "../../../modules/substrate", default-feature # Substrate Dependencies -frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "2.0.0" } diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 072667694a19..14bc58d07dd5 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -24,32 +24,32 @@ rialto-runtime = { path = "../runtime" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } [build-dependencies] build-script-utils = { package = "substrate-build-script-utils", version = "2.0" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } vergen = "3.1.0" [features] diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index 712092ea0664..6fbced5472ae 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -34,33 +34,33 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } -frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } +frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index 1a6a5db5370e..f068c009241d 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -23,12 +23,12 @@ pallet-substrate-bridge = { path = "../../modules/substrate", default-features = # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [features] default = ["std"] diff --git a/bridges/modules/call-dispatch/Cargo.toml b/bridges/modules/call-dispatch/Cargo.toml index 9b4c0bfeea44..c7999cef12dc 100644 --- a/bridges/modules/call-dispatch/Cargo.toml +++ b/bridges/modules/call-dispatch/Cargo.toml @@ -16,14 +16,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } serde = "1.0" [features] diff --git a/bridges/modules/currency-exchange/Cargo.toml b/bridges/modules/currency-exchange/Cargo.toml index f92eb2ca7b66..2115f1b6c500 100644 --- a/bridges/modules/currency-exchange/Cargo.toml +++ b/bridges/modules/currency-exchange/Cargo.toml @@ -17,15 +17,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } [features] default = ["std"] diff --git a/bridges/modules/ethereum-contract/builtin/Cargo.toml b/bridges/modules/ethereum-contract/builtin/Cargo.toml index 0d34cf56444e..5fd55505e4c7 100644 --- a/bridges/modules/ethereum-contract/builtin/Cargo.toml +++ b/bridges/modules/ethereum-contract/builtin/Cargo.toml @@ -19,10 +19,10 @@ rialto-runtime = { path = "../../../bin/rialto/runtime" } # Substrate Dependencies -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/modules/ethereum/Cargo.toml b/bridges/modules/ethereum/Cargo.toml index 080957d78013..05b2240760cf 100644 --- a/bridges/modules/ethereum/Cargo.toml +++ b/bridges/modules/ethereum/Cargo.toml @@ -17,12 +17,12 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa", default-features = false # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } diff --git a/bridges/modules/finality-verifier/Cargo.toml b/bridges/modules/finality-verifier/Cargo.toml index 8afc30cd30ed..5cbd576cddeb 100644 --- a/bridges/modules/finality-verifier/Cargo.toml +++ b/bridges/modules/finality-verifier/Cargo.toml @@ -19,15 +19,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] bp-test-utils = {path = "../../primitives/test-utils" } pallet-substrate-bridge = { path = "../../modules/substrate" } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } [features] diff --git a/bridges/modules/message-lane/Cargo.toml b/bridges/modules/message-lane/Cargo.toml index be07b1173ac9..7b1f466beb71 100644 --- a/bridges/modules/message-lane/Cargo.toml +++ b/bridges/modules/message-lane/Cargo.toml @@ -19,17 +19,17 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] hex-literal = "0.3" -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } [features] default = ["std"] diff --git a/bridges/modules/message-lane/rpc/Cargo.toml b/bridges/modules/message-lane/rpc/Cargo.toml index 28481a7ad883..86681cfbc347 100644 --- a/bridges/modules/message-lane/rpc/Cargo.toml +++ b/bridges/modules/message-lane/rpc/Cargo.toml @@ -21,9 +21,9 @@ bp-message-lane = { path = "../../../primitives/message-lane" } # Substrate Dependencies -sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/modules/shift-session-manager/Cargo.toml b/bridges/modules/shift-session-manager/Cargo.toml index 04a5194c3494..3cb3dfc67850 100644 --- a/bridges/modules/shift-session-manager/Cargo.toml +++ b/bridges/modules/shift-session-manager/Cargo.toml @@ -11,15 +11,15 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } serde = "1.0" [features] diff --git a/bridges/modules/substrate/Cargo.toml b/bridges/modules/substrate/Cargo.toml index 6f6e9cafddab..6304654812e6 100644 --- a/bridges/modules/substrate/Cargo.toml +++ b/bridges/modules/substrate/Cargo.toml @@ -20,18 +20,18 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] bp-test-utils = {path = "../../primitives/test-utils" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } [features] default = ["std"] diff --git a/bridges/primitives/currency-exchange/Cargo.toml b/bridges/primitives/currency-exchange/Cargo.toml index 585855b294ee..6f60760dac4b 100644 --- a/bridges/primitives/currency-exchange/Cargo.toml +++ b/bridges/primitives/currency-exchange/Cargo.toml @@ -11,9 +11,9 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/ethereum-poa/Cargo.toml b/bridges/primitives/ethereum-poa/Cargo.toml index 86cb43193c00..de9ef41d3f89 100644 --- a/bridges/primitives/ethereum-poa/Cargo.toml +++ b/bridges/primitives/ethereum-poa/Cargo.toml @@ -24,10 +24,10 @@ triehash = { version = "0.8.2", default-features = false } # Substrate Dependencies -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] hex-literal = "0.2" diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index 8a017610a3e8..1dde6afe3eb9 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -13,11 +13,11 @@ serde = { version = "1.0", optional = true } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [dev-dependencies] bp-test-utils = { path = "../test-utils" } diff --git a/bridges/primitives/kusama/Cargo.toml b/bridges/primitives/kusama/Cargo.toml index 1a4142f75a31..58a94d11f4d6 100644 --- a/bridges/primitives/kusama/Cargo.toml +++ b/bridges/primitives/kusama/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/message-lane/Cargo.toml b/bridges/primitives/message-lane/Cargo.toml index 451a3c0400ad..8551dca6b1cb 100644 --- a/bridges/primitives/message-lane/Cargo.toml +++ b/bridges/primitives/message-lane/Cargo.toml @@ -15,9 +15,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/millau/Cargo.toml b/bridges/primitives/millau/Cargo.toml index aea2f8eec2ef..9017899a33f6 100644 --- a/bridges/primitives/millau/Cargo.toml +++ b/bridges/primitives/millau/Cargo.toml @@ -21,14 +21,14 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/polkadot/Cargo.toml b/bridges/primitives/polkadot/Cargo.toml index 396cbd5b47ea..14125911f48c 100644 --- a/bridges/primitives/polkadot/Cargo.toml +++ b/bridges/primitives/polkadot/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/rialto/Cargo.toml b/bridges/primitives/rialto/Cargo.toml index 6d12dd0b0a41..87fad78102bb 100644 --- a/bridges/primitives/rialto/Cargo.toml +++ b/bridges/primitives/rialto/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index 50305013cebf..05773e6fbc51 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -12,11 +12,11 @@ num-traits = { version = "0.2", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/test-utils/Cargo.toml b/bridges/primitives/test-utils/Cargo.toml index 2b9bb5cd191c..f829fb25636c 100644 --- a/bridges/primitives/test-utils/Cargo.toml +++ b/bridges/primitives/test-utils/Cargo.toml @@ -8,6 +8,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] finality-grandpa = { version = "0.14.0" } bp-header-chain = { path = "../header-chain" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 0e9fdb7c8a88..4d493a0c0144 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -40,9 +40,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/relays/kusama-client/Cargo.toml b/bridges/relays/kusama-client/Cargo.toml index 6695758113ad..9b8e363dadd6 100644 --- a/bridges/relays/kusama-client/Cargo.toml +++ b/bridges/relays/kusama-client/Cargo.toml @@ -17,9 +17,9 @@ bp-kusama = { path = "../../primitives/kusama" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/relays/millau-client/Cargo.toml b/bridges/relays/millau-client/Cargo.toml index c05d44a42e92..75cce1f5a87e 100644 --- a/bridges/relays/millau-client/Cargo.toml +++ b/bridges/relays/millau-client/Cargo.toml @@ -17,9 +17,9 @@ millau-runtime = { path = "../../bin/millau/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/relays/polkadot-client/Cargo.toml b/bridges/relays/polkadot-client/Cargo.toml index 5a05aa0a2cf4..cc3d3e46ee97 100644 --- a/bridges/relays/polkadot-client/Cargo.toml +++ b/bridges/relays/polkadot-client/Cargo.toml @@ -17,9 +17,9 @@ bp-polkadot = { path = "../../primitives/polkadot" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/relays/rialto-client/Cargo.toml b/bridges/relays/rialto-client/Cargo.toml index 6c90defe37a1..046ac0c9f41b 100644 --- a/bridges/relays/rialto-client/Cargo.toml +++ b/bridges/relays/rialto-client/Cargo.toml @@ -17,9 +17,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/relays/substrate-client/Cargo.toml b/bridges/relays/substrate-client/Cargo.toml index 1c60f861e2e5..492c2c8c867c 100644 --- a/bridges/relays/substrate-client/Cargo.toml +++ b/bridges/relays/substrate-client/Cargo.toml @@ -23,15 +23,15 @@ relay-utils = { path = "../utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } #[dev-dependencies] futures = "0.3.7" diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index 6ea5e839d8ef..9c2d7f029537 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -42,8 +42,8 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index 01aa866ee43d..4b74b8671d59 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -19,4 +19,4 @@ time = "0.2" # Substrate dependencies -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 31b5a8e74e1c..def0473ce666 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,20 +24,20 @@ futures = "0.3.12" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-parachain = { path = "../parachain", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } tracing-futures = "0.2.4" -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } # this crate is used only to enable `trie-memory-tracker` feature # see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker", "polkadot-parachain" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 4007c9a90037..144708dc6c98 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", default-features = false, optional = true } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 1bc630d6aadd..e8be6460c78b 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } thiserror = "1.0.23" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 1a009b7a1333..294695de39d9 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -13,7 +13,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } thiserror = "1.0.23" [dev-dependencies] diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 84577e41df63..31c440cacbab 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -23,20 +23,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } [dev-dependencies] parking_lot = "0.11.1" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 0a2d6f9be86d..6f0d0f65442e 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -21,7 +21,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } [dev-dependencies] log = "0.4.13" @@ -29,8 +29,8 @@ env_logger = "0.8.2" assert_matches = "1.4.0" kvdb-memorydb = "0.9.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } parking_lot = "0.11.1" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index faaa7285341e..74cf08d9bb3d 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.12" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -19,10 +19,10 @@ tracing-futures = "0.2.4" thiserror = "1.0.23" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } futures = { version = "0.3.12", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 813c3a123a30..f9df581222e6 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -11,6 +11,6 @@ tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } wasm-timer = "0.2.5" thiserror = "1.0.23" diff --git a/node/core/candidate-selection/Cargo.toml b/node/core/candidate-selection/Cargo.toml index f5b473d0beb2..e8986bb2a498 100644 --- a/node/core/candidate-selection/Cargo.toml +++ b/node/core/candidate-selection/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" thiserror = "1.0.23" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -18,4 +18,4 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index ed3d6794ca24..2ee36a39fd3e 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" -sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -19,7 +19,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } futures = { version = "0.3.12", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index cc00e064c5b6..f91a95a206b5 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -17,4 +17,4 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures = { version = "0.3.12", features = ["thread-pool"] } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/node/core/proposer/Cargo.toml b/node/core/proposer/Cargo.toml index 555cd947ae20..9b69709271d5 100644 --- a/node/core/proposer/Cargo.toml +++ b/node/core/proposer/Cargo.toml @@ -11,14 +11,14 @@ tracing = "0.1.22" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 249b7afbf915..d18cbcbdb4c4 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -16,5 +16,5 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures-timer = "3.0.2" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index e564ac56050c..07ffbae9d865 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -11,16 +11,16 @@ tracing-futures = "0.2.4" memory-lru = "0.1.0" parity-util-mem = { version = "0.9.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } futures = { version = "0.3.12", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 32aa4491f980..2e584fd16788 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -11,8 +11,8 @@ mick-jaeger = "0.1.4" lazy_static = "1.4" parking_lot = "0.11.1" polkadot-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } thiserror = "1.0.23" log = "0.4.13" parity-scale-codec = { version = "2.0.0", default-features = false } diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 26081d34d3f3..63a2c0f6ab0b 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -16,7 +16,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index fc0f2574e424..1fb2c00aac1d 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -15,20 +15,20 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-core-runtime-api = { path = "../../core/runtime-api" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } thiserror = "1.0.23" rand = "0.8.3" lru = "0.6.5" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } futures-timer = "3.0.2" assert_matches = "1.4.0" maplit = "1.0" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index a5781891c6df..c1c08c04bf25 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -27,8 +27,8 @@ futures-timer = "3.0.2" log = "0.4.11" smallvec = "1.5.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 23118782839c..3f1ad72a15be 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -17,9 +17,9 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } maplit = "1.0.2" log = "0.4.13" env_logger = "0.8.2" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index dfb7e3afc593..9c452b7fa205 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -11,8 +11,8 @@ tracing = "0.1.22" tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../protocol" } strum = "0.20.0" @@ -22,5 +22,5 @@ assert_matches = "1.4.0" parking_lot = "0.11.1" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 6129467e9e89..b94cf05fa478 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -22,7 +22,7 @@ env_logger = "0.8.2" assert_matches = "1.4.0" futures-timer = "3.0.2" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/pov-distribution/Cargo.toml b/node/network/pov-distribution/Cargo.toml index 33692a1411aa..5aaf9e0c661e 100644 --- a/node/network/pov-distribution/Cargo.toml +++ b/node/network/pov-distribution/Cargo.toml @@ -20,7 +20,7 @@ assert_matches = "1.4.0" env_logger = "0.8.1" log = "0.4.13" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 6c56cbc29858..ecb7983c1ae9 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } strum = { version = "0.20", features = ["derive"] } thiserror = "1.0.23" futures = "0.3.12" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 1a7b62cbcff6..2e635bc16ac1 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -21,8 +21,8 @@ indexmap = "1.6.1" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 07b5c87dad25..6721571eb89d 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] async-trait = "0.1.42" -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } futures = "0.3.12" futures-timer = "3.0.2" oorandom = "11.1.3" @@ -18,7 +18,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } polkadot-node-network-protocol = { path = "../network/protocol" } futures = { version = "0.3.12", features = ["thread-pool"] } futures-timer = "3.0.2" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 6259d114269c..558614d0ecb1 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,10 +10,10 @@ futures = "0.3.12" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } schnorrkel = "0.9.1" thiserror = "1.0.22" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index c41d19fa659d..8eb0c331f020 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,53 +6,53 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } # Substrate Other -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } # External Crates futures = "0.3.12" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 6387e99d0a8e..4a2841a5d0c0 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -19,9 +19,9 @@ polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 0267b5db5705..b8d987575162 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -24,11 +24,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } metered-channel = { path = "../metered-channel"} -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index 9dd4e9b80e6c..b5c418c1abb7 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -24,10 +24,10 @@ polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } polkadot-procmacro-subsystem-dispatch-gen = { path = "dispatch-gen" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } thiserror = "1.0.23" log = "0.4.13" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 40b0cf054af6..0725c45197e5 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,19 +14,19 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml new file mode 100644 index 000000000000..799717861e29 --- /dev/null +++ b/node/test/runtime/Cargo.toml @@ -0,0 +1,45 @@ +[package] +name = "polkadot-runtime-test" +version = "0.8.28" +authors = ["Parity Technologies "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] + +test-runner = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } + +frame-system = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } + +polkadot-primitives = { version = "0.8.28", path = "../../../primitives" } +polkadot-cli = { path = "../../../cli", version = "0.8.0" } + +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-informant = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } + +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } + +polkadot-service = { path = "../../../node/service", version = "0.8.3" } +polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.8.28" } +polkadot-runtime-common = { path = "../../../runtime/common", version = "0.8.28" } + +rand = "0.7" diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs new file mode 100644 index 000000000000..721b8ca8ef62 --- /dev/null +++ b/node/test/runtime/src/lib.rs @@ -0,0 +1,248 @@ +// Copyright 2020 Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Polkadot is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Polkadot is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Polkadot. If not, see . + +//! End to end runtime tests + +use test_runner::{Node, ChainInfo, SignatureVerificationOverride, base_path}; +use grandpa::GrandpaBlockImport; +use sc_service::{ + TFullBackend, TFullClient, Configuration, TaskManager, new_full_parts, TaskExecutor, + BasePath, Role, DatabaseConfig, KeepBlocks, TransactionStorageMode, ChainSpec, +}; +use sp_runtime::generic::Era; +use std::sync::Arc; +use sp_inherents::InherentDataProviders; +use sc_consensus_babe::BabeBlockImport; +use sp_keystore::SyncCryptoStorePtr; +use sp_keyring::sr25519::Keyring::Alice; +use polkadot_service::chain_spec::polkadot_config; +use polkadot_runtime_common::claims; +use sp_consensus_babe::AuthorityId; +use sc_consensus_manual_seal::{ConsensusDataProvider, consensus::babe::BabeConsensusDataProvider}; +use sp_keyring::Sr25519Keyring; +use sc_service::config::{NetworkConfiguration, KeystoreConfig}; +use sc_executor::WasmExecutionMethod; +use sc_network::{multiaddr, config::TransportConfig}; +use sc_client_api::execution_extensions::ExecutionStrategies; +use sc_informant::OutputFormat; + +type BlockImport = BabeBlockImport>; + +sc_executor::native_executor_instance!( + pub Executor, + polkadot_runtime::api::dispatch, + polkadot_runtime::native_version, + SignatureVerificationOverride, +); + +/// ChainInfo implementation. +struct PolkadotChainInfo; + +impl ChainInfo for PolkadotChainInfo { + type Block = polkadot_primitives::v1::Block; + type Executor = Executor; + type Runtime = polkadot_runtime::Runtime; + type RuntimeApi = polkadot_runtime::RuntimeApi; + type SelectChain = sc_consensus::LongestChain, Self::Block>; + type BlockImport = BlockImport< + Self::Block, + TFullBackend, + TFullClient, + Self::SelectChain, + >; + type SignedExtras = polkadot_runtime::SignedExtra; + + fn configuration(task_executor: TaskExecutor) -> Configuration { + let mut chain_spec = polkadot_config().expect("failed to create chainspec"); + let base_path = if let Some(base) = base_path() { + BasePath::new(base) + } else { + BasePath::new_temp_dir().expect("couldn't create a temp dir") + }; + let root_path = base_path.path().to_path_buf().join("chains").join(chain_spec.id()); + + let key_seed = Sr25519Keyring::Alice.to_seed(); + let storage = chain_spec + .as_storage_builder() + .build_storage() + .expect("could not build storage"); + + chain_spec.set_storage(storage); + + let mut network_config = NetworkConfiguration::new( + format!("Test Node for: {}", key_seed), + "network/test/0.1", + Default::default(), + None, + ); + let informant_output_format = OutputFormat { enable_color: false }; + + network_config.allow_non_globals_in_dht = true; + + network_config + .listen_addresses + .push(multiaddr::Protocol::Memory(rand::random()).into()); + + network_config.transport = TransportConfig::MemoryOnly; + + Configuration { + impl_name: "test-node".to_string(), + impl_version: "0.1".to_string(), + role: Role::Authority, + task_executor, + transaction_pool: Default::default(), + network: network_config, + keystore: KeystoreConfig::Path { + path: root_path.join("key"), + password: None, + }, + database: DatabaseConfig::RocksDb { + path: root_path.join("db"), + cache_size: 128, + }, + state_cache_size: 16777216, + state_cache_child_ratio: None, + chain_spec: Box::new(chain_spec), + wasm_method: WasmExecutionMethod::Interpreted, + // NOTE: we enforce the use of the wasm runtime to make use of the signature overrides + execution_strategies: ExecutionStrategies { + syncing: sc_client_api::ExecutionStrategy::NativeWhenPossible, + importing: sc_client_api::ExecutionStrategy::NativeWhenPossible, + block_construction: sc_client_api::ExecutionStrategy::NativeWhenPossible, + offchain_worker: sc_client_api::ExecutionStrategy::NativeWhenPossible, + other: sc_client_api::ExecutionStrategy::NativeWhenPossible, + }, + rpc_http: None, + rpc_ws: None, + rpc_ipc: None, + rpc_ws_max_connections: None, + rpc_cors: None, + rpc_methods: Default::default(), + prometheus_config: None, + telemetry_endpoints: None, + telemetry_external_transport: None, + default_heap_pages: None, + offchain_worker: Default::default(), + force_authoring: false, + disable_grandpa: false, + dev_key_seed: Some(key_seed), + tracing_targets: None, + tracing_receiver: Default::default(), + max_runtime_instances: 8, + announce_block: true, + base_path: Some(base_path), + wasm_runtime_overrides: None, + informant_output_format, + disable_log_reloading: false, + keystore_remote: None, + keep_blocks: KeepBlocks::All, + state_pruning: Default::default(), + transaction_storage: TransactionStorageMode::BlockBody, + telemetry_handle: Default::default(), + } + } + + fn signed_extras(from: ::AccountId) -> Self::SignedExtras { + ( + frame_system::CheckSpecVersion::::new(), + frame_system::CheckTxVersion::::new(), + frame_system::CheckGenesis::::new(), + frame_system::CheckMortality::::from(Era::Immortal), + frame_system::CheckNonce::::from(frame_system::Module::::account_nonce(from)), + frame_system::CheckWeight::::new(), + pallet_transaction_payment::ChargeTransactionPayment::::from(0), + claims::PrevalidateAttests::::new(), + ) + } + + fn create_client_parts( + config: &Configuration, + ) -> Result< + ( + Arc>, + Arc>, + SyncCryptoStorePtr, + TaskManager, + InherentDataProviders, + Option< + Box< + dyn ConsensusDataProvider< + Self::Block, + Transaction = sp_api::TransactionFor< + TFullClient, + Self::Block, + >, + >, + >, + >, + Self::SelectChain, + Self::BlockImport, + ), + sc_service::Error, + > { + let (client, backend, keystore, task_manager) = + new_full_parts::(config)?; + let client = Arc::new(client); + + let inherent_providers = InherentDataProviders::new(); + let select_chain = sc_consensus::LongestChain::new(backend.clone()); + + let (grandpa_block_import, ..) = + grandpa::block_import(client.clone(), &(client.clone() as Arc<_>), select_chain.clone())?; + + let (block_import, babe_link) = sc_consensus_babe::block_import( + sc_consensus_babe::Config::get_or_compute(&*client)?, + grandpa_block_import, + client.clone(), + )?; + + let consensus_data_provider = BabeConsensusDataProvider::new( + client.clone(), + keystore.sync_keystore(), + &inherent_providers, + babe_link.epoch_changes().clone(), + vec![(AuthorityId::from(Alice.public()), 1000)], + ) + .expect("failed to create ConsensusDataProvider"); + + Ok(( + client, + backend, + keystore.sync_keystore(), + task_manager, + inherent_providers, + Some(Box::new(consensus_data_provider)), + select_chain, + block_import, + )) + } + + fn dispatch_with_root(_call: ::Call, _node: &mut Node) { + todo!() + } +} + +#[cfg(test)] +mod tests { + use super::*; + use test_runner::Node; + + #[test] + fn it_works() { + let mut node = Node::::new().unwrap(); + node.seal_blocks(15_000); + } +} diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index 9bdae9e32071..cc57ba4057a2 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -26,38 +26,38 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } serde_json = "1.0.61" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index fb9ea9cdddee..43fef12b6afe 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,19 +11,19 @@ edition = "2018" # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" # all optional crates. thiserror = { version = "1.0.22", optional = true } serde = { version = "1.0.117", default-features = false, features = [ "derive" ], optional = true } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } parking_lot = { version = "0.11.1", optional = true } log = { version = "0.4.11", optional = true } futures = { version = "0.3.8", optional = true } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 75069345e2d7..0d278afd4858 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -14,7 +14,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 221cdb1b769f..3cfe90e7405e 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,12 +9,12 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.1", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] substrate-wasm-builder = "3.0.0" diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 4068d3c3f9e9..78e1f76a8498 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -23,18 +23,18 @@ polkadot-service = { path = "../../../../node/service" } polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } [dev-dependencies] polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } tokio = { version = "0.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 8f12f6dcaa32..2ea6029d3ea4 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,28 +7,28 @@ edition = "2018" [dependencies] serde = { version = "1.0.123", optional = true, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } hex-literal = "0.3.1" parity-util-mem = { version = "0.9.0", default-features = false, optional = true } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } pretty_assertions = "0.6.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 9485af21d063..0b847dada68b 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,24 +7,24 @@ edition = "2018" [dependencies] jsonrpc-core = "15.1.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } parity-scale-codec = { version = "2.0.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ec272f5e70f4..9d932d24214f 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -13,27 +13,27 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.5", default-features = false, optional = true } @@ -43,15 +43,15 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } trie-db = "0.22.3" serde_json = "1.0.61" libsecp256k1 = "0.3.5" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 155b8b66f7dd..5cf03e46d5c1 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,63 +15,63 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -81,8 +81,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } separator = "0.4.1" serde_json = "1.0.61" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 3423fbd0c32e..0e2cfae43d87 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,27 +12,27 @@ rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.123", features = [ "derive" ], optional = true } derive_more = "0.99.11" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -45,17 +45,17 @@ rand_chacha = { version = "0.3.0", default-features = false } [dev-dependencies] futures = "0.3.12" hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } serde_json = "1.0.61" libsecp256k1 = "0.3.5" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} +sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 60e53e30ad95..29862bb2f4cf 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,61 +15,61 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -79,8 +79,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } trie-db = "0.22.3" serde_json = "1.0.61" separator = "0.4.1" diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 29e471ea6898..105b0cec3c55 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -13,42 +13,42 @@ smallvec = "1.6.1" hex-literal = "0.3.1" log = { version = "0.4.14", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index b2e737831fd2..702a9a937153 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,43 +14,43 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -61,8 +61,8 @@ polkadot-runtime-parachains = { path = "../parachains", default-features = false hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } serde_json = "1.0.61" [build-dependencies] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 4cbdee4db08b..e54fa968919c 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,62 +15,62 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -81,8 +81,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } serde_json = "1.0.61" [build-dependencies] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 1827b483cfbc..11a498f30b30 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index fc57e0f1fc8c..5ea78ab2b418 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -9,11 +9,11 @@ version = "0.8.22" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index 2dfacf0c2291..0c77d20de9e4 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,12 +9,12 @@ version = "0.8.22" impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } log = { version = "0.4.14", default-features = false } [features] From 6c6f43d0c9ec16c1b04ca06e31f3ccb9304e9e00 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 11 Mar 2021 12:37:36 +0100 Subject: [PATCH 02/53] revert to master --- Cargo.lock | 294 ++++++------- bridges/bin/millau/node/Cargo.toml | 44 +- bridges/bin/millau/runtime/Cargo.toml | 50 +-- bridges/bin/rialto/node/Cargo.toml | 46 +-- bridges/bin/rialto/runtime/Cargo.toml | 54 +-- bridges/bin/runtime-common/Cargo.toml | 12 +- bridges/modules/call-dispatch/Cargo.toml | 12 +- bridges/modules/currency-exchange/Cargo.toml | 14 +- .../ethereum-contract/builtin/Cargo.toml | 10 +- bridges/modules/ethereum/Cargo.toml | 12 +- bridges/modules/finality-verifier/Cargo.toml | 10 +- bridges/modules/message-lane/Cargo.toml | 16 +- bridges/modules/message-lane/rpc/Cargo.toml | 12 +- .../modules/shift-session-manager/Cargo.toml | 14 +- bridges/modules/substrate/Cargo.toml | 18 +- .../primitives/currency-exchange/Cargo.toml | 6 +- bridges/primitives/ethereum-poa/Cargo.toml | 8 +- bridges/primitives/header-chain/Cargo.toml | 10 +- bridges/primitives/kusama/Cargo.toml | 12 +- bridges/primitives/message-lane/Cargo.toml | 6 +- bridges/primitives/millau/Cargo.toml | 16 +- bridges/primitives/polkadot/Cargo.toml | 12 +- bridges/primitives/rialto/Cargo.toml | 12 +- bridges/primitives/runtime/Cargo.toml | 10 +- bridges/primitives/test-utils/Cargo.toml | 6 +- bridges/relays/ethereum/Cargo.toml | 12 +- bridges/relays/kusama-client/Cargo.toml | 12 +- bridges/relays/millau-client/Cargo.toml | 12 +- bridges/relays/polkadot-client/Cargo.toml | 12 +- bridges/relays/rialto-client/Cargo.toml | 12 +- bridges/relays/substrate-client/Cargo.toml | 18 +- bridges/relays/substrate/Cargo.toml | 10 +- bridges/relays/utils/Cargo.toml | 2 +- cli/Cargo.toml | 16 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/collation-generation/Cargo.toml | 2 +- node/core/approval-voting/Cargo.toml | 20 +- node/core/av-store/Cargo.toml | 6 +- node/core/backing/Cargo.toml | 10 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-selection/Cargo.toml | 4 +- node/core/candidate-validation/Cargo.toml | 4 +- node/core/chain-api/Cargo.toml | 4 +- node/core/proposer/Cargo.toml | 22 +- node/core/provisioner/Cargo.toml | 4 +- node/core/runtime-api/Cargo.toml | 8 +- node/jaeger/Cargo.toml | 4 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 16 +- node/network/availability-recovery/Cargo.toml | 6 +- node/network/bitfield-distribution/Cargo.toml | 6 +- node/network/bridge/Cargo.toml | 8 +- node/network/collator-protocol/Cargo.toml | 4 +- node/network/pov-distribution/Cargo.toml | 4 +- node/network/protocol/Cargo.toml | 2 +- .../network/statement-distribution/Cargo.toml | 12 +- node/overseer/Cargo.toml | 4 +- node/primitives/Cargo.toml | 10 +- node/service/Cargo.toml | 82 ++-- node/subsystem-test-helpers/Cargo.toml | 4 +- node/subsystem-util/Cargo.toml | 10 +- node/subsystem/Cargo.toml | 6 +- node/test/client/Cargo.toml | 28 +- node/test/runtime/Cargo.toml | 47 +-- node/test/runtime/src/lib.rs | 387 ++++++++++++------ node/test/service/Cargo.toml | 62 +-- parachain/Cargo.toml | 14 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 4 +- .../test-parachains/adder/collator/Cargo.toml | 14 +- primitives/Cargo.toml | 30 +- rpc/Cargo.toml | 40 +- runtime/common/Cargo.toml | 58 +-- runtime/kusama/Cargo.toml | 114 +++--- runtime/parachains/Cargo.toml | 58 +-- runtime/polkadot/Cargo.toml | 110 ++--- runtime/polkadot/src/lib.rs | 4 +- runtime/rococo/Cargo.toml | 66 +-- runtime/test-runtime/Cargo.toml | 76 ++-- runtime/westend/Cargo.toml | 112 ++--- statement-table/Cargo.toml | 2 +- xcm/xcm-builder/Cargo.toml | 10 +- xcm/xcm-executor/Cargo.toml | 12 +- 84 files changed, 1246 insertions(+), 1102 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0abbb2bfba2b..10ff9bad9cd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,7 +1759,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", ] @@ -1777,7 +1777,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -1796,7 +1796,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "Inflector", "chrono", @@ -1819,7 +1819,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -1835,7 +1835,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "serde", @@ -1846,7 +1846,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "bitflags", "frame-metadata", @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1884,7 +1884,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "proc-macro2", "quote", @@ -1906,7 +1906,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1923,7 +1923,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -1937,7 +1937,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-api", @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "parity-scale-codec 2.0.1", @@ -4338,7 +4338,7 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4354,7 +4354,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4369,7 +4369,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4394,7 +4394,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4409,7 +4409,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4424,7 +4424,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4441,7 +4441,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4456,7 +4456,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4477,7 +4477,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4493,7 +4493,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4515,7 +4515,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4531,7 +4531,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4551,7 +4551,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4568,7 +4568,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4582,7 +4582,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4612,7 +4612,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4628,7 +4628,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4650,7 +4650,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4666,7 +4666,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4679,7 +4679,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "enumflags2", "frame-support", @@ -4694,7 +4694,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4710,7 +4710,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4730,7 +4730,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4746,7 +4746,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4760,7 +4760,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4784,7 +4784,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4795,7 +4795,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4809,7 +4809,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4828,7 +4828,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4843,7 +4843,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-support", "frame-system", @@ -4859,7 +4859,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4876,7 +4876,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "pallet-transaction-payment", "parity-scale-codec 2.0.1", @@ -4887,7 +4887,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4903,7 +4903,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-benchmarking", "frame-support", @@ -4919,7 +4919,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6275,6 +6275,7 @@ dependencies = [ "pallet-democracy", "pallet-sudo", "pallet-transaction-payment", + "parity-scale-codec 2.0.1", "polkadot-cli", "polkadot-primitives", "polkadot-runtime", @@ -7244,7 +7245,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "env_logger 0.8.3", "hex-literal", @@ -7500,7 +7501,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "async-trait", "derive_more", @@ -7528,7 +7529,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "futures-timer 3.0.2", @@ -7551,7 +7552,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sc-client-api", @@ -7567,7 +7568,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.1", @@ -7588,7 +7589,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7599,7 +7600,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "chrono", "fdlimit", @@ -7637,7 +7638,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "fnv", @@ -7671,7 +7672,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "blake2-rfc", "hash-db", @@ -7701,7 +7702,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7712,7 +7713,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "fork-tree", @@ -7758,7 +7759,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "futures 0.3.13", @@ -7782,7 +7783,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "fork-tree", "parity-scale-codec 2.0.1", @@ -7795,7 +7796,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "assert_matches", "derive_more", @@ -7829,7 +7830,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "futures-timer 3.0.2", @@ -7855,7 +7856,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "sc-client-api", @@ -7869,7 +7870,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "lazy_static", @@ -7898,7 +7899,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "parity-scale-codec 2.0.1", @@ -7914,7 +7915,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.1", @@ -7929,7 +7930,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.1", @@ -7947,7 +7948,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "dyn-clone", @@ -7986,7 +7987,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "finality-grandpa", @@ -8010,7 +8011,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "futures 0.3.13", @@ -8031,7 +8032,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "ansi_term 0.12.1", "futures 0.3.13", @@ -8049,7 +8050,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "async-trait", "derive_more", @@ -8069,7 +8070,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "hash-db", "lazy_static", @@ -8088,7 +8089,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "async-std", "async-trait", @@ -8141,7 +8142,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "futures-timer 3.0.2", @@ -8157,7 +8158,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "bytes 0.5.6", "fnv", @@ -8184,7 +8185,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "libp2p", @@ -8197,7 +8198,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "substrate-prometheus-endpoint", @@ -8206,7 +8207,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "hash-db", @@ -8240,7 +8241,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "futures 0.3.13", @@ -8264,7 +8265,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.1.31", "jsonrpc-core", @@ -8282,7 +8283,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "directories", "exit-future", @@ -8345,7 +8346,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.1", @@ -8360,7 +8361,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8380,7 +8381,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "chrono", "futures 0.3.13", @@ -8402,7 +8403,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8430,7 +8431,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8441,7 +8442,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "futures 0.3.13", @@ -8463,7 +8464,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "futures-diagnose", @@ -8907,7 +8908,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "sp-core", @@ -8919,7 +8920,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "hash-db", "log 0.4.14", @@ -8936,7 +8937,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8948,7 +8949,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "serde", @@ -8960,7 +8961,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "integer-sqrt", "num-traits", @@ -8973,7 +8974,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-api", @@ -8985,7 +8986,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-inherents", @@ -8996,7 +8997,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-api", @@ -9008,7 +9009,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "log 0.4.14", @@ -9026,7 +9027,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "serde", "serde_json", @@ -9035,7 +9036,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "futures-timer 3.0.2", @@ -9061,7 +9062,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "merlin", "parity-scale-codec 2.0.1", @@ -9081,7 +9082,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-arithmetic", @@ -9091,7 +9092,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "schnorrkel", @@ -9103,7 +9104,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "base58", "blake2-rfc", @@ -9147,7 +9148,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9156,7 +9157,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "proc-macro2", "quote", @@ -9166,7 +9167,7 @@ dependencies = [ [[package]] name = "sp-election-providers" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-arithmetic", @@ -9177,7 +9178,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "environmental", "parity-scale-codec 2.0.1", @@ -9188,7 +9189,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "finality-grandpa", "log 0.4.14", @@ -9205,7 +9206,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "parking_lot 0.11.1", @@ -9217,7 +9218,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "hash-db", @@ -9241,7 +9242,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "lazy_static", "sp-core", @@ -9252,7 +9253,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "async-trait", "derive_more", @@ -9269,7 +9270,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "serde", @@ -9282,7 +9283,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9293,7 +9294,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "sp-api", "sp-core", @@ -9303,7 +9304,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "backtrace", ] @@ -9311,7 +9312,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "serde", "sp-core", @@ -9320,7 +9321,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "either", "hash256-std-hasher", @@ -9341,7 +9342,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.1", @@ -9358,7 +9359,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "Inflector", "proc-macro-crate", @@ -9370,7 +9371,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "serde", "serde_json", @@ -9379,7 +9380,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-api", @@ -9392,7 +9393,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "parity-scale-codec 2.0.1", "sp-runtime", @@ -9402,7 +9403,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "hash-db", "log 0.4.14", @@ -9424,12 +9425,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "impl-serde", "parity-scale-codec 2.0.1", @@ -9442,7 +9443,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "sp-core", @@ -9455,7 +9456,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.1", @@ -9469,7 +9470,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "log 0.4.14", "parity-scale-codec 2.0.1", @@ -9482,7 +9483,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "derive_more", "futures 0.3.13", @@ -9498,7 +9499,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "hash-db", "memory-db", @@ -9512,7 +9513,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "futures-core", @@ -9524,7 +9525,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "impl-serde", "parity-scale-codec 2.0.1", @@ -9536,7 +9537,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.0.1", @@ -9669,7 +9670,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "chrono", "console_error_panic_hook", @@ -9696,7 +9697,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "platforms", ] @@ -9704,7 +9705,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.13", @@ -9727,7 +9728,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "async-std", "derive_more", @@ -9741,7 +9742,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.1.31", "futures 0.3.13", @@ -9768,7 +9769,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "futures 0.3.13", "substrate-test-utils-derive", @@ -9778,7 +9779,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "proc-macro-crate", "quote", @@ -9938,7 +9939,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "env_logger 0.7.1", "frame-system", @@ -9946,6 +9947,7 @@ dependencies = [ "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", + "libp2p", "log 0.4.14", "parity-scale-codec 1.3.7", "rand 0.7.3", @@ -10553,7 +10555,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#487bf829e3251fd7218ab6a89bb0227a0d1683d0" +source = "git+https://github.com/paritytech/substrate.git?branch=substrate-test-runner#5d7043f79bbf0e9afc106c5ebeef794ee23d83ea" dependencies = [ "frame-try-runtime", "log 0.4.14", diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index 8650299507b8..a03078163a18 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -24,31 +24,31 @@ pallet-message-lane-rpc = { path = "../../../modules/message-lane/rpc" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } [build-dependencies] build-script-utils = { package = "substrate-build-script-utils", version = "2.0" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } vergen = "3.1.0" [features] diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index b2899b339f48..3173294bec79 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -28,31 +28,31 @@ pallet-substrate-bridge = { path = "../../../modules/substrate", default-feature # Substrate Dependencies -frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "2.0.0" } diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 14bc58d07dd5..072667694a19 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -24,32 +24,32 @@ rialto-runtime = { path = "../runtime" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-rpc = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } [build-dependencies] build-script-utils = { package = "substrate-build-script-utils", version = "2.0" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "master" } vergen = "3.1.0" [features] diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index 6fbced5472ae..712092ea0664 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -34,33 +34,33 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } -frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } +frame-executive = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index f068c009241d..1a6a5db5370e 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -23,12 +23,12 @@ pallet-substrate-bridge = { path = "../../modules/substrate", default-features = # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/modules/call-dispatch/Cargo.toml b/bridges/modules/call-dispatch/Cargo.toml index c7999cef12dc..9b4c0bfeea44 100644 --- a/bridges/modules/call-dispatch/Cargo.toml +++ b/bridges/modules/call-dispatch/Cargo.toml @@ -16,14 +16,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } serde = "1.0" [features] diff --git a/bridges/modules/currency-exchange/Cargo.toml b/bridges/modules/currency-exchange/Cargo.toml index 2115f1b6c500..f92eb2ca7b66 100644 --- a/bridges/modules/currency-exchange/Cargo.toml +++ b/bridges/modules/currency-exchange/Cargo.toml @@ -17,15 +17,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } [features] default = ["std"] diff --git a/bridges/modules/ethereum-contract/builtin/Cargo.toml b/bridges/modules/ethereum-contract/builtin/Cargo.toml index 5fd55505e4c7..0d34cf56444e 100644 --- a/bridges/modules/ethereum-contract/builtin/Cargo.toml +++ b/bridges/modules/ethereum-contract/builtin/Cargo.toml @@ -19,10 +19,10 @@ rialto-runtime = { path = "../../../bin/rialto/runtime" } # Substrate Dependencies -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/modules/ethereum/Cargo.toml b/bridges/modules/ethereum/Cargo.toml index 05b2240760cf..080957d78013 100644 --- a/bridges/modules/ethereum/Cargo.toml +++ b/bridges/modules/ethereum/Cargo.toml @@ -17,12 +17,12 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa", default-features = false # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } diff --git a/bridges/modules/finality-verifier/Cargo.toml b/bridges/modules/finality-verifier/Cargo.toml index 5cbd576cddeb..8afc30cd30ed 100644 --- a/bridges/modules/finality-verifier/Cargo.toml +++ b/bridges/modules/finality-verifier/Cargo.toml @@ -19,15 +19,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] bp-test-utils = {path = "../../primitives/test-utils" } pallet-substrate-bridge = { path = "../../modules/substrate" } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } [features] diff --git a/bridges/modules/message-lane/Cargo.toml b/bridges/modules/message-lane/Cargo.toml index 7b1f466beb71..be07b1173ac9 100644 --- a/bridges/modules/message-lane/Cargo.toml +++ b/bridges/modules/message-lane/Cargo.toml @@ -19,17 +19,17 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] hex-literal = "0.3" -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" } [features] default = ["std"] diff --git a/bridges/modules/message-lane/rpc/Cargo.toml b/bridges/modules/message-lane/rpc/Cargo.toml index 86681cfbc347..28481a7ad883 100644 --- a/bridges/modules/message-lane/rpc/Cargo.toml +++ b/bridges/modules/message-lane/rpc/Cargo.toml @@ -21,9 +21,9 @@ bp-message-lane = { path = "../../../primitives/message-lane" } # Substrate Dependencies -sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sc-client-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/modules/shift-session-manager/Cargo.toml b/bridges/modules/shift-session-manager/Cargo.toml index 3cb3dfc67850..04a5194c3494 100644 --- a/bridges/modules/shift-session-manager/Cargo.toml +++ b/bridges/modules/shift-session-manager/Cargo.toml @@ -11,15 +11,15 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } serde = "1.0" [features] diff --git a/bridges/modules/substrate/Cargo.toml b/bridges/modules/substrate/Cargo.toml index 6304654812e6..6f6e9cafddab 100644 --- a/bridges/modules/substrate/Cargo.toml +++ b/bridges/modules/substrate/Cargo.toml @@ -20,18 +20,18 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] bp-test-utils = {path = "../../primitives/test-utils" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", branch = "master" } [features] default = ["std"] diff --git a/bridges/primitives/currency-exchange/Cargo.toml b/bridges/primitives/currency-exchange/Cargo.toml index 6f60760dac4b..585855b294ee 100644 --- a/bridges/primitives/currency-exchange/Cargo.toml +++ b/bridges/primitives/currency-exchange/Cargo.toml @@ -11,9 +11,9 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/ethereum-poa/Cargo.toml b/bridges/primitives/ethereum-poa/Cargo.toml index de9ef41d3f89..86cb43193c00 100644 --- a/bridges/primitives/ethereum-poa/Cargo.toml +++ b/bridges/primitives/ethereum-poa/Cargo.toml @@ -24,10 +24,10 @@ triehash = { version = "0.8.2", default-features = false } # Substrate Dependencies -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] hex-literal = "0.2" diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index 1dde6afe3eb9..8a017610a3e8 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -13,11 +13,11 @@ serde = { version = "1.0", optional = true } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [dev-dependencies] bp-test-utils = { path = "../test-utils" } diff --git a/bridges/primitives/kusama/Cargo.toml b/bridges/primitives/kusama/Cargo.toml index 58a94d11f4d6..1a4142f75a31 100644 --- a/bridges/primitives/kusama/Cargo.toml +++ b/bridges/primitives/kusama/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/message-lane/Cargo.toml b/bridges/primitives/message-lane/Cargo.toml index 8551dca6b1cb..451a3c0400ad 100644 --- a/bridges/primitives/message-lane/Cargo.toml +++ b/bridges/primitives/message-lane/Cargo.toml @@ -15,9 +15,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/millau/Cargo.toml b/bridges/primitives/millau/Cargo.toml index 9017899a33f6..aea2f8eec2ef 100644 --- a/bridges/primitives/millau/Cargo.toml +++ b/bridges/primitives/millau/Cargo.toml @@ -21,14 +21,14 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/polkadot/Cargo.toml b/bridges/primitives/polkadot/Cargo.toml index 14125911f48c..396cbd5b47ea 100644 --- a/bridges/primitives/polkadot/Cargo.toml +++ b/bridges/primitives/polkadot/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/rialto/Cargo.toml b/bridges/primitives/rialto/Cargo.toml index 87fad78102bb..6d12dd0b0a41 100644 --- a/bridges/primitives/rialto/Cargo.toml +++ b/bridges/primitives/rialto/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index 05773e6fbc51..50305013cebf 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -12,11 +12,11 @@ num-traits = { version = "0.2", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/test-utils/Cargo.toml b/bridges/primitives/test-utils/Cargo.toml index f829fb25636c..2b9bb5cd191c 100644 --- a/bridges/primitives/test-utils/Cargo.toml +++ b/bridges/primitives/test-utils/Cargo.toml @@ -8,6 +8,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] finality-grandpa = { version = "0.14.0" } bp-header-chain = { path = "../header-chain" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 4d493a0c0144..0e9fdb7c8a88 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -40,9 +40,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/relays/kusama-client/Cargo.toml b/bridges/relays/kusama-client/Cargo.toml index 9b8e363dadd6..6695758113ad 100644 --- a/bridges/relays/kusama-client/Cargo.toml +++ b/bridges/relays/kusama-client/Cargo.toml @@ -17,9 +17,9 @@ bp-kusama = { path = "../../primitives/kusama" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/relays/millau-client/Cargo.toml b/bridges/relays/millau-client/Cargo.toml index 75cce1f5a87e..c05d44a42e92 100644 --- a/bridges/relays/millau-client/Cargo.toml +++ b/bridges/relays/millau-client/Cargo.toml @@ -17,9 +17,9 @@ millau-runtime = { path = "../../bin/millau/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/relays/polkadot-client/Cargo.toml b/bridges/relays/polkadot-client/Cargo.toml index cc3d3e46ee97..5a05aa0a2cf4 100644 --- a/bridges/relays/polkadot-client/Cargo.toml +++ b/bridges/relays/polkadot-client/Cargo.toml @@ -17,9 +17,9 @@ bp-polkadot = { path = "../../primitives/polkadot" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/relays/rialto-client/Cargo.toml b/bridges/relays/rialto-client/Cargo.toml index 046ac0c9f41b..6c90defe37a1 100644 --- a/bridges/relays/rialto-client/Cargo.toml +++ b/bridges/relays/rialto-client/Cargo.toml @@ -17,9 +17,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/relays/substrate-client/Cargo.toml b/bridges/relays/substrate-client/Cargo.toml index 492c2c8c867c..1c60f861e2e5 100644 --- a/bridges/relays/substrate-client/Cargo.toml +++ b/bridges/relays/substrate-client/Cargo.toml @@ -23,15 +23,15 @@ relay-utils = { path = "../utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "master" } #[dev-dependencies] futures = "0.3.7" diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index 9c2d7f029537..6ea5e839d8ef 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -42,8 +42,8 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index 4b74b8671d59..01aa866ee43d 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -19,4 +19,4 @@ time = "0.2" # Substrate dependencies -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "substrate-test-runner" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate.git", branch = "master" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index def0473ce666..31b5a8e74e1c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,20 +24,20 @@ futures = "0.3.12" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-parachain = { path = "../parachain", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } tracing-futures = "0.2.4" -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } # this crate is used only to enable `trie-memory-tracker` feature # see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker", "polkadot-parachain" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 144708dc6c98..4007c9a90037 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", default-features = false, optional = true } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index e8be6460c78b..1bc630d6aadd 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 294695de39d9..1a009b7a1333 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -13,7 +13,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" [dev-dependencies] diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 31c440cacbab..84577e41df63 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -23,20 +23,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [dev-dependencies] parking_lot = "0.11.1" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 6f0d0f65442e..0a2d6f9be86d 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -21,7 +21,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [dev-dependencies] log = "0.4.13" @@ -29,8 +29,8 @@ env_logger = "0.8.2" assert_matches = "1.4.0" kvdb-memorydb = "0.9.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } parking_lot = "0.11.1" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 74cf08d9bb3d..faaa7285341e 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.12" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -19,10 +19,10 @@ tracing-futures = "0.2.4" thiserror = "1.0.23" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = { version = "0.3.12", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index f9df581222e6..813c3a123a30 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -11,6 +11,6 @@ tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } wasm-timer = "0.2.5" thiserror = "1.0.23" diff --git a/node/core/candidate-selection/Cargo.toml b/node/core/candidate-selection/Cargo.toml index e8986bb2a498..f5b473d0beb2 100644 --- a/node/core/candidate-selection/Cargo.toml +++ b/node/core/candidate-selection/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" thiserror = "1.0.23" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -18,4 +18,4 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 2ee36a39fd3e..ed3d6794ca24 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" -sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -19,7 +19,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = { version = "0.3.12", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index f91a95a206b5..cc00e064c5b6 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -17,4 +17,4 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures = { version = "0.3.12", features = ["thread-pool"] } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/proposer/Cargo.toml b/node/core/proposer/Cargo.toml index 9b69709271d5..555cd947ae20 100644 --- a/node/core/proposer/Cargo.toml +++ b/node/core/proposer/Cargo.toml @@ -11,14 +11,14 @@ tracing = "0.1.22" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index d18cbcbdb4c4..249b7afbf915 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -16,5 +16,5 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures-timer = "3.0.2" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 07ffbae9d865..e564ac56050c 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -11,16 +11,16 @@ tracing-futures = "0.2.4" memory-lru = "0.1.0" parity-util-mem = { version = "0.9.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = { version = "0.3.12", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 2e584fd16788..32aa4491f980 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -11,8 +11,8 @@ mick-jaeger = "0.1.4" lazy_static = "1.4" parking_lot = "0.11.1" polkadot-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" log = "0.4.13" parity-scale-codec = { version = "2.0.0", default-features = false } diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 63a2c0f6ab0b..26081d34d3f3 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -16,7 +16,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index 1fb2c00aac1d..fc0f2574e424 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -15,20 +15,20 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-core-runtime-api = { path = "../../core/runtime-api" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" rand = "0.8.3" lru = "0.6.5" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } futures-timer = "3.0.2" assert_matches = "1.4.0" maplit = "1.0" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index c1c08c04bf25..a5781891c6df 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -27,8 +27,8 @@ futures-timer = "3.0.2" log = "0.4.11" smallvec = "1.5.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 3f1ad72a15be..23118782839c 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -17,9 +17,9 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } maplit = "1.0.2" log = "0.4.13" env_logger = "0.8.2" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 9c452b7fa205..dfb7e3afc593 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -11,8 +11,8 @@ tracing = "0.1.22" tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../protocol" } strum = "0.20.0" @@ -22,5 +22,5 @@ assert_matches = "1.4.0" parking_lot = "0.11.1" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index b94cf05fa478..6129467e9e89 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -22,7 +22,7 @@ env_logger = "0.8.2" assert_matches = "1.4.0" futures-timer = "3.0.2" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/pov-distribution/Cargo.toml b/node/network/pov-distribution/Cargo.toml index 5aaf9e0c661e..33692a1411aa 100644 --- a/node/network/pov-distribution/Cargo.toml +++ b/node/network/pov-distribution/Cargo.toml @@ -20,7 +20,7 @@ assert_matches = "1.4.0" env_logger = "0.8.1" log = "0.4.13" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index ecb7983c1ae9..6c56cbc29858 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } strum = { version = "0.20", features = ["derive"] } thiserror = "1.0.23" futures = "0.3.12" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 2e635bc16ac1..1a7b62cbcff6 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.12" tracing = "0.1.22" tracing-futures = "0.2.4" polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -21,8 +21,8 @@ indexmap = "1.6.1" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 6721571eb89d..07b5c87dad25 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] async-trait = "0.1.42" -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } futures = "0.3.12" futures-timer = "3.0.2" oorandom = "11.1.3" @@ -18,7 +18,7 @@ tracing = "0.1.22" tracing-futures = "0.2.4" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-network-protocol = { path = "../network/protocol" } futures = { version = "0.3.12", features = ["thread-pool"] } futures-timer = "3.0.2" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 558614d0ecb1..6259d114269c 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,10 +10,10 @@ futures = "0.3.12" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } schnorrkel = "0.9.1" thiserror = "1.0.22" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 8eb0c331f020..c41d19fa659d 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,53 +6,53 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } # Substrate Other -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } # External Crates futures = "0.3.12" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 4a2841a5d0c0..6387e99d0a8e 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -19,9 +19,9 @@ polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index b8d987575162..0267b5db5705 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -24,11 +24,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } metered-channel = { path = "../metered-channel"} -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index b5c418c1abb7..9dd4e9b80e6c 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -24,10 +24,10 @@ polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } polkadot-procmacro-subsystem-dispatch-gen = { path = "dispatch-gen" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" log = "0.4.13" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 0725c45197e5..40b0cf054af6 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,19 +14,19 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index 799717861e29..5a157c47e53e 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -10,36 +10,37 @@ edition = "2018" test-runner = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { version = "0.8.28", path = "../../../primitives" } polkadot-cli = { path = "../../../cli", version = "0.8.0" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-informant = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } - -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-informant = { git = "https://github.com/paritytech/substrate", branch = "master" } + +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-service = { path = "../../../node/service", version = "0.8.3" } polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.8.28" } polkadot-runtime-common = { path = "../../../runtime/common", version = "0.8.28" } rand = "0.7" +codec = { package = "parity-scale-codec", version = "2.0.0" } diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 721b8ca8ef62..f4a57b44b3f9 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -16,28 +16,24 @@ //! End to end runtime tests -use test_runner::{Node, ChainInfo, SignatureVerificationOverride, base_path}; +use test_runner::{Node, ChainInfo, SignatureVerificationOverride}; use grandpa::GrandpaBlockImport; -use sc_service::{ - TFullBackend, TFullClient, Configuration, TaskManager, new_full_parts, TaskExecutor, - BasePath, Role, DatabaseConfig, KeepBlocks, TransactionStorageMode, ChainSpec, -}; +use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, new_full_parts}; use sp_runtime::generic::Era; use std::sync::Arc; use sp_inherents::InherentDataProviders; use sc_consensus_babe::BabeBlockImport; use sp_keystore::SyncCryptoStorePtr; use sp_keyring::sr25519::Keyring::Alice; -use polkadot_service::chain_spec::polkadot_config; use polkadot_runtime_common::claims; use sp_consensus_babe::AuthorityId; use sc_consensus_manual_seal::{ConsensusDataProvider, consensus::babe::BabeConsensusDataProvider}; -use sp_keyring::Sr25519Keyring; -use sc_service::config::{NetworkConfiguration, KeystoreConfig}; -use sc_executor::WasmExecutionMethod; -use sc_network::{multiaddr, config::TransportConfig}; -use sc_client_api::execution_extensions::ExecutionStrategies; -use sc_informant::OutputFormat; +use sp_runtime::AccountId32; +use frame_support::{weights::Weight, StorageValue}; +use pallet_democracy::{AccountVote, Conviction, Vote}; +use polkadot_runtime::{FastTrackVotingPeriod, Runtime, RuntimeApi, Event, TechnicalCollective, CouncilCollective}; +use std::str::FromStr; +use codec::Encode; type BlockImport = BabeBlockImport>; @@ -54,117 +50,27 @@ struct PolkadotChainInfo; impl ChainInfo for PolkadotChainInfo { type Block = polkadot_primitives::v1::Block; type Executor = Executor; - type Runtime = polkadot_runtime::Runtime; - type RuntimeApi = polkadot_runtime::RuntimeApi; + type Runtime = Runtime; + type RuntimeApi = RuntimeApi; type SelectChain = sc_consensus::LongestChain, Self::Block>; type BlockImport = BlockImport< Self::Block, TFullBackend, - TFullClient, + TFullClient, Self::SelectChain, >; type SignedExtras = polkadot_runtime::SignedExtra; - fn configuration(task_executor: TaskExecutor) -> Configuration { - let mut chain_spec = polkadot_config().expect("failed to create chainspec"); - let base_path = if let Some(base) = base_path() { - BasePath::new(base) - } else { - BasePath::new_temp_dir().expect("couldn't create a temp dir") - }; - let root_path = base_path.path().to_path_buf().join("chains").join(chain_spec.id()); - - let key_seed = Sr25519Keyring::Alice.to_seed(); - let storage = chain_spec - .as_storage_builder() - .build_storage() - .expect("could not build storage"); - - chain_spec.set_storage(storage); - - let mut network_config = NetworkConfiguration::new( - format!("Test Node for: {}", key_seed), - "network/test/0.1", - Default::default(), - None, - ); - let informant_output_format = OutputFormat { enable_color: false }; - - network_config.allow_non_globals_in_dht = true; - - network_config - .listen_addresses - .push(multiaddr::Protocol::Memory(rand::random()).into()); - - network_config.transport = TransportConfig::MemoryOnly; - - Configuration { - impl_name: "test-node".to_string(), - impl_version: "0.1".to_string(), - role: Role::Authority, - task_executor, - transaction_pool: Default::default(), - network: network_config, - keystore: KeystoreConfig::Path { - path: root_path.join("key"), - password: None, - }, - database: DatabaseConfig::RocksDb { - path: root_path.join("db"), - cache_size: 128, - }, - state_cache_size: 16777216, - state_cache_child_ratio: None, - chain_spec: Box::new(chain_spec), - wasm_method: WasmExecutionMethod::Interpreted, - // NOTE: we enforce the use of the wasm runtime to make use of the signature overrides - execution_strategies: ExecutionStrategies { - syncing: sc_client_api::ExecutionStrategy::NativeWhenPossible, - importing: sc_client_api::ExecutionStrategy::NativeWhenPossible, - block_construction: sc_client_api::ExecutionStrategy::NativeWhenPossible, - offchain_worker: sc_client_api::ExecutionStrategy::NativeWhenPossible, - other: sc_client_api::ExecutionStrategy::NativeWhenPossible, - }, - rpc_http: None, - rpc_ws: None, - rpc_ipc: None, - rpc_ws_max_connections: None, - rpc_cors: None, - rpc_methods: Default::default(), - prometheus_config: None, - telemetry_endpoints: None, - telemetry_external_transport: None, - default_heap_pages: None, - offchain_worker: Default::default(), - force_authoring: false, - disable_grandpa: false, - dev_key_seed: Some(key_seed), - tracing_targets: None, - tracing_receiver: Default::default(), - max_runtime_instances: 8, - announce_block: true, - base_path: Some(base_path), - wasm_runtime_overrides: None, - informant_output_format, - disable_log_reloading: false, - keystore_remote: None, - keep_blocks: KeepBlocks::All, - state_pruning: Default::default(), - transaction_storage: TransactionStorageMode::BlockBody, - telemetry_handle: Default::default(), - } - } - - fn signed_extras(from: ::AccountId) -> Self::SignedExtras { + fn signed_extras(from: ::AccountId) -> Self::SignedExtras { ( - frame_system::CheckSpecVersion::::new(), - frame_system::CheckTxVersion::::new(), - frame_system::CheckGenesis::::new(), - frame_system::CheckMortality::::from(Era::Immortal), - frame_system::CheckNonce::::from(frame_system::Module::::account_nonce(from)), - frame_system::CheckWeight::::new(), - pallet_transaction_payment::ChargeTransactionPayment::::from(0), - claims::PrevalidateAttests::::new(), + frame_system::CheckSpecVersion::::new(), + frame_system::CheckTxVersion::::new(), + frame_system::CheckGenesis::::new(), + frame_system::CheckMortality::::from(Era::Immortal), + frame_system::CheckNonce::::from(frame_system::Module::::account_nonce(from)), + frame_system::CheckWeight::::new(), + pallet_transaction_payment::ChargeTransactionPayment::::from(0), + claims::PrevalidateAttests::::new(), ) } @@ -172,7 +78,7 @@ impl ChainInfo for PolkadotChainInfo { config: &Configuration, ) -> Result< ( - Arc>, + Arc>, Arc>, SyncCryptoStorePtr, TaskManager, @@ -182,7 +88,7 @@ impl ChainInfo for PolkadotChainInfo { dyn ConsensusDataProvider< Self::Block, Transaction = sp_api::TransactionFor< - TFullClient, + TFullClient, Self::Block, >, >, @@ -194,7 +100,7 @@ impl ChainInfo for PolkadotChainInfo { sc_service::Error, > { let (client, backend, keystore, task_manager) = - new_full_parts::(config)?; + new_full_parts::(config)?; let client = Arc::new(client); let inherent_providers = InherentDataProviders::new(); @@ -230,19 +136,254 @@ impl ChainInfo for PolkadotChainInfo { )) } - fn dispatch_with_root(_call: ::Call, _node: &mut Node) { - todo!() + fn dispatch_with_root(call: ::Call, node: &mut Node) { + type DemocracyCall = pallet_democracy::Call; + type TechnicalCollectiveCall = pallet_collective::Call; + type CouncilCollectiveCall = pallet_collective::Call; + + // here lies a black mirror esque copy of on chain whales. + let whales = vec![ + "1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A", + "15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK", + ] + .into_iter() + .map(|account| AccountId32::from_str(account).unwrap()) + .collect::>(); + + // and these + let (technical_collective, council_collective) = node.with_state(|| ( + pallet_collective::Members::::get(), + pallet_collective::Members::::get() + )); + + // note the call (pre-image?) of the call. + node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()); + node.seal_blocks(1); + + // fetch proposal hash from event emitted by the runtime + let events = node.with_state(|| frame_system::Module::::events()); + let proposal_hash = events.into_iter() + .filter_map(|event| match event.event { + Event::pallet_democracy( + pallet_democracy::RawEvent::PreimageNoted(proposal_hash, _, _) + ) => Some(proposal_hash), + _ => None + }) + .next() + .unwrap(); + + // submit external_propose call through council + let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); + let proposal_length = external_propose.using_encoded(|x| x.len()) as u32 + 1; + let proposal_weight = Weight::MAX / 100_000_000; + let proposal = CouncilCollectiveCall::propose( + council_collective.len() as u32, + Box::new(external_propose.clone().into()), + proposal_length + ); + + node.submit_extrinsic(proposal.clone(), council_collective[0].clone()); + node.seal_blocks(1); + + // fetch proposal index from event emitted by the runtime + let events = node.with_state(|| frame_system::Module::::events()); + let (council_proposal_index, council_proposal_hash) = events.into_iter() + .filter_map(|event| { + match event.event { + Event::pallet_collective_Instance1( + pallet_collective::RawEvent::Proposed(_, index, proposal_hash, _) + ) => Some((index, proposal_hash)), + _ => None + } + }) + .next() + .unwrap(); + + // vote + for member in &council_collective[1..] { + let call = CouncilCollectiveCall::vote(council_proposal_hash.clone(), council_proposal_index, true); + node.submit_extrinsic(call, member.clone()); + } + node.seal_blocks(1); + + // close vote + let call = CouncilCollectiveCall::close(council_proposal_hash, council_proposal_index, proposal_weight, proposal_length); + node.submit_extrinsic(call, council_collective[0].clone()); + node.seal_blocks(1); + + // assert that proposal has been passed on chain + let events = node.with_state(|| frame_system::Module::::events()) + .into_iter() + .filter(|event| { + match event.event { + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Closed(_, _, _)) | + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Approved(_,)) | + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(events.len(), 3); + + // next technical collective must fast track the proposal. + let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); + let proposal_weight = Weight::MAX / 100_000_000; + let fast_track_length = fast_track.using_encoded(|x| x.len()) as u32 + 1; + let proposal = TechnicalCollectiveCall::propose( + technical_collective.len() as u32, + Box::new(fast_track.into()), + fast_track_length + ); + + node.submit_extrinsic(proposal, technical_collective[0].clone()); + node.seal_blocks(1); + + let events = node.with_state(|| frame_system::Module::::events()); + let (technical_proposal_index, technical_proposal_hash) = events.into_iter() + .filter_map(|event| { + match event.event { + Event::pallet_collective_Instance2( + pallet_collective::RawEvent::Proposed(_, index, hash, _) + ) => Some((index, hash)), + _ => None + } + }) + .next() + .unwrap(); + + // vote + for member in &technical_collective[1..] { + let call = TechnicalCollectiveCall::vote(technical_proposal_hash.clone(), technical_proposal_index, true); + node.submit_extrinsic(call, member.clone()); + } + node.seal_blocks(1); + + // close vote + let call = TechnicalCollectiveCall::close( + technical_proposal_hash, + technical_proposal_index, + proposal_weight, + fast_track_length, + ); + node.submit_extrinsic(call, technical_collective[0].clone()); + node.seal_blocks(1); + + // assert that fast-track proposal has been passed on chain + let events = node.with_state(|| frame_system::Module::::events()); + let collective_events = events.iter() + .filter(|event| { + match event.event { + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Closed(_, _, _)) | + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Approved(_)) | + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(collective_events.len(), 3); + + // now runtime upgrade proposal is a fast-tracked referendum we can vote for. + let referendum_index = events.into_iter() + .filter_map(|event| match event.event { + Event::pallet_democracy(pallet_democracy::Event::::Started(index, _)) => Some(index), + _ => None, + }) + .next() + .unwrap(); + let call = DemocracyCall::vote( + referendum_index, + AccountVote::Standard { + vote: Vote { aye: true, conviction: Conviction::Locked1x }, + // 10 DOTS + balance: 10_000_000_000_000 + } + ); + for whale in whales { + node.submit_extrinsic(call.clone(), whale); + } + + // wait for fast track period. + node.seal_blocks(FastTrackVotingPeriod::get() as usize); + + // assert that the runtime is upgraded by looking at events + let events = node.with_state(|| frame_system::Module::::events()) + .into_iter() + .filter(|event| { + match event.event { + Event::frame_system(frame_system::Event::CodeUpdated) | + Event::pallet_democracy(pallet_democracy::RawEvent::Passed(_)) | + Event::pallet_democracy(pallet_democracy::RawEvent::PreimageUsed(_, _, _)) | + Event::pallet_democracy(pallet_democracy::RawEvent::Executed(_, true)) => true, + _ => false, + } + }) + .collect::>(); + + // make sure event is in state + assert_eq!(events.len(), 4); + + // trigger on_runtime_upgraded + node.seal_blocks(1); } } #[cfg(test)] mod tests { use super::*; - use test_runner::Node; + use test_runner::NodeConfig; + use log::LevelFilter; + use frame_support::log::LevelFilter; + use sc_client_api::execution_extensions::ExecutionStrategies; + use polkadot_service::chain_spec::polkadot_config; #[test] - fn it_works() { - let mut node = Node::::new().unwrap(); - node.seal_blocks(15_000); + fn test_runner() { + let config = NodeConfig { + execution_strategies: ExecutionStrategies { + syncing: sc_client_api::ExecutionStrategy::AlwaysWasm, + importing: sc_client_api::ExecutionStrategy::AlwaysWasm, + block_construction: sc_client_api::ExecutionStrategy::AlwaysWasm, + offchain_worker: sc_client_api::ExecutionStrategy::AlwaysWasm, + other: sc_client_api::ExecutionStrategy::AlwaysWasm, + }, + chain_spec: Box::new(polkadot_config()), + log_targets: vec![ + ("yamux", LevelFilter::Off), + ("multistream_select", LevelFilter::Off), + ("libp2p", LevelFilter::Off), + ("jsonrpc_client_transports", LevelFilter::Off), + ("sc_network", LevelFilter::Off), + ("tokio_reactor", LevelFilter::Off), + ("parity-db", LevelFilter::Off), + ("sub-libp2p", LevelFilter::Off), + ("sync", LevelFilter::Off), + ("peerset", LevelFilter::Off), + ("ws", LevelFilter::Off), + ("sc_network", LevelFilter::Off), + ("sc_service", LevelFilter::Off), + ("sc_basic_authorship", LevelFilter::Off), + ("telemetry-logger", LevelFilter::Off), + ("sc_peerset", LevelFilter::Off), + ("rpc", LevelFilter::Off), + + ("runtime", LevelFilter::Trace), + ("babe", LevelFilter::Debug) + ], + }; + let mut node = Node::::new(config).unwrap(); + // seals blocks + node.seal_blocks(1); + // submit extrinsics + let alice = MultiSigner::from(Alice.public()).into_account(); + node.submit_extrinsic(frame_system::Call::remark((b"hello world").to_vec()), alice); + + // look ma, I can read state. + let _events = node.with_state(|| frame_system::Pallet::::events()); + // get access to the underlying client. + let _client = node.client(); } } diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index cc57ba4057a2..9bdae9e32071 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -26,38 +26,38 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } serde_json = "1.0.61" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 43fef12b6afe..fb9ea9cdddee 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,19 +11,19 @@ edition = "2018" # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" # all optional crates. thiserror = { version = "1.0.22", optional = true } serde = { version = "1.0.117", default-features = false, features = [ "derive" ], optional = true } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } parking_lot = { version = "0.11.1", optional = true } log = { version = "0.4.11", optional = true } futures = { version = "0.3.8", optional = true } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 0d278afd4858..75069345e2d7 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -14,7 +14,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 3cfe90e7405e..221cdb1b769f 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,12 +9,12 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.1", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] substrate-wasm-builder = "3.0.0" diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 78e1f76a8498..4068d3c3f9e9 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -23,18 +23,18 @@ polkadot-service = { path = "../../../../node/service" } polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } tokio = { version = "0.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 2ea6029d3ea4..8f12f6dcaa32 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,28 +7,28 @@ edition = "2018" [dependencies] serde = { version = "1.0.123", optional = true, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } hex-literal = "0.3.1" parity-util-mem = { version = "0.9.0", default-features = false, optional = true } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } pretty_assertions = "0.6.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 0b847dada68b..9485af21d063 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,24 +7,24 @@ edition = "2018" [dependencies] jsonrpc-core = "15.1.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master"} +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master"} +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } parity-scale-codec = { version = "2.0.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 9d932d24214f..ec272f5e70f4 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -13,27 +13,27 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.5", default-features = false, optional = true } @@ -43,15 +43,15 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.22.3" serde_json = "1.0.61" libsecp256k1 = "0.3.5" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 5cf03e46d5c1..155b8b66f7dd 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,63 +15,63 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -81,8 +81,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } separator = "0.4.1" serde_json = "1.0.61" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 0e2cfae43d87..3423fbd0c32e 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,27 +12,27 @@ rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.123", features = [ "derive" ], optional = true } derive_more = "0.99.11" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -45,17 +45,17 @@ rand_chacha = { version = "0.3.0", default-features = false } [dev-dependencies] futures = "0.3.12" hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } serde_json = "1.0.61" libsecp256k1 = "0.3.5" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner"} +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 29862bb2f4cf..60e53e30ad95 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,61 +15,61 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -79,8 +79,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.22.3" serde_json = "1.0.61" separator = "0.4.1" diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 92ae59d3568e..6f2c1bb3cea1 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -515,7 +515,7 @@ parameter_types! { pub const CouncilMaxMembers: u32 = 100; } -type CouncilCollective = pallet_collective::Instance1; +pub type CouncilCollective = pallet_collective::Instance1; impl pallet_collective::Config for Runtime { type Origin = Origin; type Proposal = Call; @@ -567,7 +567,7 @@ parameter_types! { pub const TechnicalMaxMembers: u32 = 100; } -type TechnicalCollective = pallet_collective::Instance2; +pub type TechnicalCollective = pallet_collective::Instance2; impl pallet_collective::Config for Runtime { type Origin = Origin; type Proposal = Call; diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 105b0cec3c55..29e471ea6898 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -13,42 +13,42 @@ smallvec = "1.6.1" hex-literal = "0.3.1" log = { version = "0.4.14", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 702a9a937153..b2e737831fd2 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,43 +14,43 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-election-providers = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -61,8 +61,8 @@ polkadot-runtime-parachains = { path = "../parachains", default-features = false hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } serde_json = "1.0.61" [build-dependencies] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index e54fa968919c..4cbdee4db08b 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,62 +15,62 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -81,8 +81,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } serde_json = "1.0.61" [build-dependencies] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 11a498f30b30..1827b483cfbc 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 5ea78ab2b418..fc57e0f1fc8c 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -9,11 +9,11 @@ version = "0.8.22" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index 0c77d20de9e4..2dfacf0c2291 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,12 +9,12 @@ version = "0.8.22" impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } log = { version = "0.4.14", default-features = false } [features] From f1a4d6908cf740c3d3a7a00c48fb2b1dd60e2703 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 12 Mar 2021 08:45:26 +0100 Subject: [PATCH 03/53] Update node/test/runtime/Cargo.toml Co-authored-by: Andronik Ordian --- node/test/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index 5a157c47e53e..f9179053b44a 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] -test-runner = { git = "https://github.com/paritytech/substrate", branch = "substrate-test-runner" } +test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } From 7443700de74084fbfb7e498f0551f019d3f3985b Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Wed, 24 Mar 2021 13:07:31 +0100 Subject: [PATCH 04/53] fix warning --- node/subsystem-util/src/lib.rs | 2 +- node/subsystem-util/src/validator_discovery.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/subsystem-util/src/lib.rs b/node/subsystem-util/src/lib.rs index 835fdc05e82e..3e3726682ffe 100644 --- a/node/subsystem-util/src/lib.rs +++ b/node/subsystem-util/src/lib.rs @@ -583,7 +583,7 @@ impl Jobs { self.spawner.spawn(Job::NAME, future.map(drop).boxed()); - self.outgoing_msgs.push(from_job_rx); + self.outgoing_msgs.insert(from_job_rx); let handle = JobHandle { _abort_handle: AbortOnDrop(abort_handle), diff --git a/node/subsystem-util/src/validator_discovery.rs b/node/subsystem-util/src/validator_discovery.rs index 292daa62f0b7..1b00ae2b776b 100644 --- a/node/subsystem-util/src/validator_discovery.rs +++ b/node/subsystem-util/src/validator_discovery.rs @@ -195,7 +195,7 @@ impl ConnectionRequests { /// it will be revoked and substituted with the given one. pub fn put(&mut self, relay_parent: Hash, para_id: ParaId, request: ConnectionRequest) { self.remove(&relay_parent, para_id); - let token = self.requests.push(ConnectionRequestForRelayParentAndParaId { + let token = self.requests.insert(ConnectionRequestForRelayParentAndParaId { relay_parent, para_id, request, From 355ac3ac62ef6b487cda2e5bda51403c77f19d2e Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 25 Mar 2021 07:22:57 +0100 Subject: [PATCH 05/53] use polkadot_development_config --- node/test/runtime/src/lib.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 0f4caf2679ca..0c3f05e9e8ca 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -337,7 +337,7 @@ mod tests { use test_runner::NodeConfig; use log::LevelFilter; use sc_client_api::execution_extensions::ExecutionStrategies; - use polkadot_service::chain_spec::polkadot_config; + use polkadot_service::chain_spec::polkadot_development_config; use sp_runtime::{MultiSigner, traits::IdentifyAccount}; #[test] @@ -350,7 +350,9 @@ mod tests { offchain_worker: sc_client_api::ExecutionStrategy::AlwaysWasm, other: sc_client_api::ExecutionStrategy::AlwaysWasm, }, - chain_spec: Box::new(polkadot_config().unwrap()), + // NOTE: when we have the polkadot db on CI we can change this to the + // actual polkadot chain spec + chain_spec: Box::new(polkadot_development_config().unwrap()), log_targets: vec![ ("yamux", LevelFilter::Off), ("multistream_select", LevelFilter::Off), From 00f4645cf4dfcbd9d37445391f87cdad3a9ed8e8 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 25 Mar 2021 07:38:51 +0100 Subject: [PATCH 06/53] remove vestigial code --- node/test/runtime/src/lib.rs | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 0c3f05e9e8ca..ce00b8cfd7eb 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -161,7 +161,7 @@ impl ChainInfo for PolkadotChainInfo { node.seal_blocks(1); // fetch proposal hash from event emitted by the runtime - let events = node.with_state(|| frame_system::Pallet::::events()); + let events = node.events(); let proposal_hash = events.into_iter() .filter_map(|event| match event.event { Event::pallet_democracy( @@ -186,7 +186,7 @@ impl ChainInfo for PolkadotChainInfo { node.seal_blocks(1); // fetch proposal index from event emitted by the runtime - let events = node.with_state(|| frame_system::Pallet::::events()); + let events = node.events(); let (council_proposal_index, council_proposal_hash) = events.into_iter() .filter_map(|event| { match event.event { @@ -212,7 +212,7 @@ impl ChainInfo for PolkadotChainInfo { node.seal_blocks(1); // assert that proposal has been passed on chain - let events = node.with_state(|| frame_system::Pallet::::events()) + let events = node.events() .into_iter() .filter(|event| { match event.event { @@ -240,8 +240,8 @@ impl ChainInfo for PolkadotChainInfo { node.submit_extrinsic(proposal, technical_collective[0].clone()); node.seal_blocks(1); - let events = node.with_state(|| frame_system::Pallet::::events()); - let (technical_proposal_index, technical_proposal_hash) = events.into_iter() + let (technical_proposal_index, technical_proposal_hash) = node.events() + .into_iter() .filter_map(|event| { match event.event { Event::pallet_collective_Instance2( @@ -271,8 +271,8 @@ impl ChainInfo for PolkadotChainInfo { node.seal_blocks(1); // assert that fast-track proposal has been passed on chain - let events = node.with_state(|| frame_system::Pallet::::events()); - let collective_events = events.iter() + let collective_events = node.events() + .iter() .filter(|event| { match event.event { Event::pallet_collective_Instance2(pallet_collective::RawEvent::Closed(_, _, _)) | @@ -309,12 +309,11 @@ impl ChainInfo for PolkadotChainInfo { // wait for fast track period. node.seal_blocks(FastTrackVotingPeriod::get() as usize); - // assert that the runtime is upgraded by looking at events - let events = node.with_state(|| frame_system::Pallet::::events()) + // assert that the proposal is passed by looking at events + let events = node.events() .into_iter() .filter(|event| { match event.event { - Event::frame_system(frame_system::Event::CodeUpdated) | Event::pallet_democracy(pallet_democracy::RawEvent::Passed(_)) | Event::pallet_democracy(pallet_democracy::RawEvent::PreimageUsed(_, _, _)) | Event::pallet_democracy(pallet_democracy::RawEvent::Executed(_, true)) => true, @@ -323,11 +322,8 @@ impl ChainInfo for PolkadotChainInfo { }) .collect::>(); - // make sure event is in state - assert_eq!(events.len(), 4); - - // trigger on_runtime_upgraded - node.seal_blocks(1); + // make sure all events were emitted + assert_eq!(events.len(), 3); } } From d5af7b4edf61564145d1ff85a7af04de185b8e7e Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 25 Mar 2021 09:43:29 +0100 Subject: [PATCH 07/53] ... --- node/test/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index ce00b8cfd7eb..16345a63d0c8 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -272,7 +272,7 @@ impl ChainInfo for PolkadotChainInfo { // assert that fast-track proposal has been passed on chain let collective_events = node.events() - .iter() + .into_iter() .filter(|event| { match event.event { Event::pallet_collective_Instance2(pallet_collective::RawEvent::Closed(_, _, _)) | From 553417b12fce92a316f83ab53d88d0d03c613175 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 18 May 2021 10:28:38 +0100 Subject: [PATCH 08/53] remove unused dependencies --- Cargo.lock | 10 ++-------- node/test/runtime/Cargo.toml | 6 ------ runtime/polkadot/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab3fa8a932bc..552a62d3523c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2452,9 +2452,9 @@ dependencies = [ [[package]] name = "hex" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-literal" @@ -6356,25 +6356,19 @@ dependencies = [ "frame-support", "frame-system", "log", - "pallet-balances", "pallet-collective", "pallet-democracy", - "pallet-sudo", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-cli", "polkadot-primitives", "polkadot-runtime", "polkadot-runtime-common", "polkadot-service", - "sc-client-api", "sc-consensus", "sc-consensus-babe", "sc-consensus-manual-seal", "sc-executor", "sc-finality-grandpa", - "sc-informant", - "sc-network", "sc-service", "sp-api", "sp-consensus-babe", diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index d509aa6e2977..a6187947e066 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -14,14 +14,11 @@ frame-system = { git = "https://github.com/paritytech/substrate", branch = "mast frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { version = "0.8.28", path = "../../../primitives" } -polkadot-cli = { path = "../../../cli", version = "0.8.0" } grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } @@ -30,9 +27,6 @@ sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", br sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-informant = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index c1c8d9c797af..7dd124213b46 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 30, + spec_version: 29, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, From befda2c7dd0715fc8c93e70072abacbea95958ab Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 18 May 2021 13:18:19 +0100 Subject: [PATCH 09/53] adds simnet binary --- Cargo.lock | 121 ++++++-- Cargo.toml | 1 + node/test/polkadot-simnet/Cargo.toml | 26 ++ node/test/polkadot-simnet/src/main.rs | 104 +++++++ node/test/runtime/src/lib.rs | 395 ++++++++++++++------------ 5 files changed, 441 insertions(+), 206 deletions(-) create mode 100644 node/test/polkadot-simnet/Cargo.toml create mode 100644 node/test/polkadot-simnet/src/main.rs diff --git a/Cargo.lock b/Cargo.lock index 552a62d3523c..ead42d5bfaa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4033,6 +4033,19 @@ dependencies = [ "winapi 0.2.8", ] +[[package]] +name = "mio" +version = "0.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" +dependencies = [ + "libc", + "log", + "miow 0.3.7", + "ntapi", + "winapi 0.3.9", +] + [[package]] name = "mio-extras" version = "2.0.6" @@ -4041,7 +4054,7 @@ checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" dependencies = [ "lazycell", "log", - "mio", + "mio 0.6.22", "slab", ] @@ -4052,8 +4065,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" dependencies = [ "log", - "mio", - "miow 0.3.5", + "mio 0.6.22", + "miow 0.3.7", "winapi 0.3.9", ] @@ -4065,7 +4078,7 @@ checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" dependencies = [ "iovec", "libc", - "mio", + "mio 0.6.22", ] [[package]] @@ -4082,11 +4095,10 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.5" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" +checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" dependencies = [ - "socket2 0.3.17", "winapi 0.3.9", ] @@ -4218,6 +4230,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" +dependencies = [ + "bitflags", + "cc", + "cfg-if 1.0.0", + "libc", +] + [[package]] name = "nodrop" version = "0.1.14" @@ -4240,6 +4264,15 @@ dependencies = [ "version_check", ] +[[package]] +name = "ntapi" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" +dependencies = [ + "winapi 0.3.9", +] + [[package]] name = "num-bigint" version = "0.2.6" @@ -5112,7 +5145,7 @@ dependencies = [ "libc", "log", "mio-named-pipes", - "miow 0.3.5", + "miow 0.3.7", "rand 0.7.3", "tokio 0.1.22", "tokio-named-pipes", @@ -5175,7 +5208,7 @@ dependencies = [ "bytes 0.4.12", "httparse", "log", - "mio", + "mio 0.6.22", "mio-extras", "rand 0.7.3", "sha-1", @@ -5463,7 +5496,7 @@ dependencies = [ "assert_cmd", "color-eyre", "futures 0.3.13", - "nix", + "nix 0.19.1", "parity-util-mem", "polkadot-cli", "polkadot-service", @@ -6469,6 +6502,26 @@ dependencies = [ "westend-runtime", ] +[[package]] +name = "polkadot-simnet" +version = "0.1.0" +dependencies = [ + "frame-system", + "log", + "polkadot-cli", + "polkadot-runtime", + "polkadot-runtime-test", + "sc-cli", + "sc-consensus-manual-seal", + "sc-service", + "sp-api", + "sp-inherents", + "sp-keystore", + "structopt", + "test-runner", + "tokio 1.4.0", +] + [[package]] name = "polkadot-statement-distribution" version = "0.1.0" @@ -7065,7 +7118,7 @@ checksum = "2a34bde3561f980a51c70495164200569a11662644fe5af017f0b5d7015688cc" dependencies = [ "cfg-if 0.1.10", "libc", - "nix", + "nix 0.20.0", "rand 0.8.3", "winapi 0.3.9", ] @@ -8773,7 +8826,7 @@ checksum = "b854a362375dfe8ab12ea8a98228040d37293c988f85fbac9fa0f83336387966" dependencies = [ "cfg-if 0.1.10", "libc", - "nix", + "nix 0.20.0", "quick-error 2.0.0", "rand 0.8.3", "winapi 0.3.9", @@ -10133,7 +10186,7 @@ checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" dependencies = [ "bytes 0.4.12", "futures 0.1.29", - "mio", + "mio 0.6.22", "num_cpus", "tokio-codec", "tokio-current-thread", @@ -10162,14 +10215,31 @@ dependencies = [ "lazy_static", "libc", "memchr", - "mio", + "mio 0.6.22", "mio-named-pipes", "mio-uds", "num_cpus", "pin-project-lite 0.1.7", "signal-hook-registry", "slab", - "tokio-macros", + "tokio-macros 0.2.5", + "winapi 0.3.9", +] + +[[package]] +name = "tokio" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" +dependencies = [ + "autocfg", + "libc", + "mio 0.7.11", + "num_cpus", + "once_cell", + "pin-project-lite 0.2.4", + "signal-hook-registry", + "tokio-macros 1.2.0", "winapi 0.3.9", ] @@ -10248,6 +10318,17 @@ dependencies = [ "syn", ] +[[package]] +name = "tokio-macros" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "tokio-named-pipes" version = "0.1.0" @@ -10256,7 +10337,7 @@ checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" dependencies = [ "bytes 0.4.12", "futures 0.1.29", - "mio", + "mio 0.6.22", "mio-named-pipes", "tokio 0.1.22", ] @@ -10271,7 +10352,7 @@ dependencies = [ "futures 0.1.29", "lazy_static", "log", - "mio", + "mio 0.6.22", "num_cpus", "parking_lot 0.9.0", "slab", @@ -10320,7 +10401,7 @@ dependencies = [ "bytes 0.4.12", "futures 0.1.29", "iovec", - "mio", + "mio 0.6.22", "tokio-io", "tokio-reactor", ] @@ -10363,7 +10444,7 @@ dependencies = [ "bytes 0.4.12", "futures 0.1.29", "log", - "mio", + "mio 0.6.22", "tokio-codec", "tokio-io", "tokio-reactor", @@ -10380,7 +10461,7 @@ dependencies = [ "iovec", "libc", "log", - "mio", + "mio 0.6.22", "mio-uds", "tokio-codec", "tokio-io", diff --git a/Cargo.toml b/Cargo.toml index 4cd0f4b1100b..f7dec6d515ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,6 +77,7 @@ members = [ "node/test/client", "node/test/service", "node/test/runtime", + "node/test/polkadot-simnet", "parachain/test-parachains", "parachain/test-parachains/adder", "parachain/test-parachains/adder/collator", diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml new file mode 100644 index 000000000000..0419ceb1a956 --- /dev/null +++ b/node/test/polkadot-simnet/Cargo.toml @@ -0,0 +1,26 @@ +[package] +name = "polkadot-simnet" +version = "0.1.0" +authors = ["Parity Technologies "] +edition = "2018" + + +[dependencies] +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } + +test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } + +polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.8.28" } + +polkadot-runtime-test = { path = "../runtime", version = "0.8.28" } +polkadot-cli = { path = "../../../cli", version = "0.8.30", features = ["cli"] } +structopt = "0.3.21" +log = "0.4.14" +# avoids crate resolution errors +tokio = { version = "=1.4.0", features = ["macros", "rt-multi-thread", "signal"] } diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs new file mode 100644 index 000000000000..af1fa55d1bb0 --- /dev/null +++ b/node/test/polkadot-simnet/src/main.rs @@ -0,0 +1,104 @@ +use polkadot_cli::Cli; +use sc_cli::SubstrateCli; +use structopt::StructOpt; +use std::error::Error; +use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_root}; +use test_runner::{Node, ChainInfo, NodeConfig}; +use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, TaskExecutor}; +use polkadot_runtime::{Runtime, RuntimeApi}; +use std::sync::Arc; +use sp_keystore::SyncCryptoStorePtr; +use sp_inherents::InherentDataProviders; +use sc_consensus_manual_seal::ConsensusDataProvider; +use log::LevelFilter; + +struct PolkadotSimnetChainInfo; + +impl ChainInfo for PolkadotSimnetChainInfo { + type Block = Block; + type Executor = Executor; + type Runtime = Runtime; + type RuntimeApi = RuntimeApi; + type SelectChain = SelectChain; + type BlockImport = BlockImport< + Self::Block, + TFullBackend, + TFullClient, + Self::SelectChain, + >; + type SignedExtras = polkadot_runtime::SignedExtra; + + fn signed_extras(from: ::AccountId) -> Self::SignedExtras { + PolkadotChainInfo::signed_extras(from) + } + + fn config(task_executor: TaskExecutor) -> Configuration { + let cmd = ::from_args(); + cmd.create_configuration(&cmd.run.base, task_executor).unwrap() + } + + fn create_client_parts(config: &Configuration) -> Result< + ( + Arc>, + Arc>, + SyncCryptoStorePtr, + TaskManager, + InherentDataProviders, + Option< + Box< + dyn ConsensusDataProvider< + Self::Block, + Transaction = sp_api::TransactionFor< + TFullClient, + Self::Block, + >, + >, + >, + >, + Self::SelectChain, + Self::BlockImport, + ), + sc_service::Error, + > { + PolkadotChainInfo::create_client_parts(config) + } + + fn dispatch_with_root(call: ::Call, node: &mut Node) { + dispatch_with_root(call, node) + } +} + +#[tokio::main] +async fn main() -> Result<(), Box> { + let config = NodeConfig { + log_targets: vec![ + ("yamux", LevelFilter::Off), + ("multistream_select", LevelFilter::Off), + ("libp2p", LevelFilter::Off), + ("jsonrpc_client_transports", LevelFilter::Off), + ("sc_network", LevelFilter::Off), + ("tokio_reactor", LevelFilter::Off), + ("parity-db", LevelFilter::Off), + ("sub-libp2p", LevelFilter::Off), + ("peerset", LevelFilter::Off), + ("ws", LevelFilter::Off), + ("sc_service", LevelFilter::Off), + ("sc_basic_authorship", LevelFilter::Off), + ("telemetry-logger", LevelFilter::Off), + ("sc_peerset", LevelFilter::Off), + ("rpc", LevelFilter::Off), + + ("sync", LevelFilter::Debug), + ("sc_network", LevelFilter::Debug), + ("runtime", LevelFilter::Trace), + ("babe", LevelFilter::Debug) + ], + }; + let node = Node::::new(config)?; + + tokio::signal::ctrl_c().await?; + + drop(node); + + Ok(()) +} diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 8555a20988bb..3b4fa02e2e84 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -36,7 +36,9 @@ use polkadot_service::chain_spec::polkadot_development_config; use std::str::FromStr; use codec::Encode; -type BlockImport = BabeBlockImport>; +pub type BlockImport = BabeBlockImport>; +pub type Block = polkadot_primitives::v1::Block; +pub type SelectChain = sc_consensus::LongestChain, Block>; sc_executor::native_executor_instance!( pub Executor, @@ -46,14 +48,14 @@ sc_executor::native_executor_instance!( ); /// ChainInfo implementation. -struct PolkadotChainInfo; +pub struct PolkadotChainInfo; impl ChainInfo for PolkadotChainInfo { - type Block = polkadot_primitives::v1::Block; + type Block = Block; type Executor = Executor; type Runtime = Runtime; type RuntimeApi = RuntimeApi; - type SelectChain = sc_consensus::LongestChain, Self::Block>; + type SelectChain = SelectChain; type BlockImport = BlockImport< Self::Block, TFullBackend, @@ -142,194 +144,215 @@ impl ChainInfo for PolkadotChainInfo { } fn dispatch_with_root(call: ::Call, node: &mut Node) { - type DemocracyCall = pallet_democracy::Call; - type TechnicalCollectiveCall = pallet_collective::Call; - type CouncilCollectiveCall = pallet_collective::Call; - - // here lies a black mirror esque copy of on chain whales. - let whales = vec![ - "1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A", - "15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK", - ] - .into_iter() - .map(|account| AccountId32::from_str(account).unwrap()) - .collect::>(); - - // and these - let (technical_collective, council_collective) = node.with_state(|| ( - pallet_collective::Members::::get(), - pallet_collective::Members::::get() - )); - - // note the call (pre-image?) of the call. - node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()); - node.seal_blocks(1); + dispatch_with_root(call, node) + } +} - // fetch proposal hash from event emitted by the runtime - let events = node.events(); - let proposal_hash = events.into_iter() - .filter_map(|event| match event.event { - Event::pallet_democracy( - pallet_democracy::RawEvent::PreimageNoted(proposal_hash, _, _) - ) => Some(proposal_hash), +/// Dispatch with pallet_democracy +pub fn dispatch_with_root(call: ::Call, node: &mut Node) + where + T: ChainInfo< + Block = Block, + Executor = Executor, + Runtime = Runtime, + RuntimeApi = RuntimeApi, + SelectChain = SelectChain, + BlockImport = BlockImport< + Block, + TFullBackend, + TFullClient, + SelectChain, + >, + SignedExtras = polkadot_runtime::SignedExtra + > +{ + type DemocracyCall = pallet_democracy::Call; + type TechnicalCollectiveCall = pallet_collective::Call; + type CouncilCollectiveCall = pallet_collective::Call; + + // here lies a black mirror esque copy of on chain whales. + let whales = vec![ + "1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A", + "15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK", + ] + .into_iter() + .map(|account| AccountId32::from_str(account).unwrap()) + .collect::>(); + + // and these + let (technical_collective, council_collective) = node.with_state(|| ( + pallet_collective::Members::::get(), + pallet_collective::Members::::get() + )); + + // note the call (pre-image?) of the call. + node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()); + node.seal_blocks(1); + + // fetch proposal hash from event emitted by the runtime + let events = node.events(); + let proposal_hash = events.into_iter() + .filter_map(|event| match event.event { + Event::pallet_democracy( + pallet_democracy::RawEvent::PreimageNoted(proposal_hash, _, _) + ) => Some(proposal_hash), + _ => None + }) + .next() + .unwrap(); + + // submit external_propose call through council + let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); + let proposal_length = external_propose.using_encoded(|x| x.len()) as u32 + 1; + let proposal_weight = Weight::MAX / 100_000_000; + let proposal = CouncilCollectiveCall::propose( + council_collective.len() as u32, + Box::new(external_propose.clone().into()), + proposal_length + ); + + node.submit_extrinsic(proposal.clone(), council_collective[0].clone()); + node.seal_blocks(1); + + // fetch proposal index from event emitted by the runtime + let events = node.events(); + let (council_proposal_index, council_proposal_hash) = events.into_iter() + .filter_map(|event| { + match event.event { + Event::pallet_collective_Instance1( + pallet_collective::RawEvent::Proposed(_, index, proposal_hash, _) + ) => Some((index, proposal_hash)), _ => None - }) - .next() - .unwrap(); - - // submit external_propose call through council - let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); - let proposal_length = external_propose.using_encoded(|x| x.len()) as u32 + 1; - let proposal_weight = Weight::MAX / 100_000_000; - let proposal = CouncilCollectiveCall::propose( - council_collective.len() as u32, - Box::new(external_propose.clone().into()), - proposal_length - ); - - node.submit_extrinsic(proposal.clone(), council_collective[0].clone()); - node.seal_blocks(1); - - // fetch proposal index from event emitted by the runtime - let events = node.events(); - let (council_proposal_index, council_proposal_hash) = events.into_iter() - .filter_map(|event| { - match event.event { - Event::pallet_collective_Instance1( - pallet_collective::RawEvent::Proposed(_, index, proposal_hash, _) - ) => Some((index, proposal_hash)), - _ => None - } - }) - .next() - .unwrap(); - - // vote - for member in &council_collective[1..] { - let call = CouncilCollectiveCall::vote(council_proposal_hash.clone(), council_proposal_index, true); - node.submit_extrinsic(call, member.clone()); - } - node.seal_blocks(1); - - // close vote - let call = CouncilCollectiveCall::close(council_proposal_hash, council_proposal_index, proposal_weight, proposal_length); - node.submit_extrinsic(call, council_collective[0].clone()); - node.seal_blocks(1); - - // assert that proposal has been passed on chain - let events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::pallet_collective_Instance1(pallet_collective::RawEvent::Closed(_, _, _)) | - Event::pallet_collective_Instance1(pallet_collective::RawEvent::Approved(_,)) | - Event::pallet_collective_Instance1(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all 3 events are in state - assert_eq!(events.len(), 3); - - // next technical collective must fast track the proposal. - let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); - let proposal_weight = Weight::MAX / 100_000_000; - let fast_track_length = fast_track.using_encoded(|x| x.len()) as u32 + 1; - let proposal = TechnicalCollectiveCall::propose( - technical_collective.len() as u32, - Box::new(fast_track.into()), - fast_track_length - ); - - node.submit_extrinsic(proposal, technical_collective[0].clone()); - node.seal_blocks(1); - - let (technical_proposal_index, technical_proposal_hash) = node.events() - .into_iter() - .filter_map(|event| { - match event.event { - Event::pallet_collective_Instance2( - pallet_collective::RawEvent::Proposed(_, index, hash, _) - ) => Some((index, hash)), - _ => None - } - }) - .next() - .unwrap(); - - // vote - for member in &technical_collective[1..] { - let call = TechnicalCollectiveCall::vote(technical_proposal_hash.clone(), technical_proposal_index, true); - node.submit_extrinsic(call, member.clone()); + } + }) + .next() + .unwrap(); + + // vote + for member in &council_collective[1..] { + let call = CouncilCollectiveCall::vote(council_proposal_hash.clone(), council_proposal_index, true); + node.submit_extrinsic(call, member.clone()); + } + node.seal_blocks(1); + + // close vote + let call = CouncilCollectiveCall::close(council_proposal_hash, council_proposal_index, proposal_weight, proposal_length); + node.submit_extrinsic(call, council_collective[0].clone()); + node.seal_blocks(1); + + // assert that proposal has been passed on chain + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Closed(_, _, _)) | + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Approved(_,)) | + Event::pallet_collective_Instance1(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(events.len(), 3); + + // next technical collective must fast track the proposal. + let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); + let proposal_weight = Weight::MAX / 100_000_000; + let fast_track_length = fast_track.using_encoded(|x| x.len()) as u32 + 1; + let proposal = TechnicalCollectiveCall::propose( + technical_collective.len() as u32, + Box::new(fast_track.into()), + fast_track_length + ); + + node.submit_extrinsic(proposal, technical_collective[0].clone()); + node.seal_blocks(1); + + let (technical_proposal_index, technical_proposal_hash) = node.events() + .into_iter() + .filter_map(|event| { + match event.event { + Event::pallet_collective_Instance2( + pallet_collective::RawEvent::Proposed(_, index, hash, _) + ) => Some((index, hash)), + _ => None + } + }) + .next() + .unwrap(); + + // vote + for member in &technical_collective[1..] { + let call = TechnicalCollectiveCall::vote(technical_proposal_hash.clone(), technical_proposal_index, true); + node.submit_extrinsic(call, member.clone()); + } + node.seal_blocks(1); + + // close vote + let call = TechnicalCollectiveCall::close( + technical_proposal_hash, + technical_proposal_index, + proposal_weight, + fast_track_length, + ); + node.submit_extrinsic(call, technical_collective[0].clone()); + node.seal_blocks(1); + + // assert that fast-track proposal has been passed on chain + let collective_events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Closed(_, _, _)) | + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Approved(_)) | + Event::pallet_collective_Instance2(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(collective_events.len(), 3); + + // now runtime upgrade proposal is a fast-tracked referendum we can vote for. + let referendum_index = events.into_iter() + .filter_map(|event| match event.event { + Event::pallet_democracy(pallet_democracy::Event::::Started(index, _)) => Some(index), + _ => None, + }) + .next() + .unwrap(); + let call = DemocracyCall::vote( + referendum_index, + AccountVote::Standard { + vote: Vote { aye: true, conviction: Conviction::Locked1x }, + // 10 DOTS + balance: 10_000_000_000_000 } - node.seal_blocks(1); - - // close vote - let call = TechnicalCollectiveCall::close( - technical_proposal_hash, - technical_proposal_index, - proposal_weight, - fast_track_length, - ); - node.submit_extrinsic(call, technical_collective[0].clone()); - node.seal_blocks(1); + ); + for whale in whales { + node.submit_extrinsic(call.clone(), whale); + } - // assert that fast-track proposal has been passed on chain - let collective_events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::pallet_collective_Instance2(pallet_collective::RawEvent::Closed(_, _, _)) | - Event::pallet_collective_Instance2(pallet_collective::RawEvent::Approved(_)) | - Event::pallet_collective_Instance2(pallet_collective::RawEvent::Executed(_, Ok(()))) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all 3 events are in state - assert_eq!(collective_events.len(), 3); - - // now runtime upgrade proposal is a fast-tracked referendum we can vote for. - let referendum_index = events.into_iter() - .filter_map(|event| match event.event { - Event::pallet_democracy(pallet_democracy::Event::::Started(index, _)) => Some(index), - _ => None, - }) - .next() - .unwrap(); - let call = DemocracyCall::vote( - referendum_index, - AccountVote::Standard { - vote: Vote { aye: true, conviction: Conviction::Locked1x }, - // 10 DOTS - balance: 10_000_000_000_000 + // wait for fast track period. + node.seal_blocks(FastTrackVotingPeriod::get() as usize); + + // assert that the proposal is passed by looking at events + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::pallet_democracy(pallet_democracy::RawEvent::Passed(_)) | + Event::pallet_democracy(pallet_democracy::RawEvent::PreimageUsed(_, _, _)) | + Event::pallet_democracy(pallet_democracy::RawEvent::Executed(_, true)) => true, + _ => false, } - ); - for whale in whales { - node.submit_extrinsic(call.clone(), whale); - } + }) + .collect::>(); - // wait for fast track period. - node.seal_blocks(FastTrackVotingPeriod::get() as usize); - - // assert that the proposal is passed by looking at events - let events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::pallet_democracy(pallet_democracy::RawEvent::Passed(_)) | - Event::pallet_democracy(pallet_democracy::RawEvent::PreimageUsed(_, _, _)) | - Event::pallet_democracy(pallet_democracy::RawEvent::Executed(_, true)) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all events were emitted - assert_eq!(events.len(), 3); - } + // make sure all events were emitted + assert_eq!(events.len(), 3); } #[cfg(test)] From da6003ea29fba2f86351cfcd41bf0ccda32422c0 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Wed, 2 Jun 2021 08:38:34 +0100 Subject: [PATCH 10/53] adds simnet binary --- Cargo.lock | 1 + node/test/polkadot-simnet/Cargo.toml | 1 + node/test/polkadot-simnet/src/main.rs | 88 +++++-------------- .../src/polkadot_chain_info.rs | 77 ++++++++++++++++ node/test/runtime/src/lib.rs | 15 ++-- 5 files changed, 113 insertions(+), 69 deletions(-) create mode 100644 node/test/polkadot-simnet/src/polkadot_chain_info.rs diff --git a/Cargo.lock b/Cargo.lock index 8ef80c0146ed..fa013e27f9b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6647,6 +6647,7 @@ dependencies = [ "sc-consensus-manual-seal", "sc-service", "sp-api", + "sp-consensus-babe", "sp-inherents", "sp-keystore", "structopt", diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml index 165073c522b7..11e8503d4858 100644 --- a/node/test/polkadot-simnet/Cargo.toml +++ b/node/test/polkadot-simnet/Cargo.toml @@ -9,6 +9,7 @@ edition = "2018" frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index af1fa55d1bb0..09cbcb9e5091 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -1,72 +1,32 @@ -use polkadot_cli::Cli; -use sc_cli::SubstrateCli; -use structopt::StructOpt; -use std::error::Error; -use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_root}; -use test_runner::{Node, ChainInfo, NodeConfig}; -use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, TaskExecutor}; -use polkadot_runtime::{Runtime, RuntimeApi}; -use std::sync::Arc; -use sp_keystore::SyncCryptoStorePtr; -use sp_inherents::InherentDataProviders; -use sc_consensus_manual_seal::ConsensusDataProvider; -use log::LevelFilter; +// Copyright 2020 Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Polkadot is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. -struct PolkadotSimnetChainInfo; +// Polkadot is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. -impl ChainInfo for PolkadotSimnetChainInfo { - type Block = Block; - type Executor = Executor; - type Runtime = Runtime; - type RuntimeApi = RuntimeApi; - type SelectChain = SelectChain; - type BlockImport = BlockImport< - Self::Block, - TFullBackend, - TFullClient, - Self::SelectChain, - >; - type SignedExtras = polkadot_runtime::SignedExtra; +// You should have received a copy of the GNU General Public License +// along with Polkadot. If not, see . - fn signed_extras(from: ::AccountId) -> Self::SignedExtras { - PolkadotChainInfo::signed_extras(from) - } +//! Binary used for simnet nodes, supports all runtimes, although only polkadot is implemented currently. +//! This binary accepts all the cli args the polkadot binary does, Only difference is it uses +//! manual-sealâ„¢ and babe for block authorship, it has a no-op verifier, so all blocks recieved over the network +//! are imported and executed straight away. Block authorship/Finalization maybe done by calling the `engine_createBlock` & +//! `engine_FinalizeBlock` rpc methods respectively. - fn config(task_executor: TaskExecutor) -> Configuration { - let cmd = ::from_args(); - cmd.create_configuration(&cmd.run.base, task_executor).unwrap() - } +use std::error::Error; +use log::LevelFilter; - fn create_client_parts(config: &Configuration) -> Result< - ( - Arc>, - Arc>, - SyncCryptoStorePtr, - TaskManager, - InherentDataProviders, - Option< - Box< - dyn ConsensusDataProvider< - Self::Block, - Transaction = sp_api::TransactionFor< - TFullClient, - Self::Block, - >, - >, - >, - >, - Self::SelectChain, - Self::BlockImport, - ), - sc_service::Error, - > { - PolkadotChainInfo::create_client_parts(config) - } +mod polkadot_chain_info; - fn dispatch_with_root(call: ::Call, node: &mut Node) { - dispatch_with_root(call, node) - } -} +use polkadot_chain_info::PolkadotSimnetChainInfo; +use test_runner::{NodeConfig, Node}; #[tokio::main] async fn main() -> Result<(), Box> { @@ -94,7 +54,7 @@ async fn main() -> Result<(), Box> { ("babe", LevelFilter::Debug) ], }; - let node = Node::::new(config)?; + let node = Node::::new(config)?; tokio::signal::ctrl_c().await?; diff --git a/node/test/polkadot-simnet/src/polkadot_chain_info.rs b/node/test/polkadot-simnet/src/polkadot_chain_info.rs new file mode 100644 index 000000000000..a16f04b20961 --- /dev/null +++ b/node/test/polkadot-simnet/src/polkadot_chain_info.rs @@ -0,0 +1,77 @@ +use polkadot_cli::Cli; +use sc_cli::SubstrateCli; +use structopt::StructOpt; +use std::error::Error; +use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_root}; +use test_runner::{Node, ChainInfo, NodeConfig}; +use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, TaskExecutor}; +use polkadot_runtime::{Runtime, RuntimeApi}; +use std::sync::Arc; +use sp_keystore::SyncCryptoStorePtr; +use sp_inherents::{InherentDataProviders, InherentDataProvider, CreateInherentDataProviders}; +use sc_consensus_manual_seal::ConsensusDataProvider; +use log::LevelFilter; +use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; + +pub struct PolkadotSimnetChainInfo; + +impl ChainInfo for PolkadotSimnetChainInfo { + type Block = Block; + type Executor = Executor; + type Runtime = Runtime; + type RuntimeApi = RuntimeApi; + type SelectChain = SelectChain; + type BlockImport = BlockImport< + Self::Block, + TFullBackend, + TFullClient, + Self::SelectChain, + >; + type SignedExtras = polkadot_runtime::SignedExtra; + type InherentDataProviders = (SlotTimestampProvider, sp_consensus_babe::inherents::InherentDataProvider); + + fn signed_extras(from: ::AccountId) -> Self::SignedExtras { + PolkadotChainInfo::signed_extras(from) + } + + fn config(task_executor: TaskExecutor) -> Configuration { + let cmd = ::from_args(); + cmd.create_configuration(&cmd.run.base, task_executor).unwrap() + } + + fn create_client_parts(config: &Configuration) -> Result< + ( + Arc>, + Arc>, + SyncCryptoStorePtr, + TaskManager, + Box< + dyn CreateInherentDataProviders< + Self::Block, + (), + InherentDataProviders = Self::InherentDataProviders + > + >, + Option< + Box< + dyn ConsensusDataProvider< + Self::Block, + Transaction = sp_api::TransactionFor< + TFullClient, + Self::Block, + >, + >, + >, + >, + Self::SelectChain, + Self::BlockImport, + ), + sc_service::Error, + > { + PolkadotChainInfo::create_client_parts(config) + } + + fn dispatch_with_root(call: ::Call, node: &mut Node) { + dispatch_with_root(call, node) + } +} diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 035070fc295e..c737efc22f81 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -64,7 +64,7 @@ impl ChainInfo for PolkadotChainInfo { Self::SelectChain, >; type SignedExtras = polkadot_runtime::SignedExtra; - type InherentDataProviders = SlotTimestampProvider; + type InherentDataProviders = (SlotTimestampProvider, sp_consensus_babe::inherents::InherentDataProvider); fn signed_extras(from: ::AccountId) -> Self::SignedExtras { ( @@ -93,7 +93,7 @@ impl ChainInfo for PolkadotChainInfo { TaskManager, Box>, + (), InherentDataProviders = Self::InherentDataProviders >>, Option< @@ -136,12 +136,17 @@ impl ChainInfo for PolkadotChainInfo { .expect("failed to create ConsensusDataProvider"); Ok(( - client, + client.clone(), backend, keystore.sync_keystore(), task_manager, - Box::new(|_, client| async move { - Ok(SlotTimestampProvider::new(client).map_err(|err| format!("{:?}", err))?) + Box::new(move |_, _| { + let client = client.clone(); + async move { + let timestamp = SlotTimestampProvider::new(client.clone()).map_err(|err| format!("{:?}", err))?; + let babe = sp_consensus_babe::inherents::InherentDataProvider::new(timestamp.slot().into()); + Ok((timestamp, babe)) + } }), Some(Box::new(consensus_data_provider)), select_chain, From 5cc023b6252cc033e922f7a45885fa462a518115 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Wed, 2 Jun 2021 10:43:03 +0100 Subject: [PATCH 11/53] merged with remote --- node/test/polkadot-simnet/src/main.rs | 1 + node/test/polkadot-simnet/src/polkadot_chain_info.rs | 4 ++-- node/test/runtime/Cargo.toml | 2 -- node/test/runtime/src/lib.rs | 6 +++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index 09cbcb9e5091..07c39048323b 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -56,6 +56,7 @@ async fn main() -> Result<(), Box> { }; let node = Node::::new(config)?; + // wait for ctrl_c signal, then drop node. tokio::signal::ctrl_c().await?; drop(node); diff --git a/node/test/polkadot-simnet/src/polkadot_chain_info.rs b/node/test/polkadot-simnet/src/polkadot_chain_info.rs index 62d1fb197e52..73c64d31a9fc 100644 --- a/node/test/polkadot-simnet/src/polkadot_chain_info.rs +++ b/node/test/polkadot-simnet/src/polkadot_chain_info.rs @@ -1,7 +1,7 @@ use polkadot_cli::Cli; use sc_cli::SubstrateCli; use structopt::StructOpt; -use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_root}; +use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_pallet_democracy}; use test_runner::{Node, ChainInfo}; use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, TaskExecutor}; use polkadot_runtime::{Runtime, RuntimeApi}; @@ -70,6 +70,6 @@ impl ChainInfo for PolkadotSimnetChainInfo { } fn dispatch_with_root(call: ::Call, node: &mut Node) { - dispatch_with_root(call, node) + dispatch_with_pallet_democracy(call, node) } } diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index 9061b617bf41..3e45acdd16e2 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -4,8 +4,6 @@ version = "0.9.0" authors = ["Parity Technologies "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index c737efc22f81..4fbbeec01c4f 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -93,7 +93,7 @@ impl ChainInfo for PolkadotChainInfo { TaskManager, Box>, Option< @@ -155,12 +155,12 @@ impl ChainInfo for PolkadotChainInfo { } fn dispatch_with_root(call: ::Call, node: &mut Node) { - dispatch_with_root(call, node) + dispatch_with_pallet_democracy(call, node) } } /// Dispatch with pallet_democracy -pub fn dispatch_with_root(call: ::Call, node: &mut Node) +pub fn dispatch_with_pallet_democracy(call: ::Call, node: &mut Node) where T: ChainInfo< Block = Block, From f06884ac5d15b34b1035e08e8a68c6b05fe40c2e Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Mon, 14 Jun 2021 16:30:30 +0200 Subject: [PATCH 12/53] dummy to check pipeline --- node/test/polkadot-simnet/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml index 11e8503d4858..efc1c44b7eb4 100644 --- a/node/test/polkadot-simnet/Cargo.toml +++ b/node/test/polkadot-simnet/Cargo.toml @@ -23,5 +23,6 @@ polkadot-runtime-test = { path = "../runtime", version = "0.9" } polkadot-cli = { path = "../../../cli", version = "0.9", features = ["cli"] } structopt = "0.3.21" log = "0.4.14" + # avoids crate resolution errors tokio = { version = "=1.4.0", features = ["macros", "rt-multi-thread", "signal"] } From 695c08e8d9786534695303794b9671a9d15e57a6 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Tue, 15 Jun 2021 13:20:24 +0200 Subject: [PATCH 13/53] add 2 docker files and a build cmd --- .../polkadot-simnet/cheatsheet-commands.sh | 5 + .../local-build-2-stages.Dockerfile | 8 ++ .../local-build-with-cargo-chef.Dockerfile | 119 ++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 node/test/polkadot-simnet/cheatsheet-commands.sh create mode 100644 node/test/polkadot-simnet/local-build-2-stages.Dockerfile create mode 100644 node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh new file mode 100644 index 000000000000..a4e5615c5ccc --- /dev/null +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -0,0 +1,5 @@ +# Build docker image with cargo-chef +docker build -t paritypr/forrestgump:v3 -f local-build-with-cargo-chef.Dockerfile ../../../ + + + diff --git a/node/test/polkadot-simnet/local-build-2-stages.Dockerfile b/node/test/polkadot-simnet/local-build-2-stages.Dockerfile new file mode 100644 index 000000000000..7dc4f56fd828 --- /dev/null +++ b/node/test/polkadot-simnet/local-build-2-stages.Dockerfile @@ -0,0 +1,8 @@ +FROM rust:1.52.1 + +WORKDIR /usr/src/polkadot +COPY . . + +RUN cargo build -p polkadot-simnet --release + +CMD ["polkadot-simnet"] diff --git a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile new file mode 100644 index 000000000000..000c3cd5439d --- /dev/null +++ b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile @@ -0,0 +1,119 @@ +FROM rust as planner +WORKDIR polkadot-simnet +# We only pay the installation cost once, +# it will be cached from the second build onwards +# To ensure a reproducible build consider pinning +# the cargo-chef version with `--version X.X.X` +# https://github.com/LukeMathWalker/cargo-chef +RUN cargo install cargo-chef +COPY . . + +RUN apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y \ + ca-certificates \ + clang \ + curl \ + cmake \ + libssl1.1 \ + libssl-dev \ + pkg-config + +RUN export PATH="$PATH:$HOME/.cargo/bin" && \ + rustup toolchain install nightly && \ + rustup target add wasm32-unknown-unknown --toolchain nightly && \ + rustup default stable + +RUN cargo chef prepare --recipe-path recipe.json + + +FROM rust as cacher +RUN apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y \ + ca-certificates \ + clang \ + curl \ + cmake \ + libssl1.1 \ + libssl-dev \ + pkg-config + +RUN export PATH="$PATH:$HOME/.cargo/bin" && \ + rustup toolchain install nightly && \ + rustup target add wasm32-unknown-unknown --toolchain nightly && \ + rustup default stable + +WORKDIR polkadot-simnet +RUN cargo install cargo-chef +COPY --from=planner /polkadot-simnet/recipe.json recipe.json +ENV RUST_BACKTRACE=full +RUN apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y \ + ca-certificates \ + clang \ + curl \ + cmake \ + libssl1.1 \ + libssl-dev \ + pkg-config + +RUN export PATH="$PATH:$HOME/.cargo/bin" && \ + rustup toolchain install nightly && \ + rustup target add wasm32-unknown-unknown --toolchain nightly && \ + rustup default stable +RUN cargo chef cook --release --recipe-path recipe.json + +FROM rust as builder +WORKDIR polkadot-simnet +COPY . . +# Copy over the cached dependencies +COPY --from=cacher /polkadot-simnet/target target +COPY --from=cacher /usr/local/cargo /usr/local/cargo +RUN apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y \ + ca-certificates \ + clang \ + curl \ + cmake \ + libssl1.1 \ + libssl-dev \ + pkg-config + +RUN export PATH="$PATH:$HOME/.cargo/bin" && \ + rustup toolchain install nightly && \ + rustup target add wasm32-unknown-unknown --toolchain nightly && \ + rustup default stable && \ + cargo build -p polkadot-simnet --release + +# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. +FROM debian:buster-slim as runtime +RUN apt-get update && \ + apt-get install -y curl tini + +# Non-root user for security purposes. +# +# UIDs below 10,000 are a security risk, as a container breakout could result +# in the container being ran as a more privileged user on the host kernel with +# the same UID. +# +# Static GID/UID is also useful for chown'ing files outside the container where +# such a user does not exist. +RUN groupadd --gid 10001 nonroot && \ + useradd --home-dir /home/nonroot \ + --create-home \ + --shell /bin/bash \ + --gid nonroot \ + --groups nonroot \ + --uid 10000 nonroot +WORKDIR /home/nonroot/polkadot-simnet +COPY --from=builder /polkadot-simnet/target/release/polkadot-simnet /usr/local/bin +RUN chown -R nonroot. /home/nonroot + +# Use the non-root user to run our application +# Tell run test script that it runs in container +USER nonroot +# check if executable works in this container +RUN /usr/local/bin/polkadot-simnet --version +# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. +ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] + + From c21ce1d016e9d8a6d02b3c55d903c59d7fca552c Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Wed, 16 Jun 2021 09:44:20 +0100 Subject: [PATCH 14/53] adds logging --- Cargo.lock | 203 +++++++++--------- node/test/polkadot-simnet/Cargo.toml | 3 +- .../polkadot-simnet/cheatsheet-commands.sh | 5 +- node/test/polkadot-simnet/config.toml | 14 ++ node/test/polkadot-simnet/src/main.rs | 24 +-- .../src/polkadot_chain_info.rs | 11 +- node/test/runtime/src/lib.rs | 37 ++-- 7 files changed, 148 insertions(+), 149 deletions(-) mode change 100644 => 100755 node/test/polkadot-simnet/cheatsheet-commands.sh create mode 100644 node/test/polkadot-simnet/config.toml diff --git a/Cargo.lock b/Cargo.lock index c726e7f58795..42c1f8221cbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "Inflector", "chrono", @@ -1949,7 +1949,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -1962,7 +1962,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -2049,7 +2049,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-metadata", "frame-support", @@ -2086,7 +2086,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "parity-scale-codec", "sp-api", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "parity-scale-codec", @@ -4577,7 +4577,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -4592,7 +4592,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -4606,7 +4606,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4629,7 +4629,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4659,7 +4659,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4695,7 +4695,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4711,7 +4711,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4726,7 +4726,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4747,7 +4747,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4764,7 +4764,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4778,7 +4778,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4800,7 +4800,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4815,7 +4815,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4834,7 +4834,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4850,7 +4850,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4865,7 +4865,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4882,7 +4882,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -4898,7 +4898,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4916,7 +4916,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4931,7 +4931,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -4944,7 +4944,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -4960,7 +4960,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4982,7 +4982,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4998,7 +4998,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -5011,7 +5011,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "enumflags2", "frame-support", @@ -5025,7 +5025,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5060,7 +5060,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5076,7 +5076,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -5089,7 +5089,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5124,7 +5124,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "log", "sp-arithmetic", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5179,7 +5179,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-support", "frame-system", @@ -5195,7 +5195,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5212,7 +5212,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5223,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5239,7 +5239,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5254,7 +5254,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6820,13 +6820,14 @@ dependencies = [ "sc-cli", "sc-consensus-manual-seal", "sc-service", + "sc-tracing", "sp-api", "sp-consensus-babe", "sp-inherents", "sp-keystore", "structopt", "test-runner", - "tokio 1.4.0", + "tokio 1.6.1", ] [[package]] @@ -7598,7 +7599,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "env_logger 0.8.2", "hex", @@ -7901,7 +7902,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "derive_more", @@ -7930,7 +7931,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -7969,7 +7970,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7990,7 +7991,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8001,7 +8002,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "chrono", "fdlimit", @@ -8073,7 +8074,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "blake2-rfc", "hash-db", @@ -8103,7 +8104,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -8115,7 +8116,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "derive_more", @@ -8161,7 +8162,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "derive_more", "futures 0.3.15", @@ -8185,7 +8186,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8198,12 +8199,12 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#05445dc6d545095339c3977355f6d441b93685ba" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "assert_matches", "async-trait", "derive_more", - "futures 0.3.14", + "futures 0.3.15", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -8233,7 +8234,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "futures 0.3.15", @@ -8261,7 +8262,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "sc-client-api", "sp-authorship", @@ -8333,7 +8334,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8352,7 +8353,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "derive_more", @@ -8393,7 +8394,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "derive_more", "finality-grandpa", @@ -8417,7 +8418,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "derive_more", "futures 0.3.15", @@ -8438,7 +8439,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8476,7 +8477,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "hash-db", "lazy_static", @@ -8565,7 +8566,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "bytes 0.5.6", "fnv", @@ -8606,7 +8607,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8693,7 +8694,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "directories", @@ -8758,7 +8759,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "log", "parity-scale-codec", @@ -8773,7 +8774,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8861,7 +8862,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "derive_more", "futures 0.3.15", @@ -8883,7 +8884,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "futures 0.3.15", "intervalier", @@ -9430,7 +9431,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "parity-scale-codec", "sp-api", @@ -9442,7 +9443,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "parity-scale-codec", @@ -9520,7 +9521,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "merlin", @@ -9542,7 +9543,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9552,7 +9553,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9639,7 +9640,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "finality-grandpa", "log", @@ -9695,7 +9696,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "lazy_static", "sp-core", @@ -9732,7 +9733,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "parity-scale-codec", "serde", @@ -9745,7 +9746,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9973,7 +9974,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "log", @@ -10196,7 +10197,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "chrono", "console_error_panic_hook", @@ -10222,7 +10223,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "platforms", ] @@ -10230,7 +10231,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10267,7 +10268,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "async-trait", "futures 0.1.29", @@ -10296,7 +10297,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -10306,7 +10307,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10467,11 +10468,11 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#05445dc6d545095339c3977355f6d441b93685ba" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "env_logger 0.7.1", "frame-system", - "futures 0.3.14", + "futures 0.3.15", "jsonrpc-core", "log", "sc-basic-authorship", @@ -10674,9 +10675,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.4.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" +checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" dependencies = [ "autocfg", "libc", @@ -10689,16 +10690,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "tokio" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" -dependencies = [ - "autocfg", - "pin-project-lite 0.2.4", -] - [[package]] name = "tokio-buf" version = "0.1.1" @@ -11132,7 +11123,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#f88f4edbc42b76053404f9ba45d641dafb147ab7" +source = "git+https://github.com/paritytech/substrate?branch=master#f88f4edbc42b76053404f9ba45d641dafb147ab7" dependencies = [ "frame-try-runtime", "log", diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml index efc1c44b7eb4..2a3faffa4d8a 100644 --- a/node/test/polkadot-simnet/Cargo.toml +++ b/node/test/polkadot-simnet/Cargo.toml @@ -9,6 +9,7 @@ edition = "2018" frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } @@ -25,4 +26,4 @@ structopt = "0.3.21" log = "0.4.14" # avoids crate resolution errors -tokio = { version = "=1.4.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.6.0", features = ["macros", "rt-multi-thread", "signal"] } diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh old mode 100644 new mode 100755 index a4e5615c5ccc..28f7d7e183c6 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -1,5 +1,6 @@ +#!/bin/bash # Build docker image with cargo-chef -docker build -t paritypr/forrestgump:v3 -f local-build-with-cargo-chef.Dockerfile ../../../ - +docker build -t paritypr/forrestgump:$1 -f local-build-with-cargo-chef.Dockerfile ../../../ +docker push paritypr/forrestgump:$1 diff --git a/node/test/polkadot-simnet/config.toml b/node/test/polkadot-simnet/config.toml new file mode 100644 index 000000000000..94a955ddc149 --- /dev/null +++ b/node/test/polkadot-simnet/config.toml @@ -0,0 +1,14 @@ +[settings.defaults] +chain-name = "polkadot-local" + +[nodes.alice] +validator = true +extra-args = ["--alice"] +image = "parity/polkadot" +command = "polkadot" + +[nodes.bob] +validator = true +extra-args = ["--bob"] +image = "paritypr/forrestgump:v3" +command = "/usr/local/bin/polkadot-simnet" diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index 07c39048323b..035e877a32f3 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -32,26 +32,10 @@ use test_runner::{NodeConfig, Node}; async fn main() -> Result<(), Box> { let config = NodeConfig { log_targets: vec![ - ("yamux", LevelFilter::Off), - ("multistream_select", LevelFilter::Off), - ("libp2p", LevelFilter::Off), - ("jsonrpc_client_transports", LevelFilter::Off), - ("sc_network", LevelFilter::Off), - ("tokio_reactor", LevelFilter::Off), - ("parity-db", LevelFilter::Off), - ("sub-libp2p", LevelFilter::Off), - ("peerset", LevelFilter::Off), - ("ws", LevelFilter::Off), - ("sc_service", LevelFilter::Off), - ("sc_basic_authorship", LevelFilter::Off), - ("telemetry-logger", LevelFilter::Off), - ("sc_peerset", LevelFilter::Off), - ("rpc", LevelFilter::Off), - - ("sync", LevelFilter::Debug), - ("sc_network", LevelFilter::Debug), - ("runtime", LevelFilter::Trace), - ("babe", LevelFilter::Debug) + ("sync", LevelFilter::Info), + ("sc_network", LevelFilter::Info), + ("runtime", LevelFilter::Info), + ("babe", LevelFilter::Info) ], }; let node = Node::::new(config)?; diff --git a/node/test/polkadot-simnet/src/polkadot_chain_info.rs b/node/test/polkadot-simnet/src/polkadot_chain_info.rs index 73c64d31a9fc..6ad0e109a9a9 100644 --- a/node/test/polkadot-simnet/src/polkadot_chain_info.rs +++ b/node/test/polkadot-simnet/src/polkadot_chain_info.rs @@ -1,5 +1,5 @@ use polkadot_cli::Cli; -use sc_cli::SubstrateCli; +use sc_cli::{SubstrateCli, CliConfiguration}; use structopt::StructOpt; use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_pallet_democracy}; use test_runner::{Node, ChainInfo}; @@ -34,7 +34,14 @@ impl ChainInfo for PolkadotSimnetChainInfo { fn config(task_executor: TaskExecutor) -> Configuration { let cmd = ::from_args(); - cmd.create_configuration(&cmd.run.base, task_executor).unwrap() + let config = cmd.create_configuration(&cmd.run.base, task_executor).unwrap(); + // print_node_infos(&config); + + let filters = cmd.run.base.log_filters().unwrap(); + let logger = sc_tracing::logging::LoggerBuilder::new(filters); + logger.init().unwrap(); + + config } fn create_client_parts(config: &Configuration) -> Result< diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 4fbbeec01c4f..d9b1ebfae4d6 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -36,6 +36,7 @@ use std::str::FromStr; use codec::Encode; use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; use sp_inherents::CreateInherentDataProviders; +use sp_runtime::app_crypto::sp_core::H256; pub type BlockImport = BabeBlockImport>; pub type Block = polkadot_primitives::v1::Block; @@ -180,6 +181,8 @@ pub fn dispatch_with_pallet_democracy(call: ; type TechnicalCollectiveCall = pallet_collective::Call; type CouncilCollectiveCall = pallet_collective::Call; + type CouncilEvent = pallet_collective::Event::; + type TechnicalCommitteeEvent = pallet_collective::Event::; // here lies a black mirror esque copy of on chain whales. let whales = vec![ @@ -204,8 +207,8 @@ pub fn dispatch_with_pallet_democracy(call: Some(proposal_hash), _ => None }) @@ -227,12 +230,10 @@ pub fn dispatch_with_pallet_democracy(call: Some((index, proposal_hash)), + Event::Council(CouncilEvent::Proposed(_, index, proposal_hash, _)) => Some((index, proposal_hash)), _ => None } }) @@ -256,9 +257,9 @@ pub fn dispatch_with_pallet_democracy(call: true, + Event::Council(CouncilEvent::Closed(_, _, _)) | + Event::Council(CouncilEvent::Approved(_,)) | + Event::Council(CouncilEvent::Executed(_, Ok(()))) => true, _ => false, } }) @@ -284,8 +285,8 @@ pub fn dispatch_with_pallet_democracy(call: Some((index, hash)), _ => None } @@ -315,9 +316,9 @@ pub fn dispatch_with_pallet_democracy(call: true, + Event::TechnicalCommittee(TechnicalCommitteeEvent::Closed(_, _, _)) | + Event::TechnicalCommittee(TechnicalCommitteeEvent::Approved(_)) | + Event::TechnicalCommittee(TechnicalCommitteeEvent::Executed(_, Ok(()))) => true, _ => false, } }) @@ -329,7 +330,7 @@ pub fn dispatch_with_pallet_democracy(call: ::Started(index, _)) => Some(index), + Event::Democracy(pallet_democracy::Event::::Started(index, _)) => Some(index), _ => None, }) .next() @@ -354,9 +355,9 @@ pub fn dispatch_with_pallet_democracy(call: true, + Event::Democracy(pallet_democracy::Event::Passed(_)) | + Event::Democracy(pallet_democracy::Event::PreimageUsed(_, _, _)) | + Event::Democracy(pallet_democracy::Event::Executed(_, true)) => true, _ => false, } }) From f035db6b383604bff305ae7afd1f27c577ea9cd6 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Wed, 16 Jun 2021 14:50:33 +0200 Subject: [PATCH 15/53] atempt to use binary from build host --- .../build-bin-remote.Dockerfile | 51 +++++++++++++++++++ .../polkadot-simnet/cheatsheet-commands.sh | 13 +++-- 2 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 node/test/polkadot-simnet/build-bin-remote.Dockerfile diff --git a/node/test/polkadot-simnet/build-bin-remote.Dockerfile b/node/test/polkadot-simnet/build-bin-remote.Dockerfile new file mode 100644 index 000000000000..9c4d36d7e836 --- /dev/null +++ b/node/test/polkadot-simnet/build-bin-remote.Dockerfile @@ -0,0 +1,51 @@ +FROM debian:buster-slim as runtime +RUN apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y \ + build-essential \ + ca-certificates \ + clang \ + curl \ + cmake \ + libssl1.1 \ + libssl-dev \ + pkg-config \ + tini + +RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \ + export PATH="$PATH:$HOME/.cargo/bin" && \ + rustup toolchain install nightly && \ + rustup target add wasm32-unknown-unknown --toolchain nightly && \ + rustup default stable + +# Non-root user for security purposes. +# +# UIDs below 10,000 are a security risk, as a container breakout could result +# in the container being ran as a more privileged user on the host kernel with +# the same UID. +# +# Static GID/UID is also useful for chown'ing files outside the container where +# such a user does not exist. +RUN groupadd --gid 10001 nonroot && \ + useradd --home-dir /home/nonroot \ + --create-home \ + --shell /bin/bash \ + --gid nonroot \ + --groups nonroot \ + --uid 10000 nonroot +WORKDIR /home/nonroot/polkadot-simnet +# Before running this cmd you need to manually copy polkadot-simnet binary from +# project root target/reloease here, becasue all files in /target are ignored +# because they are specified in .dockerignore file +# cp ../../../target/release/polkadot-simnet . +COPY polkadot-simnet /usr/local/bin/polkadot-simnet +RUN chown -R nonroot. /home/nonroot + +# Use the non-root user to run our application +# Tell run test script that it runs in container +USER nonroot +# check if executable works in this container +RUN /usr/local/bin/polkadot-simnet --version +# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. +ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] + + diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh index 28f7d7e183c6..90a2533449c7 100755 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -1,6 +1,13 @@ #!/bin/bash -# Build docker image with cargo-chef -docker build -t paritypr/forrestgump:$1 -f local-build-with-cargo-chef.Dockerfile ../../../ -docker push paritypr/forrestgump:$1 +# Build docker image with by copying the binary into the image +# First you need to copy the binary to this dire because all files in +# polkadot/target are ignored because they are specified in .dockerignore file +# cp ../../../target/release/polkadot-simnet . +# docker build -t paritypr/forrestgump:"$1" -f build-bin-remote.Dockerfile . +# docker push paritypr/forrestgump:"$1" +# build docker image locally using cache from cargo-chef +# add export DOCKER_BUILDKIT=1 to ~/.bashrc +docker build -t paritypr/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile ../../.. +docker push paritypr/forrestgump:"$1" From c69d5a169c55aa5123cc8cd0c02e1413924a3fb8 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 17 Jun 2021 20:24:42 +0100 Subject: [PATCH 16/53] fix simnet-binary --- Cargo.lock | 2 ++ node/test/polkadot-simnet/Cargo.toml | 1 + node/test/polkadot-simnet/src/main.rs | 15 +++---------- .../src/polkadot_chain_info.rs | 16 ++++++++++---- node/test/runtime/Cargo.toml | 1 + node/test/runtime/src/lib.rs | 22 +++++++++++++++++-- 6 files changed, 39 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42c1f8221cbd..bb35aa1ba539 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6708,6 +6708,7 @@ dependencies = [ "sc-finality-grandpa", "sc-service", "sp-api", + "sp-consensus", "sp-consensus-babe", "sp-inherents", "sp-keyring", @@ -6822,6 +6823,7 @@ dependencies = [ "sc-service", "sc-tracing", "sp-api", + "sp-consensus", "sp-consensus-babe", "sp-inherents", "sp-keystore", diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml index 2a3faffa4d8a..2940c5c38c59 100644 --- a/node/test/polkadot-simnet/Cargo.toml +++ b/node/test/polkadot-simnet/Cargo.toml @@ -11,6 +11,7 @@ sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index 035e877a32f3..d5247af88605 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -21,27 +21,18 @@ //! `engine_FinalizeBlock` rpc methods respectively. use std::error::Error; -use log::LevelFilter; mod polkadot_chain_info; use polkadot_chain_info::PolkadotSimnetChainInfo; -use test_runner::{NodeConfig, Node}; +use test_runner::{Node}; #[tokio::main] async fn main() -> Result<(), Box> { - let config = NodeConfig { - log_targets: vec![ - ("sync", LevelFilter::Info), - ("sc_network", LevelFilter::Info), - ("runtime", LevelFilter::Info), - ("babe", LevelFilter::Info) - ], - }; - let node = Node::::new(config)?; + let mut node = Node::::new()?; // wait for ctrl_c signal, then drop node. - tokio::signal::ctrl_c().await?; + node.until_shutdown(); drop(node); diff --git a/node/test/polkadot-simnet/src/polkadot_chain_info.rs b/node/test/polkadot-simnet/src/polkadot_chain_info.rs index 6ad0e109a9a9..8aa85b3f0959 100644 --- a/node/test/polkadot-simnet/src/polkadot_chain_info.rs +++ b/node/test/polkadot-simnet/src/polkadot_chain_info.rs @@ -1,5 +1,5 @@ use polkadot_cli::Cli; -use sc_cli::{SubstrateCli, CliConfiguration}; +use sc_cli::{SubstrateCli, CliConfiguration, print_node_infos}; use structopt::StructOpt; use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_pallet_democracy}; use test_runner::{Node, ChainInfo}; @@ -10,6 +10,8 @@ use sp_keystore::SyncCryptoStorePtr; use sp_inherents::CreateInherentDataProviders; use sc_consensus_manual_seal::ConsensusDataProvider; use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; +use sp_api::TransactionFor; +use sp_consensus::import_queue::BasicQueue; pub struct PolkadotSimnetChainInfo; @@ -35,11 +37,10 @@ impl ChainInfo for PolkadotSimnetChainInfo { fn config(task_executor: TaskExecutor) -> Configuration { let cmd = ::from_args(); let config = cmd.create_configuration(&cmd.run.base, task_executor).unwrap(); - // print_node_infos(&config); - let filters = cmd.run.base.log_filters().unwrap(); let logger = sc_tracing::logging::LoggerBuilder::new(filters); logger.init().unwrap(); + print_node_infos::(&config); config } @@ -61,7 +62,7 @@ impl ChainInfo for PolkadotSimnetChainInfo { Box< dyn ConsensusDataProvider< Self::Block, - Transaction = sp_api::TransactionFor< + Transaction = TransactionFor< TFullClient, Self::Block, >, @@ -70,6 +71,13 @@ impl ChainInfo for PolkadotSimnetChainInfo { >, Self::SelectChain, Self::BlockImport, + BasicQueue< + Self::Block, + TransactionFor< + TFullClient, + Self::Block, + >, + > ), sc_service::Error, > { diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index 3e45acdd16e2..28935ec677cd 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -31,6 +31,7 @@ sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-service = { path = "../../../node/service", version = "0.9" } polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.9" } diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index d9b1ebfae4d6..caa9cca7eeab 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -34,9 +34,11 @@ use polkadot_runtime::{FastTrackVotingPeriod, Runtime, RuntimeApi, Event, Techni use polkadot_service::chain_spec::polkadot_development_config; use std::str::FromStr; use codec::Encode; -use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; +use sc_consensus_manual_seal::consensus::babe::{SlotTimestampProvider, BabeVerifier}; +use sp_consensus::import_queue::BasicQueue; use sp_inherents::CreateInherentDataProviders; use sp_runtime::app_crypto::sp_core::H256; +use sp_api::TransactionFor; pub type BlockImport = BabeBlockImport>; pub type Block = polkadot_primitives::v1::Block; @@ -101,7 +103,7 @@ impl ChainInfo for PolkadotChainInfo { Box< dyn ConsensusDataProvider< Self::Block, - Transaction = sp_api::TransactionFor< + Transaction = TransactionFor< TFullClient, Self::Block, >, @@ -110,6 +112,13 @@ impl ChainInfo for PolkadotChainInfo { >, Self::SelectChain, Self::BlockImport, + BasicQueue< + Self::Block, + TransactionFor< + TFullClient, + Self::Block, + >, + > ), sc_service::Error, > { @@ -136,6 +145,14 @@ impl ChainInfo for PolkadotChainInfo { ) .expect("failed to create ConsensusDataProvider"); + let import_queue = BasicQueue::new( + BabeVerifier::new(babe_link.epoch_changes().clone(), client.clone()), + Box::new(block_import.clone()), + None, + &task_manager.spawn_essential_handle(), + None, + ); + Ok(( client.clone(), backend, @@ -152,6 +169,7 @@ impl ChainInfo for PolkadotChainInfo { Some(Box::new(consensus_data_provider)), select_chain, block_import, + import_queue, )) } From 56b479bf180e75592bc55a9c3d48de33e9c8f05d Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 18 Jun 2021 10:16:59 +0100 Subject: [PATCH 17/53] fix docker commands --- node/test/polkadot-simnet/cheatsheet-commands.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh index 90a2533449c7..52ae9325551b 100755 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -9,5 +9,5 @@ # build docker image locally using cache from cargo-chef # add export DOCKER_BUILDKIT=1 to ~/.bashrc -docker build -t paritypr/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile ../../.. -docker push paritypr/forrestgump:"$1" +docker build -t seunlanlege/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile --no-cache ../../.. +docker push seunlanlege/forrestgump:"$1" From f84bf59dfed4ab1cef4a1c3c0d5931205e1f4775 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 18 Jun 2021 10:34:46 +0100 Subject: [PATCH 18/53] switch branches --- Cargo.lock | 4017 +++++++++++------ bridges/bin/millau/node/Cargo.toml | 52 +- bridges/bin/millau/runtime/Cargo.toml | 52 +- bridges/bin/rialto/node/Cargo.toml | 52 +- bridges/bin/rialto/runtime/Cargo.toml | 56 +- bridges/bin/runtime-common/Cargo.toml | 12 +- bridges/fuzz/storage-proof/Cargo.toml | 18 +- bridges/modules/currency-exchange/Cargo.toml | 14 +- bridges/modules/dispatch/Cargo.toml | 12 +- .../ethereum-contract-builtin/Cargo.toml | 10 +- bridges/modules/ethereum/Cargo.toml | 12 +- bridges/modules/grandpa/Cargo.toml | 16 +- bridges/modules/messages/Cargo.toml | 16 +- .../modules/shift-session-manager/Cargo.toml | 14 +- bridges/primitives/chain-kusama/Cargo.toml | 4 +- bridges/primitives/chain-millau/Cargo.toml | 16 +- bridges/primitives/chain-polkadot/Cargo.toml | 4 +- bridges/primitives/chain-rialto/Cargo.toml | 12 +- bridges/primitives/chain-rococo/Cargo.toml | 8 +- bridges/primitives/chain-westend/Cargo.toml | 8 +- bridges/primitives/chain-wococo/Cargo.toml | 8 +- .../primitives/currency-exchange/Cargo.toml | 6 +- bridges/primitives/ethereum-poa/Cargo.toml | 8 +- bridges/primitives/header-chain/Cargo.toml | 10 +- .../primitives/message-dispatch/Cargo.toml | 4 +- bridges/primitives/messages/Cargo.toml | 6 +- bridges/primitives/polkadot-core/Cargo.toml | 14 +- bridges/primitives/runtime/Cargo.toml | 16 +- bridges/primitives/test-utils/Cargo.toml | 8 +- bridges/relays/bin-ethereum/Cargo.toml | 12 +- bridges/relays/bin-substrate/Cargo.toml | 14 +- bridges/relays/client-kusama/Cargo.toml | 12 +- bridges/relays/client-millau/Cargo.toml | 12 +- bridges/relays/client-polkadot/Cargo.toml | 12 +- bridges/relays/client-rialto/Cargo.toml | 12 +- bridges/relays/client-rococo/Cargo.toml | 12 +- bridges/relays/client-substrate/Cargo.toml | 22 +- bridges/relays/client-westend/Cargo.toml | 12 +- bridges/relays/client-wococo/Cargo.toml | 12 +- bridges/relays/utils/Cargo.toml | 2 +- cli/Cargo.toml | 16 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/client/Cargo.toml | 44 +- node/collation-generation/Cargo.toml | 4 +- node/core/approval-voting/Cargo.toml | 22 +- node/core/av-store/Cargo.toml | 4 +- node/core/backing/Cargo.toml | 12 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-validation/Cargo.toml | 6 +- node/core/chain-api/Cargo.toml | 4 +- node/core/dispute-coordinator/Cargo.toml | 8 +- node/core/dispute-participation/Cargo.toml | 2 +- node/core/parachains-inherent/Cargo.toml | 6 +- node/core/provisioner/Cargo.toml | 4 +- node/core/pvf/Cargo.toml | 14 +- node/core/runtime-api/Cargo.toml | 10 +- node/jaeger/Cargo.toml | 4 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 16 +- node/network/availability-recovery/Cargo.toml | 8 +- node/network/bitfield-distribution/Cargo.toml | 6 +- node/network/bridge/Cargo.toml | 10 +- node/network/collator-protocol/Cargo.toml | 10 +- node/network/gossip-support/Cargo.toml | 10 +- node/network/protocol/Cargo.toml | 2 +- .../network/statement-distribution/Cargo.toml | 18 +- node/overseer/Cargo.toml | 6 +- node/primitives/Cargo.toml | 14 +- node/service/Cargo.toml | 88 +- node/subsystem-test-helpers/Cargo.toml | 4 +- node/subsystem-util/Cargo.toml | 10 +- node/subsystem/Cargo.toml | 6 +- node/test/client/Cargo.toml | 28 +- node/test/polkadot-simnet/Cargo.toml | 22 +- node/test/runtime/Cargo.toml | 42 +- node/test/runtime/src/lib.rs | 28 +- node/test/service/Cargo.toml | 62 +- node/test/service/src/lib.rs | 1 - parachain/Cargo.toml | 6 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 4 +- .../test-parachains/adder/collator/Cargo.toml | 14 +- primitives/Cargo.toml | 32 +- rpc/Cargo.toml | 42 +- runtime/common/Cargo.toml | 62 +- runtime/common/slot_range_helper/Cargo.toml | 4 +- runtime/kusama/Cargo.toml | 126 +- runtime/parachains/Cargo.toml | 60 +- runtime/polkadot/Cargo.toml | 118 +- runtime/rococo/Cargo.toml | 80 +- runtime/test-runtime/Cargo.toml | 78 +- runtime/westend/Cargo.toml | 120 +- statement-table/Cargo.toml | 2 +- xcm/xcm-builder/Cargo.toml | 14 +- xcm/xcm-executor/Cargo.toml | 12 +- 96 files changed, 3603 insertions(+), 2357 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9812cf59024..a99947169f6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,20 +487,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api", - "sc-keystore", - "sc-network", - "sc-network-gossip", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-utils", - "substrate-prometheus-endpoint", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", "thiserror", ] @@ -518,11 +518,11 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "sc-rpc", + "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", "serde", "serde_json", - "sp-core", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -531,11 +531,11 @@ version = "0.1.0" source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -711,13 +711,13 @@ version = "0.1.0" dependencies = [ "bp-test-utils", "finality-grandpa", - "frame-support", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "serde", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-finality-grandpa", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -725,10 +725,10 @@ name = "bp-messages" version = "0.1.0" dependencies = [ "bp-runtime", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -737,15 +737,15 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-runtime", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "hex", "parity-scale-codec", - "sp-api", - "sp-core", - "sp-runtime", - "sp-std", - "sp-version", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -757,26 +757,26 @@ dependencies = [ "bp-polkadot-core", "bp-runtime", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", - "sp-version", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "bp-runtime" version = "0.1.0" dependencies = [ - "frame-support", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "hash-db", "num-traits", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -787,10 +787,10 @@ dependencies = [ "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-finality-grandpa", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -802,10 +802,10 @@ dependencies = [ "bp-polkadot-core", "bp-runtime", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", - "sp-version", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -1896,7 +1896,15 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "fork-tree" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", ] @@ -1914,118 +1922,199 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "linregress", + "log", + "parity-scale-codec", + "paste 1.0.4", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "frame-benchmarking" +version = "3.1.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "linregress", "log", "parity-scale-codec", "paste 1.0.4", - "sp-api", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "Inflector", "chrono", - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "handlebars", "parity-scale-codec", "sc-cli", "sc-client-db", - "sc-executor", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", "serde", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "structopt", ] [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-arithmetic", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-npos-elections", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "parity-scale-codec", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "frame-metadata" +version = "13.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-support", - "frame-system", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "serde", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "parity-scale-codec", + "serde", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "frame-support" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ + "bitflags", + "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", + "log", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", + "once_cell", "parity-scale-codec", + "paste 1.0.4", "serde", - "sp-core", - "sp-std", + "smallvec 1.6.1", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "bitflags", - "frame-metadata", - "frame-support-procedural", + "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "once_cell", "parity-scale-codec", "paste 1.0.4", "serde", "smallvec 1.6.1", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "frame-support-procedural" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "Inflector", + "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate)", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "Inflector", - "frame-support-procedural-tools", + "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "proc-macro-crate 1.0.0", "proc-macro2", "quote", "syn", @@ -2034,9 +2123,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "proc-macro-crate 1.0.0", "proc-macro2", "quote", @@ -2046,7 +2135,17 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro2", "quote", @@ -2056,73 +2155,90 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-metadata", - "frame-support", - "frame-system", + "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "pretty_assertions 0.6.1", "rustversion", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "trybuild", ] [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "serde", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "frame-system" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -3242,18 +3358,18 @@ version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "libsecp256k1", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -3278,12 +3394,12 @@ dependencies = [ "pallet-randomness-collective-flip", "pallet-recovery", "pallet-scheduler", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-session-benchmarking", "pallet-society", "pallet-staking", "pallet-staking-reward-fn", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-tips", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -3301,24 +3417,24 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api", - "sp-arithmetic", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -4049,10 +4165,21 @@ dependencies = [ [[package]] name = "max-encoded-len" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "impl-trait-for-tuples", + "max-encoded-len-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "primitive-types", +] + +[[package]] +name = "max-encoded-len" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "impl-trait-for-tuples", - "max-encoded-len-derive", + "max-encoded-len-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "primitive-types", ] @@ -4060,7 +4187,18 @@ dependencies = [ [[package]] name = "max-encoded-len-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "max-encoded-len-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -4214,6 +4352,19 @@ dependencies = [ "winapi 0.2.8", ] +[[package]] +name = "mio" +version = "0.7.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" +dependencies = [ + "libc", + "log", + "miow 0.3.7", + "ntapi", + "winapi 0.3.9", +] + [[package]] name = "mio-extras" version = "2.0.6" @@ -4222,7 +4373,7 @@ checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" dependencies = [ "lazycell", "log", - "mio", + "mio 0.6.22", "slab", ] @@ -4233,8 +4384,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" dependencies = [ "log", - "mio", - "miow 0.3.5", + "mio 0.6.22", + "miow 0.3.7", "winapi 0.3.9", ] @@ -4246,7 +4397,7 @@ checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" dependencies = [ "iovec", "libc", - "mio", + "mio 0.6.22", ] [[package]] @@ -4263,11 +4414,10 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.5" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" +checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" dependencies = [ - "socket2 0.3.17", "winapi 0.3.9", ] @@ -4421,6 +4571,15 @@ dependencies = [ "version_check", ] +[[package]] +name = "ntapi" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" +dependencies = [ + "winapi 0.3.9", +] + [[package]] name = "num-bigint" version = "0.2.6" @@ -4563,68 +4722,68 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-application-crypto", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "parity-scale-codec", "sp-authorship", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "pallet-authorship", - "pallet-session", - "pallet-timestamp", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-application-crypto", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -4633,27 +4792,27 @@ version = "0.1.0" source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "beefy-primitives", - "frame-support", - "frame-system", - "pallet-session", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-treasury", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -4664,227 +4823,227 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "num-traits", "parity-scale-codec", "serde", "sp-finality-grandpa", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "parity-scale-codec", "rand 0.7.3", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", ] [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "parity-scale-codec", - "sp-core", - "sp-io", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-arithmetic", - "sp-runtime", - "sp-std", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "pallet-authorship", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-finality-grandpa", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "pallet-authorship", "parity-scale-codec", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-core", - "sp-io", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "ckb-merkle-mountain-range", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-mmr-primitives", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "parity-scale-codec", "serde", - "sp-api", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4892,214 +5051,234 @@ dependencies = [ "pallet-mmr-primitives", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-babe", "pallet-balances", "pallet-grandpa", "pallet-im-online", "pallet-offences", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-staking", "parity-scale-codec", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "max-encoded-len", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "safe-mix", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "enumflags2", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "log", + "parity-scale-codec", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "pallet-session" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", "log", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "log", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-staking", "rand 0.7.3", - "sp-runtime", - "sp-session", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "rand_chacha 0.2.2", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "log", "pallet-authorship", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "paste 1.0.4", "rand_chacha 0.2.2", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", ] [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5110,157 +5289,174 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "parity-scale-codec", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "pallet-timestamp" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", + "log", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-treasury", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "pallet-xcm" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", "xcm", "xcm-executor", ] @@ -5342,7 +5538,7 @@ dependencies = [ "libc", "log", "mio-named-pipes", - "miow 0.3.5", + "miow 0.3.7", "rand 0.7.3", "tokio 0.1.22", "tokio-named-pipes", @@ -5405,7 +5601,7 @@ dependencies = [ "bytes 0.4.12", "httparse", "log", - "mio", + "mio 0.6.22", "mio-extras", "rand 0.7.3", "sha-1 0.8.2", @@ -5714,7 +5910,7 @@ dependencies = [ "polkadot-primitives", "rand_core 0.5.1", "schnorrkel", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -5733,9 +5929,9 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -5758,14 +5954,14 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.3", - "sc-keystore", - "sc-network", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "smallvec 1.6.1", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -5789,10 +5985,10 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.3", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "smallvec 1.6.1", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", "thiserror", "tracing", @@ -5809,8 +6005,8 @@ dependencies = [ "polkadot-service", "sc-cli", "sc-service", - "sp-core", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "structopt", "substrate-browser-utils", "substrate-build-script-utils", @@ -5825,7 +6021,7 @@ name = "polkadot-client" version = "0.9.3" dependencies = [ "beefy-primitives", - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system-rpc-runtime-api", "kusama-runtime", "pallet-mmr-primitives", @@ -5833,21 +6029,21 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime", "rococo-runtime", - "sc-client-api", - "sc-executor", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", "sp-finality-grandpa", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-storage", - "sp-transaction-pool", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "westend-runtime", ] @@ -5867,10 +6063,10 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -5881,9 +6077,9 @@ version = "0.9.5" dependencies = [ "parity-scale-codec", "parity-util-mem", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -5894,8 +6090,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] @@ -5910,11 +6106,11 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-keystore", - "sp-application-crypto", - "sp-core", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -5934,9 +6130,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-authority-discovery", - "sc-network", - "sp-consensus", - "sp-core", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", "strum", "tracing", @@ -5954,8 +6150,8 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", - "sp-maybe-compressed-blob", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -5983,18 +6179,18 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "rand_core 0.5.1", - "sc-client-api", - "sc-keystore", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "schnorrkel", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -6019,7 +6215,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", "thiserror", "tracing", @@ -6039,12 +6235,12 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sc-keystore", - "sp-application-crypto", - "sp-core", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6058,7 +6254,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", "wasm-timer", @@ -6079,9 +6275,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-parachain", "polkadot-primitives", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -6095,8 +6291,8 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-blockchain", - "sp-core", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -6116,10 +6312,10 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-keystore", - "sp-core", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6135,7 +6331,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", "polkadot-primitives", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6150,9 +6346,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives", - "sp-blockchain", - "sp-inherents", - "sp-runtime", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6168,8 +6364,8 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6191,14 +6387,14 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "rand 0.8.3", - "sc-executor", - "sc-executor-common", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-executor-wasmtime", "slotmap", - "sp-core", - "sp-externalities", - "sp-io", - "sp-wasm-interface", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tempfile", "test-parachain-adder", "test-parachain-halt", @@ -6217,10 +6413,10 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -6236,8 +6432,8 @@ dependencies = [ "parking_lot 0.11.1", "polkadot-node-primitives", "polkadot-primitives", - "sc-network", - "sp-core", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] @@ -6250,7 +6446,7 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "strum", "thiserror", ] @@ -6266,13 +6462,13 @@ dependencies = [ "polkadot-statement-table", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "zstd", ] @@ -6300,10 +6496,10 @@ dependencies = [ "polkadot-primitives", "polkadot-procmacro-subsystem-dispatch-gen", "polkadot-statement-table", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "smallvec 1.6.1", - "sp-core", - "substrate-prometheus-endpoint", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6324,9 +6520,9 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "polkadot-statement-table", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "smallvec 1.6.1", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -6352,12 +6548,12 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-primitives", "rand 0.8.3", - "sc-network", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "streamunordered", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6379,9 +6575,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-procmacro-overseer-subsystems-gen", - "sc-client-api", - "sp-api", - "sp-core", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", ] @@ -6394,9 +6590,9 @@ dependencies = [ "parity-util-mem", "polkadot-core-primitives", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -6404,7 +6600,7 @@ name = "polkadot-primitives" version = "0.9.5" dependencies = [ "bitvec", - "frame-system", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "hex-literal", "parity-scale-codec", "parity-util-mem", @@ -6412,21 +6608,21 @@ dependencies = [ "polkadot-parachain", "pretty_assertions 0.7.2", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-serializer", - "sp-staking", - "sp-std", - "sp-trie", - "sp-version", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] @@ -6464,23 +6660,23 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "sc-chain-spec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-epochs", "sc-finality-grandpa", "sc-finality-grandpa-rpc", - "sc-keystore", - "sc-rpc", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-sync-state-rpc", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", - "sp-transaction-pool", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "substrate-frame-rpc-system", ] @@ -6490,18 +6686,18 @@ version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "libsecp256k1", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -6524,11 +6720,11 @@ dependencies = [ "pallet-proxy", "pallet-randomness-collective-flip", "pallet-scheduler", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-session-benchmarking", "pallet-staking", "pallet-staking-reward-curve", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-tips", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -6544,23 +6740,23 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -6573,10 +6769,10 @@ version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support-test", - "frame-system", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "hex-literal", "impl-trait-for-tuples", "libsecp256k1", @@ -6588,10 +6784,10 @@ dependencies = [ "pallet-mmr", "pallet-offences", "pallet-randomness-collective-flip", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-staking", "pallet-staking-reward-curve", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", @@ -6603,18 +6799,18 @@ dependencies = [ "serde_derive", "serde_json", "slot-range-helper", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", "trie-db", "xcm", @@ -6626,10 +6822,10 @@ version = "0.9.5" dependencies = [ "bitvec", "derive_more", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support-test", - "frame-system", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "futures 0.3.15", "hex-literal", "libsecp256k1", @@ -6640,10 +6836,10 @@ dependencies = [ "pallet-balances", "pallet-offences", "pallet-randomness-collective-flip", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-staking", "pallet-staking-reward-curve", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-treasury", "pallet-vesting", "parity-scale-codec", @@ -6651,26 +6847,58 @@ dependencies = [ "rand 0.8.3", "rand_chacha 0.3.0", "rustc-hex", - "sc-keystore", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", - "sp-version", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "xcm", "xcm-executor", ] +[[package]] +name = "polkadot-runtime-test" +version = "0.9.0" +dependencies = [ + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "log", + "pallet-collective", + "pallet-democracy", + "pallet-transaction-payment", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime", + "polkadot-runtime-common", + "polkadot-service", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-manual-seal", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-finality-grandpa", + "sc-service", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus-babe", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keyring", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "test-runner", +] + [[package]] name = "polkadot-service" version = "0.9.5" @@ -6721,48 +6949,71 @@ dependencies = [ "rococo-runtime", "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-chain-spec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-client-db", "sc-consensus", "sc-consensus-babe", "sc-consensus-slots", "sc-consensus-uncles", - "sc-executor", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-finality-grandpa", "sc-finality-grandpa-warp-sync", - "sc-keystore", - "sc-network", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", - "sc-telemetry", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-transaction-pool", "serde", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-finality-grandpa", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", "westend-runtime", ] +[[package]] +name = "polkadot-simnet" +version = "0.1.0" +dependencies = [ + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "log", + "polkadot-cli", + "polkadot-runtime", + "polkadot-runtime-test", + "sc-cli", + "sc-consensus-manual-seal", + "sc-service", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus-babe", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "structopt", + "test-runner", + "tokio 1.6.1", +] + [[package]] name = "polkadot-statement-distribution" version = "0.1.0" @@ -6779,14 +7030,14 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-keystore", - "sc-network", - "sp-application-crypto", - "sp-core", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-staking", - "sp-tracing", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", ] @@ -6797,7 +7048,7 @@ version = "0.9.5" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -6810,19 +7061,19 @@ dependencies = [ "polkadot-primitives", "polkadot-test-runtime", "polkadot-test-service", - "sc-block-builder", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-consensus", "sc-service", - "sp-api", - "sp-blockchain", - "sp-consensus", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-inherents", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-runtime", - "sp-state-machine", - "sp-timestamp", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "substrate-test-client", ] @@ -6849,8 +7100,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", @@ -6865,11 +7116,11 @@ dependencies = [ "pallet-nicks", "pallet-offences", "pallet-randomness-collective-flip", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", @@ -6883,22 +7134,22 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "substrate-wasm-builder", "tiny-keccak", ] @@ -6907,8 +7158,8 @@ dependencies = [ name = "polkadot-test-service" version = "0.9.5" dependencies = [ - "frame-benchmarking", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "futures 0.1.29", "futures 0.3.15", "hex", @@ -6929,27 +7180,27 @@ dependencies = [ "sc-authority-discovery", "sc-chain-spec", "sc-cli", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-consensus", "sc-consensus-babe", - "sc-executor", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-finality-grandpa", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", - "sc-tracing", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-transaction-pool", "serde_json", - "sp-arithmetic", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-finality-grandpa", - "sp-inherents", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -7547,7 +7798,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "env_logger 0.8.2", "hex", @@ -7557,9 +7808,9 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -7630,12 +7881,12 @@ dependencies = [ "bp-rococo", "bp-wococo", "frame-executive", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system-rpc-runtime-api", "hex-literal", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -7651,11 +7902,11 @@ dependencies = [ "pallet-mmr-primitives", "pallet-offences", "pallet-proxy", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", @@ -7668,20 +7919,20 @@ dependencies = [ "serde", "serde_derive", "smallvec 1.6.1", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-version", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -7850,7 +8101,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "derive_more", @@ -7864,61 +8115,77 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-client-api", - "sc-network", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde_json", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-proposer-metrics", - "sc-telemetry", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-transaction-pool", - "substrate-prometheus-endpoint", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sc-block-builder" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "parity-scale-codec", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7926,20 +8193,20 @@ dependencies = [ "sc-consensus-babe", "sc-consensus-epochs", "sc-finality-grandpa", - "sc-network", - "sc-telemetry", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde", "serde_json", - "sp-chain-spec", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7950,7 +8217,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "chrono", "fdlimit", @@ -7963,22 +8230,22 @@ dependencies = [ "rand 0.7.3", "regex", "rpassword", - "sc-client-api", - "sc-keystore", - "sc-network", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", - "sc-telemetry", - "sc-tracing", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde", "serde_json", - "sp-blockchain", - "sp-core", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-utils", - "sp-version", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "structopt", "thiserror", "tiny-bip39", @@ -7988,7 +8255,41 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "derive_more", + "fnv", + "futures 0.3.15", + "hash-db", + "kvdb", + "lazy_static", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sc-client-api" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "fnv", @@ -7999,30 +8300,30 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-executor", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-transaction-pool", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "blake2-rfc", "hash-db", @@ -8035,40 +8336,40 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api", - "sc-executor", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-state-db", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parking_lot 0.11.1", - "sc-client-api", - "sp-blockchain", - "sp-consensus", - "sp-runtime", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "derive_more", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "futures 0.3.15", "futures-timer 3.0.2", "log", @@ -8081,36 +8382,36 @@ dependencies = [ "pdqselect", "rand 0.7.3", "retain_mut", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-consensus-epochs", "sc-consensus-slots", "sc-consensus-uncles", - "sc-keystore", - "sc-telemetry", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "schnorrkel", "serde", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "futures 0.3.15", @@ -8119,35 +8420,70 @@ dependencies = [ "jsonrpc-derive", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-consensus", - "sp-blockchain", - "sp-runtime", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sc-consensus-manual-seal" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "assert_matches", + "async-trait", + "derive_more", + "futures 0.3.15", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-transaction-pool", + "serde", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keyring", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "futures 0.3.15", @@ -8155,38 +8491,66 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sc-client-api", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-timestamp", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authorship", - "sp-runtime", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "derive_more", + "lazy_static", + "libsecp256k1", + "log", + "parity-scale-codec", + "parity-wasm 0.42.2", + "parking_lot 0.11.1", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "wasmi", +] + +[[package]] +name = "sc-executor" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "lazy_static", @@ -8195,36 +8559,53 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.42.2", "parking_lot 0.11.1", - "sc-executor-common", - "sc-executor-wasmi", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-serializer", - "sp-tasks", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "wasmi", +] + +[[package]] +name = "sc-executor-common" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "derive_more", + "parity-scale-codec", + "pwasm-utils", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", "wasmi", ] [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "parity-scale-codec", "pwasm-utils", - "sp-allocator", - "sp-core", - "sp-maybe-compressed-blob", - "sp-serializer", - "sp-wasm-interface", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "wasmi", ] @@ -8232,47 +8613,62 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "log", + "parity-scale-codec", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "wasmi", +] + +[[package]] +name = "sc-executor-wasmi" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "log", "parity-scale-codec", - "sc-executor-common", - "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "cfg-if 1.0.0", "libc", "log", "parity-scale-codec", "parity-wasm 0.42.2", - "sc-executor-common", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "scoped-tls", - "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "derive_more", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "futures 0.3.15", "futures-timer 3.0.2", "linked-hash-map", @@ -8281,33 +8677,33 @@ dependencies = [ "parking_lot 0.11.1", "pin-project 1.0.7", "rand 0.7.3", - "sc-block-builder", - "sc-client-api", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-consensus", - "sc-keystore", - "sc-network", - "sc-network-gossip", - "sc-telemetry", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-finality-grandpa", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "wasm-timer", ] [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "finality-grandpa", @@ -8318,20 +8714,20 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-finality-grandpa", - "sc-rpc", + "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "futures 0.3.15", @@ -8340,37 +8736,37 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "prost", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-finality-grandpa", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", - "sp-blockchain", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-util-mem", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime", - "sp-transaction-pool", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "wasm-timer", ] [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "async-trait", "derive_more", @@ -8381,35 +8777,55 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", "subtle 2.2.3", ] [[package]] -name = "sc-light" +name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ - "hash-db", - "lazy_static", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api", - "sc-executor", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-externalities", - "sp-runtime", - "sp-state-machine", -] - -[[package]] -name = "sc-network" + "async-trait", + "derive_more", + "futures 0.3.15", + "futures-util", + "hex", + "merlin", + "parking_lot 0.11.1", + "rand 0.7.3", + "serde_json", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "subtle 2.2.3", +] + +[[package]] +name = "sc-light" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "hash-db", + "lazy_static", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "async-std", "async-trait", @@ -8422,7 +8838,7 @@ dependencies = [ "either", "erased-serde", "fnv", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.3.15", "futures-timer 3.0.2", "hex", @@ -8439,19 +8855,19 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-block-builder", - "sc-client-api", - "sc-peerset", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate)", "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", "thiserror", "unsigned-varint 0.6.0", "void", @@ -8459,19 +8875,89 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "async-std", + "async-trait", + "asynchronous-codec 0.5.0", + "bitflags", + "bs58", + "bytes 1.0.1", + "cid", + "derive_more", + "either", + "erased-serde", + "fnv", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "futures 0.3.15", + "futures-timer 3.0.2", + "hex", + "ip_network", + "libp2p", + "linked-hash-map", + "linked_hash_set", + "log", + "lru", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.11.1", + "pin-project 1.0.7", + "prost", + "prost-build", + "rand 0.7.3", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "serde", + "serde_json", + "smallvec 1.6.1", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "thiserror", + "unsigned-varint 0.6.0", + "void", + "wasm-timer", + "zeroize", +] + +[[package]] +name = "sc-network-gossip" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "futures 0.3.15", + "futures-timer 3.0.2", + "libp2p", + "log", + "lru", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "tracing", + "wasm-timer", +] + [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", "libp2p", "log", "lru", - "sc-network", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", "wasm-timer", ] @@ -8479,7 +8965,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "bytes 0.5.6", "fnv", @@ -8493,43 +8979,91 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "rand 0.7.3", - "sc-client-api", - "sc-keystore", - "sc-network", - "sp-api", - "sp-core", - "sp-offchain", - "sp-runtime", - "sp-utils", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "threadpool", ] [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "futures 0.3.15", + "libp2p", + "log", + "serde_json", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", + "wasm-timer", +] + +[[package]] +name = "sc-peerset" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "libp2p", "log", "serde_json", - "sp-utils", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "wasm-timer", ] [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "log", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sc-rpc" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ + "futures 0.3.15", + "hash-db", + "jsonrpc-core", + "jsonrpc-pubsub", "log", - "substrate-prometheus-endpoint", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "serde_json", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "hash-db", @@ -8538,33 +9072,33 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-block-builder", - "sc-client-api", - "sc-executor", - "sc-keystore", - "sc-rpc-api", - "sc-tracing", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde_json", - "sp-api", - "sp-blockchain", - "sp-chain-spec", - "sp-core", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-tracing", - "sp-transaction-pool", - "sp-utils", - "sp-version", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "derive_more", "futures 0.3.15", @@ -8577,19 +9111,44 @@ dependencies = [ "parking_lot 0.11.1", "serde", "serde_json", - "sp-chain-spec", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "sp-version", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sc-rpc-api" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "derive_more", + "futures 0.3.15", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "jsonrpc-pubsub", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "serde", + "serde_json", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8600,14 +9159,32 @@ dependencies = [ "log", "serde", "serde_json", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sc-rpc-server" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "futures 0.1.29", + "jsonrpc-core", + "jsonrpc-http-server", + "jsonrpc-ipc-server", + "jsonrpc-pubsub", + "jsonrpc-ws-server", + "log", + "serde", + "serde_json", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "directories", @@ -8625,43 +9202,43 @@ dependencies = [ "parking_lot 0.11.1", "pin-project 1.0.7", "rand 0.7.3", - "sc-block-builder", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-chain-spec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-client-db", - "sc-executor", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-informant", - "sc-keystore", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-light", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-offchain", - "sc-rpc", - "sc-rpc-server", - "sc-telemetry", - "sc-tracing", + "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-transaction-pool", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-tracing", - "sp-transaction-pool", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-transaction-storage-proof", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tempfile", "thiserror", "tracing", @@ -8672,42 +9249,42 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "log", "parity-scale-codec", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.1", - "sc-client-api", - "sp-core", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "sc-chain-spec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-consensus-babe", "sc-consensus-epochs", "sc-finality-grandpa", - "sc-rpc-api", + "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde_json", - "sp-blockchain", - "sp-runtime", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "chrono", "futures 0.3.15", @@ -8724,10 +9301,67 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "sc-telemetry" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "chrono", + "futures 0.3.15", + "libp2p", + "log", + "parking_lot 0.11.1", + "pin-project 1.0.7", + "rand 0.7.3", + "serde", + "serde_json", + "take_mut", + "thiserror", + "void", + "wasm-timer", +] + +[[package]] +name = "sc-tracing" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "ansi_term 0.12.1", + "atty", + "erased-serde", + "lazy_static", + "log", + "once_cell", + "parking_lot 0.11.1", + "regex", + "rustc-hash", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", + "serde", + "serde_json", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", + "tracing", + "tracing-log", + "tracing-subscriber", + "wasm-bindgen", + "wasm-timer", + "web-sys", +] + [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8738,20 +9372,20 @@ dependencies = [ "parking_lot 0.11.1", "regex", "rustc-hash", - "sc-client-api", - "sc-rpc-server", - "sc-telemetry", - "sc-tracing-proc-macro", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde", "serde_json", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-storage", - "sp-tracing", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", "tracing-log", @@ -8764,7 +9398,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sc-tracing-proc-macro" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8775,7 +9420,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "futures 0.3.15", @@ -8785,11 +9430,11 @@ dependencies = [ "parking_lot 0.11.1", "retain_mut", "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-transaction-pool", - "sp-utils", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "wasm-timer", ] @@ -8797,7 +9442,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "intervalier", @@ -8805,16 +9450,16 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-transaction-graph", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "wasm-timer", ] @@ -9174,8 +9819,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste 1.0.4", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] @@ -9276,36 +9921,77 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "log", - "sp-core", - "sp-std", - "sp-wasm-interface", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", +] + +[[package]] +name = "sp-allocator" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "log", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "hash-db", "log", "parity-scale-codec", - "sp-api-proc-macro", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", +] + +[[package]] +name = "sp-api" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "blake2-rfc", + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-api-proc-macro" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9317,97 +10003,190 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-application-crypto" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "parity-scale-codec", + "serde", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-arithmetic" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "serde", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "static_assertions", ] [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-block-builder" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "parity-scale-codec", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "futures 0.3.15", "log", "lru", "parity-scale-codec", "parking_lot 0.11.1", - "sp-api", - "sp-consensus", - "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "thiserror", +] + +[[package]] +name = "sp-blockchain" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "futures 0.3.15", + "log", + "lru", + "parity-scale-codec", + "parking_lot 0.11.1", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "serde", "serde_json", ] +[[package]] +name = "sp-chain-spec" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "serde", + "serde_json", +] + +[[package]] +name = "sp-consensus" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "async-trait", + "futures 0.3.15", + "futures-timer 3.0.2", + "libp2p", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "serde", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "thiserror", + "wasm-timer", +] + [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "futures 0.3.15", @@ -9417,16 +10196,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "serde", - "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "wasm-timer", ] @@ -9434,51 +10213,51 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "merlin", "parity-scale-codec", "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", - "sp-arithmetic", - "sp-runtime", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "base58", "blake2-rfc", @@ -9493,7 +10272,7 @@ dependencies = [ "lazy_static", "libsecp256k1", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", "merlin", "num-traits", "parity-scale-codec", @@ -9506,11 +10285,11 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.2", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", "substrate-bip39", "thiserror", "tiny-bip39", @@ -9520,10 +10299,64 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "base58", + "blake2-rfc", + "byteorder", + "dyn-clonable", + "ed25519-dalek", + "futures 0.3.15", + "hash-db", + "hash256-std-hasher", + "hex", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "merlin", + "num-traits", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.1", + "primitive-types", + "rand 0.7.3", + "regex", + "schnorrkel", + "secrecy", + "serde", + "sha2 0.9.2", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "tiny-keccak", + "twox-hash", + "wasmi", + "zeroize", +] + +[[package]] +name = "sp-database" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "kvdb", + "parking_lot 0.11.1", +] + [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9532,7 +10365,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-debug-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro2", "quote", @@ -9542,49 +10385,99 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-externalities" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-inherents" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", ] [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "futures 0.3.15", + "hash-db", + "libsecp256k1", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "hash-db", @@ -9592,16 +10485,16 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-wasm-interface", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", "tracing-core", ] @@ -9609,18 +10502,35 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "strum", ] [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.15", + "merlin", + "parity-scale-codec", + "parking_lot 0.11.1", + "schnorrkel", + "serde", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-keystore" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "derive_more", @@ -9630,14 +10540,23 @@ dependencies = [ "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-maybe-compressed-blob" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "ruzstd", + "zstd", ] [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "ruzstd", "zstd", @@ -9646,20 +10565,20 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-npos-elections-compact", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9670,17 +10589,35 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-offchain" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-panic-handler" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "backtrace", ] [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "backtrace", ] @@ -9688,57 +10625,107 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "tracing-core", +] + +[[package]] +name = "sp-rpc" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing-core", ] [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "parity-util-mem", + "paste 1.0.4", + "rand 0.7.3", + "serde", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-runtime" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", "parity-util-mem", "paste 1.0.4", "rand 0.7.3", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-runtime-interface" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9747,10 +10734,31 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "Inflector", + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-serializer" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "serde", "serde_json", @@ -9759,30 +10767,76 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "parity-scale-codec", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-session" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "parity-scale-codec", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-staking" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "parity-scale-codec", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-state-machine" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ + "hash-db", + "log", + "num-traits", "parity-scale-codec", - "sp-runtime", - "sp-std", + "parking_lot 0.11.1", + "rand 0.7.3", + "smallvec 1.6.1", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", + "tracing", + "trie-db", + "trie-root", ] [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "hash-db", "log", @@ -9791,11 +10845,11 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "tracing", "trie-db", @@ -9805,47 +10859,95 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" + +[[package]] +name = "sp-std" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" + +[[package]] +name = "sp-storage" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", +] [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "log", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime-interface", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-tasks" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "log", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-timestamp" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "async-trait", + "futures-timer 3.0.2", + "log", + "parity-scale-codec", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", + "wasm-timer", ] [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "futures-timer 3.0.2", "log", "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", "wasm-timer", ] @@ -9853,7 +10955,25 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "erased-serde", + "log", + "parity-scale-codec", + "parking_lot 0.10.2", + "serde", + "serde_json", + "slog", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "sp-tracing" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "erased-serde", "log", @@ -9862,7 +10982,7 @@ dependencies = [ "serde", "serde_json", "slog", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "tracing", "tracing-core", "tracing-subscriber", @@ -9871,44 +10991,74 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "derive_more", + "futures 0.3.15", + "log", + "parity-scale-codec", + "serde", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "thiserror", +] + +[[package]] +name = "sp-transaction-pool" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "derive_more", "futures 0.3.15", "log", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "thiserror", ] [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "log", "parity-scale-codec", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-trie" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "hash-db", + "memory-db", + "parity-scale-codec", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "trie-db", + "trie-root", ] [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "trie-db", "trie-root", ] @@ -9916,7 +11066,19 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "futures 0.3.15", + "futures-core", + "futures-timer 3.0.2", + "lazy_static", + "prometheus", +] + +[[package]] +name = "sp-utils" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "futures-core", @@ -9928,20 +11090,45 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "serde", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-version" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "impl-serde", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "sp-version-proc-macro" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "parity-scale-codec", + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -9953,11 +11140,22 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "wasmi", +] + +[[package]] +name = "sp-wasm-interface" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "wasmi", ] @@ -10110,7 +11308,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "chrono", "console_error_panic_hook", @@ -10125,10 +11323,10 @@ dependencies = [ "rand 0.7.3", "sc-chain-spec", "sc-informant", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", - "sc-tracing", - "sp-database", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "wasm-bindgen", "wasm-bindgen-futures", ] @@ -10136,7 +11334,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "platforms", ] @@ -10144,7 +11342,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10153,21 +11351,35 @@ dependencies = [ "jsonrpc-derive", "log", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "serde", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-transaction-pool", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", +] + +[[package]] +name = "substrate-prometheus-endpoint" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" +dependencies = [ + "async-std", + "derive_more", + "futures-util", + "hyper 0.13.9", + "log", + "prometheus", + "tokio 0.2.21", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-std", "derive_more", @@ -10181,7 +11393,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "async-trait", "futures 0.1.29", @@ -10189,28 +11401,28 @@ dependencies = [ "hash-db", "hex", "parity-scale-codec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-client-db", "sc-consensus", - "sc-executor", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-light", "sc-offchain", "sc-service", "serde", "serde_json", - "sp-blockchain", - "sp-consensus", - "sp-core", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", ] [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -10220,7 +11432,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10326,8 +11538,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "substrate-wasm-builder", "tiny-keccak", ] @@ -10351,7 +11563,7 @@ dependencies = [ "sc-authority-discovery", "sc-cli", "sc-service", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", "structopt", "substrate-test-utils", @@ -10372,12 +11584,54 @@ version = "0.9.5" dependencies = [ "parity-scale-codec", "polkadot-parachain", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "test-parachain-adder", "test-parachain-halt", "tiny-keccak", ] +[[package]] +name = "test-runner" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +dependencies = [ + "env_logger 0.7.1", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "futures 0.3.15", + "jsonrpc-core", + "log", + "sc-basic-authorship", + "sc-cli", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-consensus-manual-seal", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-informant", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-service", + "sc-transaction-graph", + "sc-transaction-pool", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keyring", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "tokio 0.2.21", +] + [[package]] name = "textwrap" version = "0.11.0" @@ -10504,7 +11758,7 @@ checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" dependencies = [ "bytes 0.4.12", "futures 0.1.29", - "mio", + "mio 0.6.22", "num_cpus", "tokio-codec", "tokio-current-thread", @@ -10533,13 +11787,14 @@ dependencies = [ "lazy_static", "libc", "memchr", - "mio", + "mio 0.6.22", + "mio-named-pipes", "mio-uds", "num_cpus", "pin-project-lite 0.1.7", "signal-hook-registry", "slab", - "tokio-macros", + "tokio-macros 0.2.5", "winapi 0.3.9", ] @@ -10550,7 +11805,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" dependencies = [ "autocfg", + "libc", + "mio 0.7.13", + "num_cpus", + "once_cell", "pin-project-lite 0.2.4", + "signal-hook-registry", + "tokio-macros 1.2.0", + "winapi 0.3.9", ] [[package]] @@ -10628,6 +11890,17 @@ dependencies = [ "syn", ] +[[package]] +name = "tokio-macros" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "tokio-named-pipes" version = "0.1.0" @@ -10636,7 +11909,7 @@ checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" dependencies = [ "bytes 0.4.12", "futures 0.1.29", - "mio", + "mio 0.6.22", "mio-named-pipes", "tokio 0.1.22", ] @@ -10651,7 +11924,7 @@ dependencies = [ "futures 0.1.29", "lazy_static", "log", - "mio", + "mio 0.6.22", "num_cpus", "parking_lot 0.9.0", "slab", @@ -10712,7 +11985,7 @@ dependencies = [ "bytes 0.4.12", "futures 0.1.29", "iovec", - "mio", + "mio 0.6.22", "tokio-io", "tokio-reactor", ] @@ -10755,7 +12028,7 @@ dependencies = [ "bytes 0.4.12", "futures 0.1.29", "log", - "mio", + "mio 0.6.22", "tokio-codec", "tokio-io", "tokio-reactor", @@ -10772,7 +12045,7 @@ dependencies = [ "iovec", "libc", "log", - "mio", + "mio 0.6.22", "mio-uds", "tokio-codec", "tokio-io", @@ -10975,7 +12248,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#34d4bb0ed47f7ec5ae26add9f9f8f244428a3e02" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" dependencies = [ "frame-try-runtime", "log", @@ -10983,17 +12256,17 @@ dependencies = [ "remote-externalities", "sc-chain-spec", "sc-cli", - "sc-client-api", - "sc-executor", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sc-service", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "structopt", ] @@ -11650,18 +12923,18 @@ version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "libsecp256k1", "log", - "max-encoded-len", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -11684,13 +12957,13 @@ dependencies = [ "pallet-randomness-collective-flip", "pallet-recovery", "pallet-scheduler", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-session-benchmarking", "pallet-society", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", @@ -11707,23 +12980,23 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-keyring", "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -11851,16 +13124,16 @@ dependencies = [ name = "xcm-builder" version = "0.9.5" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "xcm", "xcm-executor", ] @@ -11869,15 +13142,15 @@ dependencies = [ name = "xcm-executor" version = "0.9.5" dependencies = [ - "frame-support", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "xcm", ] diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index 4c5f081e1506..7e53e471d8eb 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -24,35 +24,35 @@ pallet-bridge-messages = { path = "../../../modules/messages" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +node-inspect = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [build-dependencies] substrate-build-script-utils = "3.0.0" -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] default = [] diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index 240b079d110f..98bb5785e7a9 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -28,32 +28,32 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [build-dependencies] substrate-wasm-builder = "3.0.0" diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 38272cd8c786..20904808f661 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -25,35 +25,35 @@ rialto-runtime = { path = "../runtime" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +node-inspect = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [build-dependencies] substrate-build-script-utils = "3.0.0" -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] default = [] diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index 63a48a255bd4..30c3757d699c 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -34,34 +34,34 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index 83803d06deb5..5f9c2a91fd25 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -23,12 +23,12 @@ pallet-bridge-messages = { path = "../../modules/messages", default-features = f # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [features] default = ["std"] diff --git a/bridges/fuzz/storage-proof/Cargo.toml b/bridges/fuzz/storage-proof/Cargo.toml index 05456114e6b2..27fb1b081567 100644 --- a/bridges/fuzz/storage-proof/Cargo.toml +++ b/bridges/fuzz/storage-proof/Cargo.toml @@ -23,12 +23,12 @@ bp-test-utils = { path = "../../primitives/test-utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/modules/currency-exchange/Cargo.toml b/bridges/modules/currency-exchange/Cargo.toml index 8094f0f2b6ee..8eb64f195cc8 100644 --- a/bridges/modules/currency-exchange/Cargo.toml +++ b/bridges/modules/currency-exchange/Cargo.toml @@ -18,15 +18,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] default = ["std"] diff --git a/bridges/modules/dispatch/Cargo.toml b/bridges/modules/dispatch/Cargo.toml index 6170af272ad9..f3e3d946a277 100644 --- a/bridges/modules/dispatch/Cargo.toml +++ b/bridges/modules/dispatch/Cargo.toml @@ -17,14 +17,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } serde = "1.0" [features] diff --git a/bridges/modules/ethereum-contract-builtin/Cargo.toml b/bridges/modules/ethereum-contract-builtin/Cargo.toml index d20b0d0be85b..62e4479d6b18 100644 --- a/bridges/modules/ethereum-contract-builtin/Cargo.toml +++ b/bridges/modules/ethereum-contract-builtin/Cargo.toml @@ -19,10 +19,10 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/modules/ethereum/Cargo.toml b/bridges/modules/ethereum/Cargo.toml index fdd93ed73311..e8c181940e7f 100644 --- a/bridges/modules/ethereum/Cargo.toml +++ b/bridges/modules/ethereum/Cargo.toml @@ -18,12 +18,12 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa", default-features = false # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } diff --git a/bridges/modules/grandpa/Cargo.toml b/bridges/modules/grandpa/Cargo.toml index aa2e33cf447b..2aafff52da12 100644 --- a/bridges/modules/grandpa/Cargo.toml +++ b/bridges/modules/grandpa/Cargo.toml @@ -21,19 +21,19 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } # Optional Benchmarking Dependencies bp-test-utils = { path = "../../primitives/test-utils", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] default = ["std"] diff --git a/bridges/modules/messages/Cargo.toml b/bridges/modules/messages/Cargo.toml index 4a75fa8181f8..80b8769f2c22 100644 --- a/bridges/modules/messages/Cargo.toml +++ b/bridges/modules/messages/Cargo.toml @@ -20,18 +20,18 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] hex = "0.4" hex-literal = "0.3" -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] default = ["std"] diff --git a/bridges/modules/shift-session-manager/Cargo.toml b/bridges/modules/shift-session-manager/Cargo.toml index 6dac97ddde60..009ac0856a10 100644 --- a/bridges/modules/shift-session-manager/Cargo.toml +++ b/bridges/modules/shift-session-manager/Cargo.toml @@ -11,15 +11,15 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } serde = "1.0" [features] diff --git a/bridges/primitives/chain-kusama/Cargo.toml b/bridges/primitives/chain-kusama/Cargo.toml index 70ff3b844df0..8ad9db69893e 100644 --- a/bridges/primitives/chain-kusama/Cargo.toml +++ b/bridges/primitives/chain-kusama/Cargo.toml @@ -14,8 +14,8 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-millau/Cargo.toml b/bridges/primitives/chain-millau/Cargo.toml index 67db08c20860..f49036753547 100644 --- a/bridges/primitives/chain-millau/Cargo.toml +++ b/bridges/primitives/chain-millau/Cargo.toml @@ -21,14 +21,14 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-polkadot/Cargo.toml b/bridges/primitives/chain-polkadot/Cargo.toml index 22ded41b9145..6d1723a0e887 100644 --- a/bridges/primitives/chain-polkadot/Cargo.toml +++ b/bridges/primitives/chain-polkadot/Cargo.toml @@ -15,8 +15,8 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-rialto/Cargo.toml b/bridges/primitives/chain-rialto/Cargo.toml index 7e039a40acd9..23c44b3f77a7 100644 --- a/bridges/primitives/chain-rialto/Cargo.toml +++ b/bridges/primitives/chain-rialto/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-rococo/Cargo.toml b/bridges/primitives/chain-rococo/Cargo.toml index b97e8d9d1ab1..1f99adb5310d 100644 --- a/bridges/primitives/chain-rococo/Cargo.toml +++ b/bridges/primitives/chain-rococo/Cargo.toml @@ -16,10 +16,10 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-westend/Cargo.toml b/bridges/primitives/chain-westend/Cargo.toml index d5fda1ccef05..b127af2faa53 100644 --- a/bridges/primitives/chain-westend/Cargo.toml +++ b/bridges/primitives/chain-westend/Cargo.toml @@ -16,10 +16,10 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-wococo/Cargo.toml b/bridges/primitives/chain-wococo/Cargo.toml index ecf783a51eeb..bcf5dae1aea8 100644 --- a/bridges/primitives/chain-wococo/Cargo.toml +++ b/bridges/primitives/chain-wococo/Cargo.toml @@ -16,10 +16,10 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/currency-exchange/Cargo.toml b/bridges/primitives/currency-exchange/Cargo.toml index 43367ba7992b..4bb44c12e589 100644 --- a/bridges/primitives/currency-exchange/Cargo.toml +++ b/bridges/primitives/currency-exchange/Cargo.toml @@ -11,9 +11,9 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/ethereum-poa/Cargo.toml b/bridges/primitives/ethereum-poa/Cargo.toml index cd2c3a97a0f3..ac913302c203 100644 --- a/bridges/primitives/ethereum-poa/Cargo.toml +++ b/bridges/primitives/ethereum-poa/Cargo.toml @@ -24,10 +24,10 @@ triehash = { version = "0.8.2", default-features = false } # Substrate Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] hex-literal = "0.2" diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index a4af299160ff..adc087bd86fa 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -13,11 +13,11 @@ serde = { version = "1.0", optional = true } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] bp-test-utils = { path = "../test-utils" } diff --git a/bridges/primitives/message-dispatch/Cargo.toml b/bridges/primitives/message-dispatch/Cargo.toml index 84fa48553a21..976741d99ee4 100644 --- a/bridges/primitives/message-dispatch/Cargo.toml +++ b/bridges/primitives/message-dispatch/Cargo.toml @@ -12,8 +12,8 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/messages/Cargo.toml b/bridges/primitives/messages/Cargo.toml index 9cb037a34ce8..cdd0c4568b52 100644 --- a/bridges/primitives/messages/Cargo.toml +++ b/bridges/primitives/messages/Cargo.toml @@ -15,9 +15,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/polkadot-core/Cargo.toml b/bridges/primitives/polkadot-core/Cargo.toml index 995f948e5d47..6b2d06db3196 100644 --- a/bridges/primitives/polkadot-core/Cargo.toml +++ b/bridges/primitives/polkadot-core/Cargo.toml @@ -16,13 +16,13 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [dev-dependencies] hex = "0.4" diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index 17fa96b2c908..0d5d6f4b2bce 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -13,16 +13,16 @@ num-traits = { version = "0.2", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] diff --git a/bridges/primitives/test-utils/Cargo.toml b/bridges/primitives/test-utils/Cargo.toml index 37bcc622fbdd..b2fa2ec13def 100644 --- a/bridges/primitives/test-utils/Cargo.toml +++ b/bridges/primitives/test-utils/Cargo.toml @@ -10,10 +10,10 @@ bp-header-chain = { path = "../header-chain", default-features = false } ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] } finality-grandpa = { version = "0.14.1", default-features = false } parity-scale-codec = { version = "2.0.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [features] default = ["std"] diff --git a/bridges/relays/bin-ethereum/Cargo.toml b/bridges/relays/bin-ethereum/Cargo.toml index efd9c0194b28..5a2415c00a85 100644 --- a/bridges/relays/bin-ethereum/Cargo.toml +++ b/bridges/relays/bin-ethereum/Cargo.toml @@ -40,9 +40,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/bin-substrate/Cargo.toml b/bridges/relays/bin-substrate/Cargo.toml index bf047e5b9992..7c23a04b9894 100644 --- a/bridges/relays/bin-substrate/Cargo.toml +++ b/bridges/relays/bin-substrate/Cargo.toml @@ -51,13 +51,13 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } hex-literal = "0.3" diff --git a/bridges/relays/client-kusama/Cargo.toml b/bridges/relays/client-kusama/Cargo.toml index b9c397bca6c0..f840f4d296b5 100644 --- a/bridges/relays/client-kusama/Cargo.toml +++ b/bridges/relays/client-kusama/Cargo.toml @@ -17,9 +17,9 @@ bp-kusama = { path = "../../primitives/chain-kusama" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/client-millau/Cargo.toml b/bridges/relays/client-millau/Cargo.toml index e16f06f8528b..9f2dd65671ad 100644 --- a/bridges/relays/client-millau/Cargo.toml +++ b/bridges/relays/client-millau/Cargo.toml @@ -17,9 +17,9 @@ millau-runtime = { path = "../../bin/millau/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/client-polkadot/Cargo.toml b/bridges/relays/client-polkadot/Cargo.toml index b148745f5a98..8908523e875f 100644 --- a/bridges/relays/client-polkadot/Cargo.toml +++ b/bridges/relays/client-polkadot/Cargo.toml @@ -17,9 +17,9 @@ bp-polkadot = { path = "../../primitives/chain-polkadot" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/client-rialto/Cargo.toml b/bridges/relays/client-rialto/Cargo.toml index 88e8e12add40..b5ccf887c92c 100644 --- a/bridges/relays/client-rialto/Cargo.toml +++ b/bridges/relays/client-rialto/Cargo.toml @@ -17,9 +17,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/client-rococo/Cargo.toml b/bridges/relays/client-rococo/Cargo.toml index 095f365374a8..007aad95a983 100644 --- a/bridges/relays/client-rococo/Cargo.toml +++ b/bridges/relays/client-rococo/Cargo.toml @@ -15,9 +15,9 @@ relay-utils = { path = "../utils" } bp-rococo = { path = "../../primitives/chain-rococo" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index 699c3da400ff..c2cf3b9ac12a 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -26,17 +26,17 @@ relay-utils = { path = "../utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } #[dev-dependencies] futures = "0.3.7" diff --git a/bridges/relays/client-westend/Cargo.toml b/bridges/relays/client-westend/Cargo.toml index a408ae3a46da..c1accb6ff94f 100644 --- a/bridges/relays/client-westend/Cargo.toml +++ b/bridges/relays/client-westend/Cargo.toml @@ -17,9 +17,9 @@ bp-westend = { path = "../../primitives/chain-westend" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/client-wococo/Cargo.toml b/bridges/relays/client-wococo/Cargo.toml index 22d710ca3d7b..c6cef4a1fde1 100644 --- a/bridges/relays/client-wococo/Cargo.toml +++ b/bridges/relays/client-wococo/Cargo.toml @@ -15,9 +15,9 @@ relay-utils = { path = "../utils" } bp-wococo = { path = "../../primitives/chain-wococo" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index ff80cab53381..b88e4036e679 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -22,4 +22,4 @@ time = "0.2" # Substrate dependencies -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 65a9267e5119..ed293562c40b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,19 +24,19 @@ futures = "0.3.15" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-node-core-pvf = { path = "../node/core/pvf", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } # this crate is used only to enable `trie-memory-tracker` feature # see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index a529c4195fb5..f86985a8d332 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", default-features = false, optional = true } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 17d9c19e45ff..d0a1013a0b63 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -9,6 +9,6 @@ polkadot-primitives = { path = "../primitives" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } thiserror = "1.0.23" diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 4f84b65659a9..8722eb52e8ae 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -5,28 +5,28 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } - -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } - -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } - -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } + +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } + +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } + +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index e669b9f32cbe..c59d2119fe46 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -12,8 +12,8 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } thiserror = "1.0.23" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 047f3bcafae2..f9f48246dfa7 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -22,21 +22,21 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [dev-dependencies] parking_lot = "0.11.1" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index ad5abe5a09fe..c1560c5dc3d7 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -26,8 +26,8 @@ env_logger = "0.8.2" assert_matches = "1.4.0" kvdb-memorydb = "0.9.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } parking_lot = "0.11.1" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index aaac65f4955e..7ecec4c94a96 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.15" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -18,11 +18,11 @@ tracing = "0.1.26" thiserror = "1.0.23" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures = { version = "0.3.15", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index bf67a0f3783c..871fe4d539db 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } wasm-timer = "0.2.5" thiserror = "1.0.23" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index a109cb590510..0cc9e5ac757b 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -9,7 +9,7 @@ async-trait = "0.1.42" futures = "0.3.15" tracing = "0.1.26" -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -22,8 +22,8 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures = { version = "0.3.15", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 32f9c056f631..299b421675bf 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] futures = "0.3.15" tracing = "0.1.26" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -16,4 +16,4 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures = { version = "0.3.15", features = ["thread-pool"] } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index f2ba0491005f..9b76fa0eb6b6 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -18,12 +18,12 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] kvdb-memorydb = "0.9.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } assert_matches = "1.4.0" diff --git a/node/core/dispute-participation/Cargo.toml b/node/core/dispute-participation/Cargo.toml index 7de5c195b6d7..fe6b9b3a8321 100644 --- a/node/core/dispute-participation/Cargo.toml +++ b/node/core/dispute-participation/Cargo.toml @@ -17,4 +17,4 @@ polkadot-primitives = { path = "../../../primitives" } assert_matches = "1.5.0" parity-scale-codec = "2.0.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index 6dd3d3bbdab6..487d8b6aada3 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -13,6 +13,6 @@ async-trait = "0.1.47" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index fb6259f6878e..0c1c83006a8b 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -15,6 +15,6 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures-timer = "3.0.2" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 13d0ce7e1dbb..c3a4eee843ba 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -23,13 +23,13 @@ rand = "0.8.3" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } polkadot-parachain = { path = "../../../parachain" } polkadot-core-primitives = { path = "../../../core-primitives" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] adder = { package = "test-parachain-adder", path = "../../../parachain/test-parachains/adder" } diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 27d2c5a20a3b..22530db44474 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -10,17 +10,17 @@ tracing = "0.1.26" memory-lru = "0.1.0" parity-util-mem = { version = "0.9.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures = { version = "0.3.15", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 4bbcb0541473..db1c873ec64e 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -12,8 +12,8 @@ lazy_static = "1.4" parking_lot = "0.11.1" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } thiserror = "1.0.23" log = "0.4.13" parity-scale-codec = { version = "2.0.0", default-features = false } diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 98ef61afc4e6..46f7c1251ec3 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.15" tracing = "0.1.26" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index ea6accbeb8cf..3058bf754aac 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -15,20 +15,20 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-core-runtime-api = { path = "../../core/runtime-api" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } thiserror = "1.0.23" rand = "0.8.3" lru = "0.6.5" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures-timer = "3.0.2" assert_matches = "1.4.0" maplit = "1.0" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index 58d5d029122e..8e8ddb6758f8 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -26,9 +26,9 @@ futures-timer = "3.0.2" log = "0.4.11" smallvec = "1.5.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 0ba20e47a71b..0b1715dcc002 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -15,9 +15,9 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } maplit = "1.0.2" log = "0.4.13" env_logger = "0.8.2" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index d9f8fedc19f7..2cfc616236f8 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -10,9 +10,9 @@ futures = "0.3.15" tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} @@ -22,6 +22,6 @@ parking_lot = "0.11.1" [dev-dependencies] assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures-timer = "3" diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index df291bf192e9..f33346390132 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -11,9 +11,9 @@ futures-timer = "3" thiserror = "1.0.23" tracing = "0.1.26" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -26,7 +26,7 @@ log = "0.4.13" env_logger = "0.8.2" assert_matches = "1.4.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index f8f29bb63dd2..f4d293734b7d 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -17,9 +17,9 @@ futures = "0.3.15" tracing = "0.1.26" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 2e83e01fa045..a0d13d73fba9 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } strum = { version = "0.20", features = ["derive"] } futures = "0.3.15" thiserror = "1.0.23" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index c21b1fdf7818..c37851bdc4ab 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -9,9 +9,9 @@ edition = "2018" futures = "0.3.15" tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -24,10 +24,10 @@ thiserror = "1.0.23" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures-timer = "3.0.2" diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 0d83f5da4150..490dcc9ecbf4 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] async-trait = "0.1.42" -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures = "0.3.15" futures-timer = "3.0.2" polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../primitives" } @@ -19,7 +19,7 @@ tracing = "0.1.26" lru = "0.6" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-node-network-protocol = { path = "../network/protocol" } futures = { version = "0.3.15", features = ["thread-pool"] } femme = "2.1.1" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 7cefeab9ba03..ab30cd5ca2b4 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,13 +10,13 @@ futures = "0.3.15" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.22" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 29ba03c5322a..1523379afacf 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,58 +6,58 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } # External Crates futures = "0.3.15" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 3ca9f0cdaa83..f1e05447e5cc 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -18,9 +18,9 @@ polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index af1d70aba5f7..f9e9d838c54c 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -25,11 +25,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } metered-channel = { path = "../metered-channel"} -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index 1300e2abc7dd..476102122a24 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -23,10 +23,10 @@ polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } polkadot-procmacro-subsystem-dispatch-gen = { path = "dispatch-gen" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } thiserror = "1.0.23" log = "0.4.13" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 127541657b0f..2b26a88ad2e9 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,20 +14,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } futures = "0.3.15" diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml index 2940c5c38c59..ccfe65d8db02 100644 --- a/node/test/polkadot-simnet/Cargo.toml +++ b/node/test/polkadot-simnet/Cargo.toml @@ -6,18 +6,18 @@ edition = "2018" [dependencies] -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +test-runner = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.9" } diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index 28935ec677cd..3bebf874a2ec 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -6,32 +6,32 @@ edition = "2018" [dependencies] -test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } +test-runner = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-primitives = { version = "0.9", path = "../../../primitives" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } - -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } + +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-service = { path = "../../../node/service", version = "0.9" } polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.9" } diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index caa9cca7eeab..217bc7d35c4b 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -388,37 +388,11 @@ pub fn dispatch_with_pallet_democracy(call: ::new(config).unwrap(); + let mut node = Node::::new().unwrap(); // seals blocks node.seal_blocks(1); // submit extrinsics diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index 6e3f82e4cce3..3f698f28aea6 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -25,38 +25,38 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } serde_json = "1.0.61" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } tokio = { version = "0.2", features = ["macros"] } diff --git a/node/test/service/src/lib.rs b/node/test/service/src/lib.rs index d7425cde3d41..bb3bff46a468 100644 --- a/node/test/service/src/lib.rs +++ b/node/test/service/src/lib.rs @@ -188,7 +188,6 @@ pub fn node_config( rpc_ws_max_connections: None, rpc_cors: None, rpc_methods: Default::default(), - rpc_max_payload: None, prometheus_config: None, telemetry_endpoints: None, telemetry_external_transport: None, diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 6e5972492692..21532045b1a2 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,9 +11,9 @@ edition = "2018" # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.9.0", optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 46361df7bf41..4fd85018973a 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -14,7 +14,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 9bbaef665411..a45e11a70f29 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,12 +9,12 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.1", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] substrate-wasm-builder = "3.0.0" diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 80690a948be6..525365c8242e 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -27,10 +27,10 @@ polkadot-service = { path = "../../../../node/service", features = [ "rococo-nat polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -41,8 +41,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } tokio = { version = "0.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 23247ccb6994..3174cf8ff6b8 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,30 +7,30 @@ edition = "2018" [dependencies] serde = { version = "1.0.123", optional = true, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } hex-literal = "0.3.1" parity-util-mem = { version = "0.9.0", default-features = false, optional = true } thiserror = "1.0.23" [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } pretty_assertions = "0.7.2" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 8f63ac348e02..5121b398fbb7 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,27 +7,27 @@ edition = "2018" [dependencies] jsonrpc-core = "15.1.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } parity-scale-codec = { version = "2.0.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } beefy-gadget-rpc = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 47dd7f5efe22..3149be53616d 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,32 +15,32 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } pallet-beefy = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features=false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features=false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.5", default-features = false } @@ -51,15 +51,15 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } trie-db = "0.22.3" serde_json = "1.0.61" libsecp256k1 = "0.3.5" diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index cb15d86b238f..0e4570bd1d7e 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/runtime/common/slot_range_helper/Cargo.toml @@ -8,8 +8,8 @@ edition = "2018" paste = "1.0" enumn = "0.1.3" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [features] default = ["std"] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index a72d8fe54239..bd297af84859 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,70 +15,70 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-gilt = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-gilt = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -89,14 +89,14 @@ xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default-features = false } -max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [dev-dependencies] hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } separator = "0.4.1" serde_json = "1.0.61" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 0c16d11db59d..bbd83cc062dc 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,27 +12,27 @@ rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.123", features = [ "derive" ], optional = true } derive_more = "0.99.14" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -45,18 +45,18 @@ rand_chacha = { version = "0.3.0", default-features = false } [dev-dependencies] futures = "0.3.15" hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } serde_json = "1.0.61" libsecp256k1 = "0.3.5" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index e7edad7a52ed..01ded9989004 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,78 +15,78 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } -max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [dev-dependencies] hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } trie-db = "0.22.3" serde_json = "1.0.61" separator = "0.4.1" diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 4d6ef542fd4b..4477f787e053 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -13,50 +13,50 @@ smallvec = "1.6.1" hex-literal = "0.3.1" log = { version = "0.4.14", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } pallet-beefy = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -73,7 +73,7 @@ bp-rococo = { path = "../../bridges/primitives/chain-rococo", default-features = bp-wococo = { path = "../../bridges/primitives/chain-wococo", default-features = false } pallet-bridge-grandpa = { path = "../../bridges/modules/grandpa", default-features = false } -max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [build-dependencies] substrate-wasm-builder = "3.0.0" diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index dfb9376796b9..454083a56ddc 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,45 +14,45 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -63,8 +63,8 @@ polkadot-runtime-parachains = { path = "../parachains", default-features = false hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } serde_json = "1.0.61" [build-dependencies] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 834fcbdfd3ee..123080278e12 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,67 +15,67 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -87,14 +87,14 @@ xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default-features = false } -max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } [dev-dependencies] hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } serde_json = "1.0.61" [build-dependencies] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 43d49e5abfa0..b0323878644e 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index c7eedbf77fe2..f10337d5b3ef 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -10,13 +10,13 @@ impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index e3b4e85c2694..1a64bfd8a1c6 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,12 +9,12 @@ version = "0.9.5" impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } log = { version = "0.4.14", default-features = false } [features] From 8c844192fcc96b8490d991a18442c4ddc9351523 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 18 Jun 2021 19:37:24 +0100 Subject: [PATCH 19/53] ... --- Cargo.lock | 314 +++++++++--------- .../polkadot-simnet/cheatsheet-commands.sh | 3 +- .../local-build-with-cargo-chef.Dockerfile | 7 +- 3 files changed, 163 insertions(+), 161 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a99947169f6f..8c4d1be5e5bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1904,7 +1904,7 @@ dependencies = [ [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", ] @@ -1941,7 +1941,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -1960,7 +1960,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "Inflector", "chrono", @@ -1983,7 +1983,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -1996,7 +1996,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -2022,7 +2022,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "serde", @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "bitflags", "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -2099,7 +2099,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "Inflector", "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -2123,7 +2123,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "proc-macro-crate 1.0.0", @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro2", "quote", @@ -2155,7 +2155,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -2192,7 +2192,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "impl-trait-for-tuples", @@ -2209,7 +2209,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -2223,7 +2223,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -2232,7 +2232,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", @@ -4176,7 +4176,7 @@ dependencies = [ [[package]] name = "max-encoded-len" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "impl-trait-for-tuples", "max-encoded-len-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4198,7 +4198,7 @@ dependencies = [ [[package]] name = "max-encoded-len-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -4722,7 +4722,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4737,7 +4737,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4751,7 +4751,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4774,7 +4774,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4804,7 +4804,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4840,7 +4840,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4856,7 +4856,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4871,7 +4871,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", @@ -4892,7 +4892,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4909,7 +4909,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4923,7 +4923,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4945,7 +4945,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "enumflags2", "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4960,7 +4960,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4979,7 +4979,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -4995,7 +4995,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5010,7 +5010,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5027,7 +5027,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5043,7 +5043,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5061,7 +5061,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5076,7 +5076,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5089,7 +5089,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5105,7 +5105,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", @@ -5127,7 +5127,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5143,7 +5143,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "enumflags2", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5170,7 +5170,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5205,7 +5205,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5225,7 +5225,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5254,7 +5254,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-election-provider-support", @@ -5278,7 +5278,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "log", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5298,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5328,7 +5328,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5346,7 +5346,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5361,7 +5361,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5377,7 +5377,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5394,7 +5394,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5405,7 +5405,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5421,7 +5421,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -5436,7 +5436,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "enumflags2", "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -7798,7 +7798,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "env_logger 0.8.2", "hex", @@ -8101,7 +8101,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "derive_more", @@ -8130,7 +8130,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8169,7 +8169,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -8185,7 +8185,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8206,7 +8206,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8217,7 +8217,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "chrono", "fdlimit", @@ -8289,7 +8289,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "fnv", @@ -8323,7 +8323,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "blake2-rfc", "hash-db", @@ -8353,7 +8353,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parking_lot 0.11.1", "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -8365,7 +8365,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "derive_more", @@ -8411,7 +8411,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "futures 0.3.15", @@ -8435,7 +8435,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", @@ -8448,7 +8448,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "assert_matches", "async-trait", @@ -8483,7 +8483,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "futures 0.3.15", @@ -8511,7 +8511,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-authorship", @@ -8550,7 +8550,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "lazy_static", @@ -8596,7 +8596,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "parity-scale-codec", @@ -8628,7 +8628,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "log", "parity-scale-codec", @@ -8643,7 +8643,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8662,7 +8662,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "derive_more", @@ -8703,7 +8703,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "finality-grandpa", @@ -8727,7 +8727,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "futures 0.3.15", @@ -8748,7 +8748,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8786,7 +8786,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "derive_more", @@ -8806,7 +8806,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "hash-db", "lazy_static", @@ -8878,7 +8878,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-std", "async-trait", @@ -8948,7 +8948,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8965,7 +8965,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "bytes 0.5.6", "fnv", @@ -9006,7 +9006,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "libp2p", @@ -9019,7 +9019,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "log", "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -9063,7 +9063,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "hash-db", @@ -9123,7 +9123,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "futures 0.3.15", @@ -9166,7 +9166,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -9184,7 +9184,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "directories", @@ -9249,7 +9249,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "log", "parity-scale-codec", @@ -9264,7 +9264,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9304,7 +9304,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "chrono", "futures 0.3.15", @@ -9361,7 +9361,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9409,7 +9409,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9420,7 +9420,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "futures 0.3.15", @@ -9442,7 +9442,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "intervalier", @@ -9933,7 +9933,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "log", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -9962,7 +9962,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "hash-db", "log", @@ -9991,7 +9991,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -10016,7 +10016,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "parity-scale-codec", @@ -10043,7 +10043,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "integer-sqrt", "num-traits", @@ -10057,7 +10057,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10069,7 +10069,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "parity-scale-codec", @@ -10093,7 +10093,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10123,7 +10123,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "log", @@ -10150,7 +10150,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "serde", "serde_json", @@ -10186,7 +10186,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "futures 0.3.15", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "merlin", @@ -10235,7 +10235,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10245,7 +10245,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10302,7 +10302,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "base58", "blake2-rfc", @@ -10356,7 +10356,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10375,7 +10375,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro2", "quote", @@ -10396,7 +10396,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "environmental", "parity-scale-codec", @@ -10407,7 +10407,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "finality-grandpa", "log", @@ -10438,7 +10438,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10477,7 +10477,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "hash-db", @@ -10502,7 +10502,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "lazy_static", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10530,7 +10530,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "derive_more", @@ -10556,7 +10556,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "ruzstd", "zstd", @@ -10565,7 +10565,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "serde", @@ -10578,7 +10578,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10599,7 +10599,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10617,7 +10617,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "backtrace", ] @@ -10636,7 +10636,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "rustc-hash", "serde", @@ -10669,7 +10669,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "either", "hash256-std-hasher", @@ -10708,7 +10708,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10737,7 +10737,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10758,7 +10758,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "serde", "serde_json", @@ -10780,7 +10780,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10803,7 +10803,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10836,7 +10836,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "hash-db", "log", @@ -10864,7 +10864,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a77 [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" [[package]] name = "sp-storage" @@ -10882,7 +10882,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10908,7 +10908,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "log", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -10938,7 +10938,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10973,7 +10973,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "erased-serde", "log", @@ -11007,7 +11007,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "derive_more", "futures 0.3.15", @@ -11023,7 +11023,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "log", @@ -11052,7 +11052,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "hash-db", "memory-db", @@ -11078,7 +11078,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "futures-core", @@ -11103,7 +11103,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11128,7 +11128,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -11151,7 +11151,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11308,7 +11308,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "chrono", "console_error_panic_hook", @@ -11334,7 +11334,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "platforms", ] @@ -11342,7 +11342,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -11379,7 +11379,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-std", "derive_more", @@ -11393,7 +11393,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "async-trait", "futures 0.1.29", @@ -11422,7 +11422,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -11432,7 +11432,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -11593,7 +11593,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "env_logger 0.7.1", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", @@ -12248,7 +12248,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#043000fcfce1328049220f699dfaa7f9510468e5" +source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#7d1b8e1ae94a774b19b0bbef0bf2f91aba86760a" dependencies = [ "frame-try-runtime", "log", diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh index 52ae9325551b..5deac771f98a 100755 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -9,5 +9,6 @@ # build docker image locally using cache from cargo-chef # add export DOCKER_BUILDKIT=1 to ~/.bashrc -docker build -t seunlanlege/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile --no-cache ../../.. +docker build -t seunlanlege/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile --no-cache ../../../../ +docker image tag seunlanlege/forrestgump:"$1" seunlanlege/forrestgump docker push seunlanlege/forrestgump:"$1" diff --git a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile index 000c3cd5439d..e014aab49711 100644 --- a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile +++ b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile @@ -1,12 +1,13 @@ FROM rust as planner -WORKDIR polkadot-simnet +WORKDIR /polkadot-simnet # We only pay the installation cost once, # it will be cached from the second build onwards # To ensure a reproducible build consider pinning # the cargo-chef version with `--version X.X.X` # https://github.com/LukeMathWalker/cargo-chef -RUN cargo install cargo-chef -COPY . . +RUN cargo install cargo-chef +COPY substrate/ /polkadot-simnet +COPY polkadot/ /polkadot-simnet RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ From b0682ab1a3868fce0b416dcfa90f347aa2b6e9f8 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Fri, 18 Jun 2021 21:10:50 +0200 Subject: [PATCH 20/53] update docker file --- .../local-build-with-cargo-chef.Dockerfile | 41 +++++++++++-------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile index e014aab49711..d44166b8ab85 100644 --- a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile +++ b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile @@ -1,3 +1,6 @@ +# +### planner +# FROM rust as planner WORKDIR /polkadot-simnet # We only pay the installation cost once, @@ -5,10 +8,10 @@ WORKDIR /polkadot-simnet # To ensure a reproducible build consider pinning # the cargo-chef version with `--version X.X.X` # https://github.com/LukeMathWalker/cargo-chef -RUN cargo install cargo-chef COPY substrate/ /polkadot-simnet COPY polkadot/ /polkadot-simnet +RUN cargo install cargo-chef RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ ca-certificates \ @@ -24,8 +27,12 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup target add wasm32-unknown-unknown --toolchain nightly && \ rustup default stable +WORKDIR /polkadot-simnet/polkadot RUN cargo chef prepare --recipe-path recipe.json +# +### cacher +# FROM rust as cacher RUN apt-get update && \ @@ -43,19 +50,10 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup target add wasm32-unknown-unknown --toolchain nightly && \ rustup default stable -WORKDIR polkadot-simnet +WORKDIR /polkadot-simnet/polkadot RUN cargo install cargo-chef -COPY --from=planner /polkadot-simnet/recipe.json recipe.json +COPY --from=planner /polkadot-simnet/polkadot/recipe.json recipe.json ENV RUST_BACKTRACE=full -RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y \ - ca-certificates \ - clang \ - curl \ - cmake \ - libssl1.1 \ - libssl-dev \ - pkg-config RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup toolchain install nightly && \ @@ -63,11 +61,17 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup default stable RUN cargo chef cook --release --recipe-path recipe.json +# +### builder +# + FROM rust as builder -WORKDIR polkadot-simnet -COPY . . +WORKDIR /polkadot-simnet +COPY substrate/ /polkadot-simnet +COPY polkadot/ /polkadot-simnet # Copy over the cached dependencies -COPY --from=cacher /polkadot-simnet/target target +WORKDIR /polkadot-simnet/polkadot +COPY --from=cacher /polkadot-simnet/polkadot/target target COPY --from=cacher /usr/local/cargo /usr/local/cargo RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ @@ -85,6 +89,10 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup default stable && \ cargo build -p polkadot-simnet --release +# +### runtime +# + # Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. FROM debian:buster-slim as runtime RUN apt-get update && \ @@ -106,7 +114,7 @@ RUN groupadd --gid 10001 nonroot && \ --groups nonroot \ --uid 10000 nonroot WORKDIR /home/nonroot/polkadot-simnet -COPY --from=builder /polkadot-simnet/target/release/polkadot-simnet /usr/local/bin +COPY --from=builder /polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin RUN chown -R nonroot. /home/nonroot # Use the non-root user to run our application @@ -117,4 +125,3 @@ RUN /usr/local/bin/polkadot-simnet --version # Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] - From ceaab77f641058e4af06c15910595c78a1fecfec Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Fri, 18 Jun 2021 21:14:01 +0200 Subject: [PATCH 21/53] update the dockerfile 2 --- .../test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile index d44166b8ab85..3af96f5a6f25 100644 --- a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile +++ b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile @@ -114,6 +114,8 @@ RUN groupadd --gid 10001 nonroot && \ --groups nonroot \ --uid 10000 nonroot WORKDIR /home/nonroot/polkadot-simnet +COPY substrate/ . +COPY polkadot/ . COPY --from=builder /polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin RUN chown -R nonroot. /home/nonroot From ea7bd4258a7edca461583927057585f7e4d42a47 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Fri, 18 Jun 2021 21:16:54 +0200 Subject: [PATCH 22/53] add some message in the cheatsheet --- node/test/polkadot-simnet/cheatsheet-commands.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh index 5deac771f98a..84f20c678fa8 100755 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -9,6 +9,11 @@ # build docker image locally using cache from cargo-chef # add export DOCKER_BUILDKIT=1 to ~/.bashrc + +# normally we use chargo-chef because it's caching capacity; add the --no-cache arg only +# once in a while when the build fails +docker build -t seunlanlege/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile --no-cache ../../../../ + docker build -t seunlanlege/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile --no-cache ../../../../ docker image tag seunlanlege/forrestgump:"$1" seunlanlege/forrestgump docker push seunlanlege/forrestgump:"$1" From b7c27dce79c36e8b1d97b771f8591ecf0828b1d0 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Fri, 18 Jun 2021 21:56:50 +0200 Subject: [PATCH 23/53] add repo to chaches stage also --- .../polkadot-simnet/local-build-with-cargo-chef.Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile index 3af96f5a6f25..a77058b59166 100644 --- a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile +++ b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile @@ -50,6 +50,9 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup target add wasm32-unknown-unknown --toolchain nightly && \ rustup default stable +WORKDIR /polkadot-simnet +COPY substrate/ /polkadot-simnet +COPY polkadot/ /polkadot-simnet WORKDIR /polkadot-simnet/polkadot RUN cargo install cargo-chef COPY --from=planner /polkadot-simnet/polkadot/recipe.json recipe.json From 0b7b0eaab15464507050af02257d3d0a992e61e9 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Mon, 21 Jun 2021 10:14:26 +0200 Subject: [PATCH 24/53] update paths --- .../local-build-with-cargo-chef.Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile index a77058b59166..4592ad820470 100644 --- a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile +++ b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile @@ -11,6 +11,7 @@ WORKDIR /polkadot-simnet COPY substrate/ /polkadot-simnet COPY polkadot/ /polkadot-simnet +WORKDIR /polkadot-simnet/polkadot RUN cargo install cargo-chef RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ @@ -27,7 +28,6 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup target add wasm32-unknown-unknown --toolchain nightly && \ rustup default stable -WORKDIR /polkadot-simnet/polkadot RUN cargo chef prepare --recipe-path recipe.json # @@ -35,6 +35,11 @@ RUN cargo chef prepare --recipe-path recipe.json # FROM rust as cacher +WORKDIR /polkadot-simnet +COPY substrate/ /polkadot-simnet +COPY polkadot/ /polkadot-simnet +WORKDIR /polkadot-simnet/polkadot + RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ ca-certificates \ @@ -50,10 +55,6 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup target add wasm32-unknown-unknown --toolchain nightly && \ rustup default stable -WORKDIR /polkadot-simnet -COPY substrate/ /polkadot-simnet -COPY polkadot/ /polkadot-simnet -WORKDIR /polkadot-simnet/polkadot RUN cargo install cargo-chef COPY --from=planner /polkadot-simnet/polkadot/recipe.json recipe.json ENV RUST_BACKTRACE=full From 24d9e396ad3a9574aaa40731f80d1b95d25c92e6 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Mon, 21 Jun 2021 16:31:09 +0200 Subject: [PATCH 25/53] do only 1 stage build --- Cargo.lock | 596 +++++++++--------- .../polkadot-simnet/cheatsheet-commands.sh | 4 +- .../local-build-1-stages.Dockerfile | 32 + .../local-build-2-stages.Dockerfile | 8 - 4 files changed, 332 insertions(+), 308 deletions(-) create mode 100644 node/test/polkadot-simnet/local-build-1-stages.Dockerfile delete mode 100644 node/test/polkadot-simnet/local-build-2-stages.Dockerfile diff --git a/Cargo.lock b/Cargo.lock index 8c4d1be5e5bb..4ba939995f93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -479,7 +481,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "beefy-primitives", "futures 0.3.15", @@ -487,27 +489,27 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -518,24 +520,24 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "serde", "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -1924,18 +1926,18 @@ name = "frame-benchmarking" version = "3.1.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "linregress", "log", "parity-scale-codec", "paste 1.0.4", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2015,8 +2017,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a77 dependencies = [ "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2036,25 +2038,25 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "once_cell", "parity-scale-codec", "paste 1.0.4", "serde", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2090,7 +2092,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "proc-macro2", "quote", "syn", @@ -2113,7 +2115,7 @@ name = "frame-support-procedural-tools" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "proc-macro-crate 1.0.0", "proc-macro2", "quote", @@ -2177,16 +2179,16 @@ name = "frame-system" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -4168,7 +4170,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "impl-trait-for-tuples", - "max-encoded-len-derive 3.0.0 (git+https://github.com/paritytech/substrate)", + "max-encoded-len-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "primitive-types", ] @@ -4789,16 +4791,16 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "beefy-primitives", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -5187,19 +5189,19 @@ name = "pallet-session" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -5313,16 +5315,16 @@ name = "pallet-timestamp" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -5451,12 +5453,12 @@ dependencies = [ name = "pallet-xcm" version = "0.1.0" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-executor", ] @@ -8156,14 +8158,14 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -8266,24 +8268,24 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -8531,19 +8533,19 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.42.2", "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmi", ] @@ -8584,11 +8586,11 @@ dependencies = [ "derive_more", "parity-scale-codec", "pwasm-utils", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "wasmi", ] @@ -8617,11 +8619,11 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a77 dependencies = [ "log", "parity-scale-codec", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmi", ] @@ -8777,9 +8779,9 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", "subtle 2.2.3", ] @@ -8838,7 +8840,7 @@ dependencies = [ "either", "erased-serde", "fnv", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate)", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "futures 0.3.15", "futures-timer 3.0.2", "hex", @@ -8855,19 +8857,19 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "unsigned-varint 0.6.0", "void", @@ -8938,9 +8940,9 @@ dependencies = [ "libp2p", "log", "lru", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "wasm-timer", ] @@ -8999,7 +9001,7 @@ dependencies = [ "libp2p", "log", "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasm-timer", ] @@ -9037,27 +9039,27 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9111,13 +9113,13 @@ dependencies = [ "parking_lot 0.11.1", "serde", "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9159,8 +9161,8 @@ dependencies = [ "log", "serde", "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9335,20 +9337,20 @@ dependencies = [ "parking_lot 0.11.1", "regex", "rustc-hash", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "serde", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", "tracing-log", @@ -9924,9 +9926,9 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -9950,12 +9952,12 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -10005,12 +10007,12 @@ name = "sp-application-crypto" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10035,8 +10037,8 @@ dependencies = [ "num-traits", "parity-scale-codec", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] @@ -10084,10 +10086,10 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10112,11 +10114,11 @@ dependencies = [ "lru", "parity-scale-codec", "parking_lot 0.11.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -10169,16 +10171,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "wasm-timer", ] @@ -10272,7 +10274,7 @@ dependencies = [ "lazy_static", "libsecp256k1", "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "merlin", "num-traits", "parity-scale-codec", @@ -10285,11 +10287,11 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.2", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-bip39", "thiserror", "tiny-bip39", @@ -10389,8 +10391,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a77 dependencies = [ "environmental", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10429,9 +10431,9 @@ dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -10460,16 +10462,16 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "tracing-core", ] @@ -10523,8 +10525,8 @@ dependencies = [ "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10591,9 +10593,9 @@ name = "sp-offchain" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10629,7 +10631,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a77 dependencies = [ "rustc-hash", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing-core", ] @@ -10653,17 +10655,17 @@ dependencies = [ "hash256-std-hasher", "impl-trait-for-tuples", "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", + "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "parity-util-mem", "paste 1.0.4", "rand 0.7.3", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10696,12 +10698,12 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] @@ -10770,11 +10772,11 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10796,8 +10798,8 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10822,11 +10824,11 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", "trie-db", @@ -10875,8 +10877,8 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10898,11 +10900,11 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a773ed003fc46823cd47d82190c22b6" dependencies = [ "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -10927,10 +10929,10 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "wasm-timer", ] @@ -10964,7 +10966,7 @@ dependencies = [ "serde", "serde_json", "slog", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "tracing-core", "tracing-subscriber", @@ -10998,9 +11000,9 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11043,8 +11045,8 @@ dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "trie-db", "trie-root", ] @@ -11095,9 +11097,9 @@ dependencies = [ "impl-serde", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11144,7 +11146,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f6b1197b2a77 dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmi", ] diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh index 84f20c678fa8..e0e642c22675 100755 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -12,8 +12,6 @@ # normally we use chargo-chef because it's caching capacity; add the --no-cache arg only # once in a while when the build fails -docker build -t seunlanlege/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile --no-cache ../../../../ +docker build -t seunlanlege/forrestgump:"$1" -f local-build-1-stages.Dockerfile --no-cache ../../../../ -docker build -t seunlanlege/forrestgump:"$1" -f local-build-with-cargo-chef.Dockerfile --no-cache ../../../../ -docker image tag seunlanlege/forrestgump:"$1" seunlanlege/forrestgump docker push seunlanlege/forrestgump:"$1" diff --git a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile new file mode 100644 index 000000000000..da0451d8ec73 --- /dev/null +++ b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile @@ -0,0 +1,32 @@ +FROM rust + +WORKDIR /usr/src/polkadot-simnet +RUN apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y \ + ca-certificates \ + clang \ + curl \ + cmake \ + libssl1.1 \ + libssl-dev \ + pkg-config + +RUN export PATH="$PATH:$HOME/.cargo/bin" && \ + rustup toolchain install nightly && \ + rustup target add wasm32-unknown-unknown --toolchain nightly && \ + rustup default stable +RUN ls -lrth /usr/src/polkadot-simnet +COPY substrate/ /usr/src/polkadot-simnet/substrate/ +COPY polkadot/ /usr/src/polkadot-simnet/polkadot/ +RUN ls -la /usr/src/polkadot-simnet +RUN ls -lrth /usr/src/polkadot-simnet/polkadot/ +WORKDIR /usr/src/polkadot-simnet/polkadot +RUN ls -lrth /usr/src/polkadot-simnet/polkadot/ + + +RUN cargo build -p polkadot-simnet --release +RUN cp /usr/src/polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin + +# check if executable works in this container +RUN /usr/local/bin/polkadot-simnet --version +CMD ["polkadot-simnet"] diff --git a/node/test/polkadot-simnet/local-build-2-stages.Dockerfile b/node/test/polkadot-simnet/local-build-2-stages.Dockerfile deleted file mode 100644 index 7dc4f56fd828..000000000000 --- a/node/test/polkadot-simnet/local-build-2-stages.Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM rust:1.52.1 - -WORKDIR /usr/src/polkadot -COPY . . - -RUN cargo build -p polkadot-simnet --release - -CMD ["polkadot-simnet"] From b381be142aa4bddc9933b7f752d200264fe49657 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Mon, 21 Jun 2021 16:32:32 +0200 Subject: [PATCH 26/53] add time when build cmd started --- node/test/polkadot-simnet/cheatsheet-commands.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh index e0e642c22675..3206630cec8b 100755 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ b/node/test/polkadot-simnet/cheatsheet-commands.sh @@ -12,6 +12,6 @@ # normally we use chargo-chef because it's caching capacity; add the --no-cache arg only # once in a while when the build fails -docker build -t seunlanlege/forrestgump:"$1" -f local-build-1-stages.Dockerfile --no-cache ../../../../ +date ; docker build -t seunlanlege/forrestgump:"$1" -f local-build-1-stages.Dockerfile --no-cache ../../../../ -docker push seunlanlege/forrestgump:"$1" +date ; docker push seunlanlege/forrestgump:"$1" From 7507b220479bcc4fce8ced7b0221c31b99e3414b Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Mon, 21 Jun 2021 16:35:48 +0200 Subject: [PATCH 27/53] remove debugg commands --- node/test/polkadot-simnet/local-build-1-stages.Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile index da0451d8ec73..67d815e0132d 100644 --- a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile +++ b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile @@ -15,14 +15,10 @@ RUN export PATH="$PATH:$HOME/.cargo/bin" && \ rustup toolchain install nightly && \ rustup target add wasm32-unknown-unknown --toolchain nightly && \ rustup default stable -RUN ls -lrth /usr/src/polkadot-simnet + COPY substrate/ /usr/src/polkadot-simnet/substrate/ COPY polkadot/ /usr/src/polkadot-simnet/polkadot/ -RUN ls -la /usr/src/polkadot-simnet -RUN ls -lrth /usr/src/polkadot-simnet/polkadot/ WORKDIR /usr/src/polkadot-simnet/polkadot -RUN ls -lrth /usr/src/polkadot-simnet/polkadot/ - RUN cargo build -p polkadot-simnet --release RUN cp /usr/src/polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin From 6026c5bd345b8ebaa70813b761d7b77fac2da96c Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Mon, 21 Jun 2021 16:54:12 +0200 Subject: [PATCH 28/53] polkadot-simnet-substrate-working-version-v1 --- node/test/polkadot-simnet/local-build-1-stages.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile index 67d815e0132d..69adb28e33e9 100644 --- a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile +++ b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile @@ -26,3 +26,4 @@ RUN cp /usr/src/polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/loc # check if executable works in this container RUN /usr/local/bin/polkadot-simnet --version CMD ["polkadot-simnet"] + From 4d8a500a065e97bb7d8e811c6284022b77dd03c8 Mon Sep 17 00:00:00 2001 From: radupopa2010 Date: Tue, 22 Jun 2021 14:46:03 +0200 Subject: [PATCH 29/53] reduce size of polkadot-simnet image --- .../local-build-1-stages.Dockerfile | 39 ++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile index 69adb28e33e9..ff79c289604a 100644 --- a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile +++ b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile @@ -1,4 +1,4 @@ -FROM rust +FROM rust as builder WORKDIR /usr/src/polkadot-simnet RUN apt-get update && \ @@ -25,5 +25,40 @@ RUN cp /usr/src/polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/loc # check if executable works in this container RUN /usr/local/bin/polkadot-simnet --version -CMD ["polkadot-simnet"] + + +FROM debian:buster-slim as runtime +RUN apt-get update && \ + apt-get install -y curl tini + +COPY --from=builder /usr/src/polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin +# COPY polkadot-simnet /usr/local/bin +# Non-root user for security purposes. +# +# UIDs below 10,000 are a security risk, as a container breakout could result +# in the container being ran as a more privileged user on the host kernel with +# the same UID. +# +# Static GID/UID is also useful for chown'ing files outside the container where +# such a user does not exist. +RUN groupadd --gid 10001 nonroot && \ + useradd --home-dir /home/nonroot \ + --create-home \ + --shell /bin/bash \ + --gid nonroot \ + --groups nonroot \ + --uid 10000 nonroot +WORKDIR /home/nonroot/polkadot-simnet +# COPY substrate/ /home/nonroot/polkadot-simnet/substrate/ +# COPY polkadot/ /home/nonroot/polkadot-simnet/polkadot/ + +RUN chown -R nonroot. /home/nonroot + +# Use the non-root user to run our application +# Tell run test script that it runs in container +USER nonroot +# check if executable works in this container +RUN /usr/local/bin/polkadot-simnet --version +# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. +ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] From 7f8a3cf67c26ff7c536502d5d916db7b33a5efdb Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 24 Jun 2021 20:57:14 +0100 Subject: [PATCH 30/53] update test runner api --- node/test/polkadot-simnet/src/main.rs | 2 +- node/test/polkadot-simnet/src/polkadot_chain_info.rs | 2 +- node/test/runtime/src/lib.rs | 6 +++--- node/test/service/src/lib.rs | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index d5247af88605..bd20fd2dc77c 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -29,7 +29,7 @@ use test_runner::{Node}; #[tokio::main] async fn main() -> Result<(), Box> { - let mut node = Node::::new()?; + let node = Node::::new()?; // wait for ctrl_c signal, then drop node. node.until_shutdown(); diff --git a/node/test/polkadot-simnet/src/polkadot_chain_info.rs b/node/test/polkadot-simnet/src/polkadot_chain_info.rs index 8aa85b3f0959..7ff261ff8955 100644 --- a/node/test/polkadot-simnet/src/polkadot_chain_info.rs +++ b/node/test/polkadot-simnet/src/polkadot_chain_info.rs @@ -84,7 +84,7 @@ impl ChainInfo for PolkadotSimnetChainInfo { PolkadotChainInfo::create_client_parts(config) } - fn dispatch_with_root(call: ::Call, node: &mut Node) { + fn dispatch_with_root(call: ::Call, node: &Node) { dispatch_with_pallet_democracy(call, node) } } diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 217bc7d35c4b..0a46738e4312 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -173,13 +173,13 @@ impl ChainInfo for PolkadotChainInfo { )) } - fn dispatch_with_root(call: ::Call, node: &mut Node) { + fn dispatch_with_root(call: ::Call, node: &Node) { dispatch_with_pallet_democracy(call, node) } } /// Dispatch with pallet_democracy -pub fn dispatch_with_pallet_democracy(call: ::Call, node: &mut Node) +pub fn dispatch_with_pallet_democracy(call: ::Call, node: &Node) where T: ChainInfo< Block = Block, @@ -392,7 +392,7 @@ mod tests { #[test] fn test_runner() { - let mut node = Node::::new().unwrap(); + let node = Node::::new().unwrap(); // seals blocks node.seal_blocks(1); // submit extrinsics diff --git a/node/test/service/src/lib.rs b/node/test/service/src/lib.rs index bb3bff46a468..c4a65f9d54ae 100644 --- a/node/test/service/src/lib.rs +++ b/node/test/service/src/lib.rs @@ -185,6 +185,7 @@ pub fn node_config( rpc_http: None, rpc_ws: None, rpc_ipc: None, + rpc_max_payload: None, rpc_ws_max_connections: None, rpc_cors: None, rpc_methods: Default::default(), From e32950aefefd21201f552fe5f5562487bbae3ca1 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Wed, 7 Jul 2021 15:10:28 +0100 Subject: [PATCH 31/53] update test-runner --- Cargo.lock | 13199 ---------------- node/test/polkadot-simnet/src/main.rs | 29 +- .../src/polkadot_chain_info.rs | 90 - 3 files changed, 19 insertions(+), 13299 deletions(-) delete mode 100644 Cargo.lock delete mode 100644 node/test/polkadot-simnet/src/polkadot_chain_info.rs diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 524d3d860417..000000000000 --- a/Cargo.lock +++ /dev/null @@ -1,13199 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -[[package]] -name = "Inflector" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" -dependencies = [ - "lazy_static", - "regex", -] - -[[package]] -name = "addr2line" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a" -dependencies = [ - "gimli", -] - -[[package]] -name = "adler" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" - -[[package]] -name = "aead" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" -dependencies = [ - "generic-array 0.14.4", -] - -[[package]] -name = "aes" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6" -dependencies = [ - "aes-soft", - "aesni", - "block-cipher", -] - -[[package]] -name = "aes-gcm" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f" -dependencies = [ - "aead", - "aes", - "block-cipher", - "ghash", - "subtle 2.4.0", -] - -[[package]] -name = "aes-soft" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6" -dependencies = [ - "block-cipher", - "byteorder", - "opaque-debug 0.3.0", -] - -[[package]] -name = "aesni" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a" -dependencies = [ - "block-cipher", - "opaque-debug 0.3.0", -] - -[[package]] -name = "ahash" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" - -[[package]] -name = "aho-corasick" -version = "0.7.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" -dependencies = [ - "memchr", -] - -[[package]] -name = "always-assert" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11" - -[[package]] -name = "ansi_term" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "anyhow" -version = "1.0.41" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" - -[[package]] -name = "approx" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" -dependencies = [ - "num-traits", -] - -[[package]] -name = "approx" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e" -dependencies = [ - "num-traits", -] - -[[package]] -name = "arrayref" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" - -[[package]] -name = "arrayvec" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" -dependencies = [ - "nodrop", -] - -[[package]] -name = "arrayvec" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" - -[[package]] -name = "arrayvec" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd" - -[[package]] -name = "asn1_der" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3" - -[[package]] -name = "assert_cmd" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a88b6bd5df287567ffdf4ddf4d33060048e1068308e5f62d81c6f9824a045a48" -dependencies = [ - "bstr", - "doc-comment", - "predicates", - "predicates-core", - "predicates-tree", - "wait-timeout", -] - -[[package]] -name = "assert_matches" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" - -[[package]] -name = "async-attributes" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" -dependencies = [ - "quote", - "syn", -] - -[[package]] -name = "async-channel" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" -dependencies = [ - "concurrent-queue", - "event-listener", - "futures-core", -] - -[[package]] -name = "async-executor" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" -dependencies = [ - "async-task", - "concurrent-queue", - "fastrand", - "futures-lite", - "once_cell", - "slab", -] - -[[package]] -name = "async-global-executor" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6" -dependencies = [ - "async-channel", - "async-executor", - "async-io", - "async-mutex", - "blocking", - "futures-lite", - "num_cpus", - "once_cell", -] - -[[package]] -name = "async-io" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bbfd5cf2794b1e908ea8457e6c45f8f8f1f6ec5f74617bf4662623f47503c3b" -dependencies = [ - "concurrent-queue", - "fastrand", - "futures-lite", - "libc", - "log", - "once_cell", - "parking", - "polling", - "slab", - "socket2 0.4.0", - "waker-fn", - "winapi 0.3.9", -] - -[[package]] -name = "async-lock" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b" -dependencies = [ - "event-listener", -] - -[[package]] -name = "async-mutex" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e" -dependencies = [ - "event-listener", -] - -[[package]] -name = "async-process" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac" -dependencies = [ - "async-io", - "blocking", - "cfg-if 1.0.0", - "event-listener", - "futures-lite", - "libc", - "once_cell", - "signal-hook", - "winapi 0.3.9", -] - -[[package]] -name = "async-std" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" -dependencies = [ - "async-attributes", - "async-channel", - "async-global-executor", - "async-io", - "async-lock", - "async-process", - "crossbeam-utils 0.8.5", - "futures-channel", - "futures-core", - "futures-io", - "futures-lite", - "gloo-timers", - "kv-log-macro", - "log", - "memchr", - "num_cpus", - "once_cell", - "pin-project-lite 0.2.6", - "pin-utils", - "slab", - "wasm-bindgen-futures", -] - -[[package]] -name = "async-std-resolver" -version = "0.20.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638" -dependencies = [ - "async-std", - "async-trait", - "futures-io", - "futures-util", - "pin-utils", - "trust-dns-resolver", -] - -[[package]] -name = "async-task" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" - -[[package]] -name = "async-trait" -version = "0.1.50" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "asynchronous-codec" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6" -dependencies = [ - "bytes 1.0.1", - "futures-sink", - "futures-util", - "memchr", - "pin-project-lite 0.2.6", -] - -[[package]] -name = "asynchronous-codec" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690" -dependencies = [ - "bytes 1.0.1", - "futures-sink", - "futures-util", - "memchr", - "pin-project-lite 0.2.6", -] - -[[package]] -name = "atomic" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281" -dependencies = [ - "autocfg", -] - -[[package]] -name = "atomic-waker" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" - -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "autocfg" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" - -[[package]] -name = "backtrace" -version = "0.3.60" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282" -dependencies = [ - "addr2line", - "cc", - "cfg-if 1.0.0", - "libc", - "miniz_oxide", - "object 0.25.3", - "rustc-demangle", -] - -[[package]] -name = "base-x" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b" - -[[package]] -name = "base58" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" - -[[package]] -name = "base64" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" - -[[package]] -name = "base64" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" - -[[package]] -name = "beef" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" -dependencies = [ - "serde", -] - -[[package]] -name = "beefy-gadget" -version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c4dc5acabb4672970b0371f5c989e191fe752141" -dependencies = [ - "beefy-primitives", - "futures 0.3.15", - "hex", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", - "thiserror", -] - -[[package]] -name = "beefy-gadget-rpc" -version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c4dc5acabb4672970b0371f5c989e191fe752141" -dependencies = [ - "beefy-gadget", - "beefy-primitives", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", - "serde", - "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "beefy-primitives" -version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c4dc5acabb4672970b0371f5c989e191fe752141" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - -[[package]] -name = "bindgen" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d" -dependencies = [ - "bitflags", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", -] - -[[package]] -name = "bitflags" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" - -[[package]] -name = "bitvec" -version = "0.20.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" -dependencies = [ - "funty", - "radium", - "tap", - "wyz", -] - -[[package]] -name = "blake2" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4" -dependencies = [ - "crypto-mac 0.8.0", - "digest 0.9.0", - "opaque-debug 0.3.0", -] - -[[package]] -name = "blake2-rfc" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" -dependencies = [ - "arrayvec 0.4.12", - "constant_time_eq", -] - -[[package]] -name = "blake2b_simd" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" -dependencies = [ - "arrayref", - "arrayvec 0.5.2", - "constant_time_eq", -] - -[[package]] -name = "blake2s_simd" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2" -dependencies = [ - "arrayref", - "arrayvec 0.5.2", - "constant_time_eq", -] - -[[package]] -name = "blake3" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" -dependencies = [ - "arrayref", - "arrayvec 0.5.2", - "cc", - "cfg-if 0.1.10", - "constant_time_eq", - "crypto-mac 0.8.0", - "digest 0.9.0", -] - -[[package]] -name = "block-buffer" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" -dependencies = [ - "block-padding 0.1.5", - "byte-tools", - "byteorder", - "generic-array 0.12.4", -] - -[[package]] -name = "block-buffer" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" -dependencies = [ - "block-padding 0.2.1", - "generic-array 0.14.4", -] - -[[package]] -name = "block-cipher" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80" -dependencies = [ - "generic-array 0.14.4", -] - -[[package]] -name = "block-padding" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" -dependencies = [ - "byte-tools", -] - -[[package]] -name = "block-padding" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" - -[[package]] -name = "blocking" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9" -dependencies = [ - "async-channel", - "async-task", - "atomic-waker", - "fastrand", - "futures-lite", - "once_cell", -] - -[[package]] -name = "bp-header-chain" -version = "0.1.0" -dependencies = [ - "bp-test-utils", - "finality-grandpa", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "bp-messages" -version = "0.1.0" -dependencies = [ - "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "bp-polkadot-core" -version = "0.1.0" -dependencies = [ - "bp-messages", - "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "hex", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "bp-rococo" -version = "0.1.0" -dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-polkadot-core", - "bp-runtime", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "bp-runtime" -version = "0.1.0" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "hash-db", - "num-traits", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "bp-test-utils" -version = "0.1.0" -dependencies = [ - "bp-header-chain", - "ed25519-dalek", - "finality-grandpa", - "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "bp-wococo" -version = "0.1.0" -dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-polkadot-core", - "bp-runtime", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "bs58" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" - -[[package]] -name = "bstr" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279" -dependencies = [ - "lazy_static", - "memchr", - "regex-automata", -] - -[[package]] -name = "build-helper" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f" -dependencies = [ - "semver 0.6.0", -] - -[[package]] -name = "bumpalo" -version = "3.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" - -[[package]] -name = "byte-slice-cast" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81" - -[[package]] -name = "byte-tools" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" - -[[package]] -name = "byteorder" -version = "1.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" - -[[package]] -name = "bytes" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" -dependencies = [ - "byteorder", - "either", - "iovec", -] - -[[package]] -name = "bytes" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" - -[[package]] -name = "bytes" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" - -[[package]] -name = "cache-padded" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" - -[[package]] -name = "cargo-platform" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo_metadata" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" -dependencies = [ - "cargo-platform", - "semver 0.11.0", - "semver-parser 0.10.2", - "serde", - "serde_json", -] - -[[package]] -name = "cc" -version = "1.0.68" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" -dependencies = [ - "jobserver", -] - -[[package]] -name = "cexpr" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" -dependencies = [ - "nom", -] - -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - -[[package]] -name = "cfg-if" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - -[[package]] -name = "cfg_aliases" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" - -[[package]] -name = "chacha20" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845" -dependencies = [ - "stream-cipher", - "zeroize", -] - -[[package]] -name = "chacha20poly1305" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5" -dependencies = [ - "aead", - "chacha20", - "poly1305", - "stream-cipher", - "zeroize", -] - -[[package]] -name = "chrono" -version = "0.4.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" -dependencies = [ - "js-sys", - "libc", - "num-integer", - "num-traits", - "time", - "wasm-bindgen", - "winapi 0.3.9", -] - -[[package]] -name = "cid" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768" -dependencies = [ - "multibase", - "multihash", - "unsigned-varint 0.5.1", -] - -[[package]] -name = "cipher" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" -dependencies = [ - "generic-array 0.14.4", -] - -[[package]] -name = "ckb-merkle-mountain-range" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e486fe53bb9f2ca0f58cb60e8679a5354fd6687a839942ef0a75967250289ca6" -dependencies = [ - "cfg-if 0.1.10", -] - -[[package]] -name = "clang-sys" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c" -dependencies = [ - "glob", - "libc", - "libloading 0.7.0", -] - -[[package]] -name = "clap" -version = "2.33.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" -dependencies = [ - "ansi_term 0.11.0", - "atty", - "bitflags", - "strsim", - "textwrap", - "unicode-width", - "vec_map", -] - -[[package]] -name = "cloudabi" -version = "0.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" -dependencies = [ - "bitflags", -] - -[[package]] -name = "color-eyre" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f1885697ee8a177096d42f158922251a41973117f6d8a234cee94b9509157b7" -dependencies = [ - "backtrace", - "eyre", - "indenter", - "once_cell", - "owo-colors", -] - -[[package]] -name = "concurrent-queue" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" -dependencies = [ - "cache-padded", -] - -[[package]] -name = "console_error_panic_hook" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211" -dependencies = [ - "cfg-if 0.1.10", - "wasm-bindgen", -] - -[[package]] -name = "constant_time_eq" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" - -[[package]] -name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - -[[package]] -name = "core-foundation" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" -dependencies = [ - "core-foundation-sys 0.7.0", - "libc", -] - -[[package]] -name = "core-foundation" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" -dependencies = [ - "core-foundation-sys 0.8.2", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" - -[[package]] -name = "core-foundation-sys" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" - -[[package]] -name = "cpp_demangle" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390" -dependencies = [ - "cfg-if 1.0.0", - "glob", -] - -[[package]] -name = "cpufeatures" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" -dependencies = [ - "libc", -] - -[[package]] -name = "cpuid-bool" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" - -[[package]] -name = "cranelift-bforest" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e" -dependencies = [ - "cranelift-entity", -] - -[[package]] -name = "cranelift-codegen" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276" -dependencies = [ - "cranelift-bforest", - "cranelift-codegen-meta", - "cranelift-codegen-shared", - "cranelift-entity", - "gimli", - "log", - "regalloc", - "serde", - "smallvec 1.6.1", - "target-lexicon", -] - -[[package]] -name = "cranelift-codegen-meta" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821" -dependencies = [ - "cranelift-codegen-shared", - "cranelift-entity", -] - -[[package]] -name = "cranelift-codegen-shared" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b" -dependencies = [ - "serde", -] - -[[package]] -name = "cranelift-entity" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c" -dependencies = [ - "serde", -] - -[[package]] -name = "cranelift-frontend" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c" -dependencies = [ - "cranelift-codegen", - "log", - "smallvec 1.6.1", - "target-lexicon", -] - -[[package]] -name = "cranelift-native" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a" -dependencies = [ - "cranelift-codegen", - "target-lexicon", -] - -[[package]] -name = "cranelift-wasm" -version = "0.74.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89" -dependencies = [ - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "itertools 0.10.1", - "log", - "serde", - "smallvec 1.6.1", - "thiserror", - "wasmparser", -] - -[[package]] -name = "crc32fast" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" -dependencies = [ - "cfg-if 1.0.0", -] - -[[package]] -name = "crossbeam-channel" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" -dependencies = [ - "cfg-if 1.0.0", - "crossbeam-utils 0.8.5", -] - -[[package]] -name = "crossbeam-deque" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" -dependencies = [ - "crossbeam-epoch 0.8.2", - "crossbeam-utils 0.7.2", - "maybe-uninit", -] - -[[package]] -name = "crossbeam-deque" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" -dependencies = [ - "cfg-if 1.0.0", - "crossbeam-epoch 0.9.5", - "crossbeam-utils 0.8.5", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" -dependencies = [ - "autocfg", - "cfg-if 0.1.10", - "crossbeam-utils 0.7.2", - "lazy_static", - "maybe-uninit", - "memoffset 0.5.6", - "scopeguard", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" -dependencies = [ - "cfg-if 1.0.0", - "crossbeam-utils 0.8.5", - "lazy_static", - "memoffset 0.6.4", - "scopeguard", -] - -[[package]] -name = "crossbeam-queue" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" -dependencies = [ - "cfg-if 0.1.10", - "crossbeam-utils 0.7.2", - "maybe-uninit", -] - -[[package]] -name = "crossbeam-utils" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" -dependencies = [ - "autocfg", - "cfg-if 0.1.10", - "lazy_static", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" -dependencies = [ - "cfg-if 1.0.0", - "lazy_static", -] - -[[package]] -name = "crunchy" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" - -[[package]] -name = "crypto-mac" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" -dependencies = [ - "generic-array 0.12.4", - "subtle 1.0.0", -] - -[[package]] -name = "crypto-mac" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" -dependencies = [ - "generic-array 0.14.4", - "subtle 2.4.0", -] - -[[package]] -name = "ct-logs" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e" -dependencies = [ - "sct", -] - -[[package]] -name = "ctor" -version = "0.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d" -dependencies = [ - "quote", - "syn", -] - -[[package]] -name = "cuckoofilter" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18" -dependencies = [ - "byteorder", - "fnv", - "rand 0.7.3", -] - -[[package]] -name = "curve25519-dalek" -version = "2.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8" -dependencies = [ - "byteorder", - "digest 0.8.1", - "rand_core 0.5.1", - "subtle 2.4.0", - "zeroize", -] - -[[package]] -name = "curve25519-dalek" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.5.1", - "subtle 2.4.0", - "zeroize", -] - -[[package]] -name = "data-encoding" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" - -[[package]] -name = "data-encoding-macro" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca" -dependencies = [ - "data-encoding", - "data-encoding-macro-internal", -] - -[[package]] -name = "data-encoding-macro-internal" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db" -dependencies = [ - "data-encoding", - "syn", -] - -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "derive_more" -version = "0.99.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "diff" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" - -[[package]] -name = "difference" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" - -[[package]] -name = "digest" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" -dependencies = [ - "generic-array 0.12.4", -] - -[[package]] -name = "digest" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" -dependencies = [ - "generic-array 0.14.4", -] - -[[package]] -name = "directories" -version = "3.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7" -dependencies = [ - "dirs-sys", -] - -[[package]] -name = "directories-next" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" -dependencies = [ - "cfg-if 1.0.0", - "dirs-sys-next", -] - -[[package]] -name = "dirs-sys" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" -dependencies = [ - "libc", - "redox_users", - "winapi 0.3.9", -] - -[[package]] -name = "dirs-sys-next" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" -dependencies = [ - "libc", - "redox_users", - "winapi 0.3.9", -] - -[[package]] -name = "dlmalloc" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254" -dependencies = [ - "libc", -] - -[[package]] -name = "dns-parser" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea" -dependencies = [ - "byteorder", - "quick-error 1.2.3", -] - -[[package]] -name = "doc-comment" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" - -[[package]] -name = "downcast-rs" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" - -[[package]] -name = "dyn-clonable" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" -dependencies = [ - "dyn-clonable-impl", - "dyn-clone", -] - -[[package]] -name = "dyn-clonable-impl" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "dyn-clone" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf" - -[[package]] -name = "ed25519" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d0860415b12243916284c67a9be413e044ee6668247b99ba26d94b2bc06c8f6" -dependencies = [ - "signature", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" -dependencies = [ - "curve25519-dalek 3.1.0", - "ed25519", - "rand 0.7.3", - "serde", - "sha2 0.9.5", - "zeroize", -] - -[[package]] -name = "either" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" - -[[package]] -name = "enum-as-inner" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "enumflags2" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0" -dependencies = [ - "enumflags2_derive", -] - -[[package]] -name = "enumflags2_derive" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "enumn" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "env_logger" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" -dependencies = [ - "atty", - "humantime 1.3.0", - "log", - "regex", - "termcolor", -] - -[[package]] -name = "env_logger" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" -dependencies = [ - "atty", - "humantime 2.1.0", - "log", - "regex", - "termcolor", -] - -[[package]] -name = "environmental" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797" - -[[package]] -name = "erased-serde" -version = "0.3.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa" -dependencies = [ - "serde", -] - -[[package]] -name = "errno" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" -dependencies = [ - "errno-dragonfly", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "errno-dragonfly" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" -dependencies = [ - "gcc", - "libc", -] - -[[package]] -name = "ethbloom" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972" -dependencies = [ - "crunchy", - "fixed-hash", - "impl-rlp", - "impl-serde", - "tiny-keccak", -] - -[[package]] -name = "ethereum-types" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd" -dependencies = [ - "ethbloom", - "fixed-hash", - "impl-rlp", - "impl-serde", - "primitive-types", - "uint", -] - -[[package]] -name = "event-listener" -version = "2.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" - -[[package]] -name = "exit-future" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" -dependencies = [ - "futures 0.3.15", -] - -[[package]] -name = "eyre" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b" -dependencies = [ - "indenter", - "once_cell", -] - -[[package]] -name = "failure" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" -dependencies = [ - "backtrace", - "failure_derive", -] - -[[package]] -name = "failure_derive" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" -dependencies = [ - "proc-macro2", - "quote", - "syn", - "synstructure", -] - -[[package]] -name = "fake-simd" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" - -[[package]] -name = "fallible-iterator" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" - -[[package]] -name = "fastrand" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb" -dependencies = [ - "instant", -] - -[[package]] -name = "fdlimit" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b" -dependencies = [ - "libc", -] - -[[package]] -name = "femme" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af1a24f391a5a94d756db5092c6576aad494b88a71a5a36b20c67b63e0df034" -dependencies = [ - "cfg-if 0.1.10", - "js-sys", - "log", - "serde", - "serde_derive", - "serde_json", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "file-per-thread-logger" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126" -dependencies = [ - "env_logger 0.7.1", - "log", -] - -[[package]] -name = "finality-grandpa" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9" -dependencies = [ - "either", - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", -] - -[[package]] -name = "fixed-hash" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" -dependencies = [ - "byteorder", - "rand 0.8.4", - "rustc-hex", - "static_assertions", -] - -[[package]] -name = "fixedbitset" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" - -[[package]] -name = "flate2" -version = "1.0.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0" -dependencies = [ - "cfg-if 1.0.0", - "crc32fast", - "libc", - "libz-sys", - "miniz_oxide", -] - -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - -[[package]] -name = "fork-tree" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "fork-tree" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "form_urlencoded" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" -dependencies = [ - "matches", - "percent-encoding 2.1.0", -] - -[[package]] -name = "frame-benchmarking" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "linregress", - "log", - "parity-scale-codec", - "paste", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "frame-benchmarking" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "linregress", - "log", - "parity-scale-codec", - "paste", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-benchmarking-cli" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "Inflector", - "chrono", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "handlebars", - "parity-scale-codec", - "sc-cli", - "sc-client-db", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "structopt", -] - -[[package]] -name = "frame-election-provider-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-npos-elections", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-executive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-metadata" -version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "frame-metadata" -version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate)", - "impl-trait-for-tuples", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", - "once_cell", - "parity-scale-codec", - "paste", - "serde", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "frame-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "once_cell", - "parity-scale-codec", - "paste", - "serde", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-support-procedural" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate)", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural-tools" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural-tools" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-test" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "pretty_assertions 0.6.1", - "rustversion", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "trybuild", -] - -[[package]] -name = "frame-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "frame-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-system-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-system-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "frame-try-runtime" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "fs-err" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0" - -[[package]] -name = "fs-swap" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5" -dependencies = [ - "lazy_static", - "libc", - "libloading 0.5.2", - "winapi 0.3.9", -] - -[[package]] -name = "fs2" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" -dependencies = [ - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "fs_extra" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" - -[[package]] -name = "fuchsia-cprng" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" - -[[package]] -name = "fuchsia-zircon" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" -dependencies = [ - "bitflags", - "fuchsia-zircon-sys", -] - -[[package]] -name = "fuchsia-zircon-sys" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" - -[[package]] -name = "funty" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" - -[[package]] -name = "futures" -version = "0.1.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" - -[[package]] -name = "futures" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27" -dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-channel" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2" -dependencies = [ - "futures-core", - "futures-sink", -] - -[[package]] -name = "futures-core" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" - -[[package]] -name = "futures-cpupool" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" -dependencies = [ - "futures 0.1.31", - "num_cpus", -] - -[[package]] -name = "futures-executor" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79" -dependencies = [ - "futures-core", - "futures-task", - "futures-util", - "num_cpus", -] - -[[package]] -name = "futures-io" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" - -[[package]] -name = "futures-lite" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" -dependencies = [ - "fastrand", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite 0.2.6", - "waker-fn", -] - -[[package]] -name = "futures-macro" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121" -dependencies = [ - "autocfg", - "proc-macro-hack", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "futures-rustls" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b" -dependencies = [ - "futures-io", - "rustls 0.19.1", - "webpki", -] - -[[package]] -name = "futures-sink" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282" - -[[package]] -name = "futures-task" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae" - -[[package]] -name = "futures-timer" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6" - -[[package]] -name = "futures-timer" -version = "3.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" -dependencies = [ - "gloo-timers", - "send_wrapper 0.4.0", -] - -[[package]] -name = "futures-util" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" -dependencies = [ - "autocfg", - "futures 0.1.31", - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite 0.2.6", - "pin-utils", - "proc-macro-hack", - "proc-macro-nested", - "slab", -] - -[[package]] -name = "gcc" -version = "0.3.55" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" - -[[package]] -name = "generic-array" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" -dependencies = [ - "typenum", -] - -[[package]] -name = "generic-array" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" -dependencies = [ - "typenum", - "version_check", -] - -[[package]] -name = "getrandom" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" -dependencies = [ - "cfg-if 1.0.0", - "js-sys", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", - "wasm-bindgen", -] - -[[package]] -name = "getrandom" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" -dependencies = [ - "cfg-if 1.0.0", - "js-sys", - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "wasm-bindgen", -] - -[[package]] -name = "ghash" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" -dependencies = [ - "opaque-debug 0.3.0", - "polyval", -] - -[[package]] -name = "gimli" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" -dependencies = [ - "fallible-iterator", - "indexmap", - "stable_deref_trait", -] - -[[package]] -name = "glob" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" - -[[package]] -name = "globset" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" -dependencies = [ - "aho-corasick", - "bstr", - "fnv", - "log", - "regex", -] - -[[package]] -name = "gloo-timers" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "h2" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" -dependencies = [ - "byteorder", - "bytes 0.4.12", - "fnv", - "futures 0.1.31", - "http 0.1.21", - "indexmap", - "log", - "slab", - "string", - "tokio-io", -] - -[[package]] -name = "h2" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" -dependencies = [ - "bytes 0.5.6", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 0.2.4", - "indexmap", - "slab", - "tokio 0.2.25", - "tokio-util", - "tracing", - "tracing-futures", -] - -[[package]] -name = "handlebars" -version = "3.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3" -dependencies = [ - "log", - "pest", - "pest_derive", - "quick-error 2.0.1", - "serde", - "serde_json", -] - -[[package]] -name = "hash-db" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" - -[[package]] -name = "hash256-std-hasher" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" -dependencies = [ - "crunchy", -] - -[[package]] -name = "hashbrown" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" -dependencies = [ - "ahash", -] - -[[package]] -name = "heck" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" -dependencies = [ - "unicode-segmentation", -] - -[[package]] -name = "hermit-abi" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" -dependencies = [ - "libc", -] - -[[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" - -[[package]] -name = "hex-literal" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8" - -[[package]] -name = "hex_fmt" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" - -[[package]] -name = "hmac" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" -dependencies = [ - "crypto-mac 0.7.0", - "digest 0.8.1", -] - -[[package]] -name = "hmac" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" -dependencies = [ - "crypto-mac 0.8.0", - "digest 0.9.0", -] - -[[package]] -name = "hmac-drbg" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" -dependencies = [ - "digest 0.8.1", - "generic-array 0.12.4", - "hmac 0.7.1", -] - -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi 0.3.9", -] - -[[package]] -name = "http" -version = "0.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" -dependencies = [ - "bytes 0.4.12", - "fnv", - "itoa", -] - -[[package]] -name = "http" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" -dependencies = [ - "bytes 1.0.1", - "fnv", - "itoa", -] - -[[package]] -name = "http-body" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "http 0.1.21", - "tokio-buf", -] - -[[package]] -name = "http-body" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" -dependencies = [ - "bytes 0.5.6", - "http 0.2.4", -] - -[[package]] -name = "http-body" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" -dependencies = [ - "bytes 1.0.1", - "http 0.2.4", - "pin-project-lite 0.2.6", -] - -[[package]] -name = "httparse" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68" - -[[package]] -name = "httpdate" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" - -[[package]] -name = "httpdate" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" - -[[package]] -name = "humantime" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" -dependencies = [ - "quick-error 1.2.3", -] - -[[package]] -name = "humantime" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" - -[[package]] -name = "hyper" -version = "0.12.36" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "futures-cpupool", - "h2 0.1.26", - "http 0.1.21", - "http-body 0.1.0", - "httparse", - "iovec", - "itoa", - "log", - "net2", - "rustc_version", - "time", - "tokio 0.1.22", - "tokio-buf", - "tokio-executor", - "tokio-io", - "tokio-reactor", - "tokio-tcp", - "tokio-threadpool", - "tokio-timer", - "want 0.2.0", -] - -[[package]] -name = "hyper" -version = "0.13.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" -dependencies = [ - "bytes 0.5.6", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.2.7", - "http 0.2.4", - "http-body 0.3.1", - "httparse", - "httpdate 0.3.2", - "itoa", - "pin-project 1.0.7", - "socket2 0.3.19", - "tokio 0.2.25", - "tower-service", - "tracing", - "want 0.3.0", -] - -[[package]] -name = "hyper" -version = "0.14.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83" -dependencies = [ - "bytes 1.0.1", - "futures-channel", - "futures-core", - "futures-util", - "http 0.2.4", - "http-body 0.4.2", - "httparse", - "httpdate 1.0.1", - "itoa", - "pin-project-lite 0.2.6", - "tokio 1.7.1", - "tower-service", - "tracing", - "want 0.3.0", -] - -[[package]] -name = "hyper-rustls" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6" -dependencies = [ - "bytes 0.5.6", - "ct-logs", - "futures-util", - "hyper 0.13.10", - "log", - "rustls 0.18.1", - "rustls-native-certs 0.4.0", - "tokio 0.2.25", - "tokio-rustls 0.14.1", - "webpki", -] - -[[package]] -name = "idna" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "if-addrs" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48" -dependencies = [ - "if-addrs-sys", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "if-addrs-sys" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea" -dependencies = [ - "cc", - "libc", -] - -[[package]] -name = "if-watch" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179" -dependencies = [ - "async-io", - "futures 0.3.15", - "futures-lite", - "if-addrs", - "ipnet", - "libc", - "log", - "winapi 0.3.9", -] - -[[package]] -name = "impl-codec" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "impl-rlp" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" -dependencies = [ - "rlp", -] - -[[package]] -name = "impl-serde" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f" -dependencies = [ - "serde", -] - -[[package]] -name = "impl-trait-for-tuples" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "indenter" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" - -[[package]] -name = "indexmap" -version = "1.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" -dependencies = [ - "autocfg", - "hashbrown", - "serde", -] - -[[package]] -name = "instant" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" -dependencies = [ - "cfg-if 1.0.0", - "js-sys", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "integer-encoding" -version = "1.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f" - -[[package]] -name = "integer-sqrt" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" -dependencies = [ - "num-traits", -] - -[[package]] -name = "intervalier" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275" -dependencies = [ - "futures 0.3.15", - "futures-timer 2.0.2", -] - -[[package]] -name = "iovec" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" -dependencies = [ - "libc", -] - -[[package]] -name = "ip_network" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f" - -[[package]] -name = "ipconfig" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7" -dependencies = [ - "socket2 0.3.19", - "widestring", - "winapi 0.3.9", - "winreg", -] - -[[package]] -name = "ipnet" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" - -[[package]] -name = "itertools" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" -dependencies = [ - "either", -] - -[[package]] -name = "itoa" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" - -[[package]] -name = "jemalloc-sys" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" -dependencies = [ - "cc", - "fs_extra", - "libc", -] - -[[package]] -name = "jemallocator" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69" -dependencies = [ - "jemalloc-sys", - "libc", -] - -[[package]] -name = "jobserver" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd" -dependencies = [ - "libc", -] - -[[package]] -name = "js-sys" -version = "0.3.51" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062" -dependencies = [ - "wasm-bindgen", -] - -[[package]] -name = "jsonrpc-client-transports" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7" -dependencies = [ - "failure", - "futures 0.1.31", - "jsonrpc-core", - "jsonrpc-pubsub", - "log", - "serde", - "serde_json", - "url 1.7.2", -] - -[[package]] -name = "jsonrpc-core" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa" -dependencies = [ - "futures 0.1.31", - "log", - "serde", - "serde_derive", - "serde_json", -] - -[[package]] -name = "jsonrpc-core-client" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db" -dependencies = [ - "jsonrpc-client-transports", -] - -[[package]] -name = "jsonrpc-derive" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3" -dependencies = [ - "proc-macro-crate 0.1.5", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "jsonrpc-http-server" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7" -dependencies = [ - "hyper 0.12.36", - "jsonrpc-core", - "jsonrpc-server-utils", - "log", - "net2", - "parking_lot 0.10.2", - "unicase", -] - -[[package]] -name = "jsonrpc-ipc-server" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7" -dependencies = [ - "jsonrpc-core", - "jsonrpc-server-utils", - "log", - "parity-tokio-ipc", - "parking_lot 0.10.2", - "tokio-service", -] - -[[package]] -name = "jsonrpc-pubsub" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77" -dependencies = [ - "jsonrpc-core", - "log", - "parking_lot 0.10.2", - "rand 0.7.3", - "serde", -] - -[[package]] -name = "jsonrpc-server-utils" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176" -dependencies = [ - "bytes 0.4.12", - "globset", - "jsonrpc-core", - "lazy_static", - "log", - "tokio 0.1.22", - "tokio-codec", - "unicase", -] - -[[package]] -name = "jsonrpc-ws-server" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22" -dependencies = [ - "jsonrpc-core", - "jsonrpc-server-utils", - "log", - "parity-ws", - "parking_lot 0.10.2", - "slab", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4c85cfa6767333f3e5f3b2f2f765dad2727b0033ee270ae07c599bf43ed5ae" -dependencies = [ - "Inflector", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0cf7bd4e93b3b56e59131de7f24afbea871faf914e97bcdd942c86927ab0172" -dependencies = [ - "async-trait", - "beef", - "futures-channel", - "futures-util", - "hyper 0.14.9", - "log", - "serde", - "serde_json", - "soketto 0.5.0", - "thiserror", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ec51150965544e1a4468f372bdab8545243a1b045d4ab272023aac74c60de32" -dependencies = [ - "async-trait", - "fnv", - "futures 0.3.15", - "jsonrpsee-types", - "log", - "pin-project 1.0.7", - "rustls 0.19.1", - "rustls-native-certs 0.5.0", - "serde", - "serde_json", - "soketto 0.5.0", - "thiserror", - "tokio 0.2.25", - "tokio-rustls 0.15.0", - "tokio-util", - "url 2.2.2", -] - -[[package]] -name = "keccak" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" - -[[package]] -name = "kernel32-sys" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - -[[package]] -name = "kusama-runtime" -version = "0.9.5" -dependencies = [ - "beefy-primitives", - "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-election-provider-support", - "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal", - "libsecp256k1", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-bounties", - "pallet-collective", - "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-elections-phragmen", - "pallet-gilt", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-mmr-primitives", - "pallet-multisig", - "pallet-nicks", - "pallet-offences", - "pallet-offences-benchmarking", - "pallet-proxy", - "pallet-recovery", - "pallet-scheduler", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-session-benchmarking", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "pallet-xcm", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "rustc-hex", - "separator", - "serde", - "serde_derive", - "serde_json", - "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-npos-elections", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", - "substrate-wasm-builder", - "tiny-keccak", - "xcm", - "xcm-builder", - "xcm-executor", -] - -[[package]] -name = "kv-log-macro" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" -dependencies = [ - "log", -] - -[[package]] -name = "kvdb" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811" -dependencies = [ - "parity-util-mem", - "smallvec 1.6.1", -] - -[[package]] -name = "kvdb-memorydb" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912" -dependencies = [ - "kvdb", - "parity-util-mem", - "parking_lot 0.11.1", -] - -[[package]] -name = "kvdb-rocksdb" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1" -dependencies = [ - "fs-swap", - "kvdb", - "log", - "num_cpus", - "owning_ref", - "parity-util-mem", - "parking_lot 0.11.1", - "regex", - "rocksdb", - "smallvec 1.6.1", -] - -[[package]] -name = "kvdb-web" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1e98ba343d0b35f9009a8844cd2b87fa3192f7e79033ac05b00aeae0f3b0b5" -dependencies = [ - "futures 0.3.15", - "js-sys", - "kvdb", - "kvdb-memorydb", - "log", - "parity-util-mem", - "parking_lot 0.11.1", - "send_wrapper 0.5.0", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "lazy_static" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" - -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - -[[package]] -name = "leb128" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" - -[[package]] -name = "libc" -version = "0.2.97" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6" - -[[package]] -name = "libloading" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" -dependencies = [ - "cc", - "winapi 0.3.9", -] - -[[package]] -name = "libloading" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a" -dependencies = [ - "cfg-if 1.0.0", - "winapi 0.3.9", -] - -[[package]] -name = "libm" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" - -[[package]] -name = "libp2p" -version = "0.37.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b" -dependencies = [ - "atomic", - "bytes 1.0.1", - "futures 0.3.15", - "lazy_static", - "libp2p-core", - "libp2p-deflate", - "libp2p-dns", - "libp2p-floodsub", - "libp2p-gossipsub", - "libp2p-identify", - "libp2p-kad", - "libp2p-mdns", - "libp2p-mplex", - "libp2p-noise", - "libp2p-ping", - "libp2p-plaintext", - "libp2p-pnet", - "libp2p-relay", - "libp2p-request-response", - "libp2p-swarm", - "libp2p-swarm-derive", - "libp2p-tcp", - "libp2p-uds", - "libp2p-wasm-ext", - "libp2p-websocket", - "libp2p-yamux", - "parity-multiaddr", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "smallvec 1.6.1", - "wasm-timer", -] - -[[package]] -name = "libp2p-core" -version = "0.28.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9" -dependencies = [ - "asn1_der", - "bs58", - "ed25519-dalek", - "either", - "fnv", - "futures 0.3.15", - "futures-timer 3.0.2", - "lazy_static", - "libsecp256k1", - "log", - "multihash", - "multistream-select", - "parity-multiaddr", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "prost", - "prost-build", - "rand 0.7.3", - "ring", - "rw-stream-sink", - "sha2 0.9.5", - "smallvec 1.6.1", - "thiserror", - "unsigned-varint 0.7.0", - "void", - "zeroize", -] - -[[package]] -name = "libp2p-deflate" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08" -dependencies = [ - "flate2", - "futures 0.3.15", - "libp2p-core", -] - -[[package]] -name = "libp2p-dns" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b" -dependencies = [ - "async-std-resolver", - "futures 0.3.15", - "libp2p-core", - "log", - "smallvec 1.6.1", - "trust-dns-resolver", -] - -[[package]] -name = "libp2p-floodsub" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf" -dependencies = [ - "cuckoofilter", - "fnv", - "futures 0.3.15", - "libp2p-core", - "libp2p-swarm", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "smallvec 1.6.1", -] - -[[package]] -name = "libp2p-gossipsub" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9" -dependencies = [ - "asynchronous-codec 0.6.0", - "base64 0.13.0", - "byteorder", - "bytes 1.0.1", - "fnv", - "futures 0.3.15", - "hex_fmt", - "libp2p-core", - "libp2p-swarm", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "regex", - "sha2 0.9.5", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", - "wasm-timer", -] - -[[package]] -name = "libp2p-identify" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46" -dependencies = [ - "futures 0.3.15", - "libp2p-core", - "libp2p-swarm", - "log", - "prost", - "prost-build", - "smallvec 1.6.1", - "wasm-timer", -] - -[[package]] -name = "libp2p-kad" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820" -dependencies = [ - "arrayvec 0.5.2", - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "either", - "fnv", - "futures 0.3.15", - "libp2p-core", - "libp2p-swarm", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "sha2 0.9.5", - "smallvec 1.6.1", - "uint", - "unsigned-varint 0.7.0", - "void", - "wasm-timer", -] - -[[package]] -name = "libp2p-mdns" -version = "0.30.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714" -dependencies = [ - "async-io", - "data-encoding", - "dns-parser", - "futures 0.3.15", - "if-watch", - "lazy_static", - "libp2p-core", - "libp2p-swarm", - "log", - "rand 0.8.4", - "smallvec 1.6.1", - "socket2 0.4.0", - "void", -] - -[[package]] -name = "libp2p-mplex" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d" -dependencies = [ - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "futures 0.3.15", - "libp2p-core", - "log", - "nohash-hasher", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", -] - -[[package]] -name = "libp2p-noise" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd" -dependencies = [ - "bytes 1.0.1", - "curve25519-dalek 3.1.0", - "futures 0.3.15", - "lazy_static", - "libp2p-core", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "sha2 0.9.5", - "snow", - "static_assertions", - "x25519-dalek", - "zeroize", -] - -[[package]] -name = "libp2p-ping" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1" -dependencies = [ - "futures 0.3.15", - "libp2p-core", - "libp2p-swarm", - "log", - "rand 0.7.3", - "void", - "wasm-timer", -] - -[[package]] -name = "libp2p-plaintext" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11" -dependencies = [ - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "futures 0.3.15", - "libp2p-core", - "log", - "prost", - "prost-build", - "unsigned-varint 0.7.0", - "void", -] - -[[package]] -name = "libp2p-pnet" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" -dependencies = [ - "futures 0.3.15", - "log", - "pin-project 1.0.7", - "rand 0.7.3", - "salsa20", - "sha3", -] - -[[package]] -name = "libp2p-relay" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d" -dependencies = [ - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "futures 0.3.15", - "futures-timer 3.0.2", - "libp2p-core", - "libp2p-swarm", - "log", - "pin-project 1.0.7", - "prost", - "prost-build", - "rand 0.7.3", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", - "void", - "wasm-timer", -] - -[[package]] -name = "libp2p-request-response" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3" -dependencies = [ - "async-trait", - "bytes 1.0.1", - "futures 0.3.15", - "libp2p-core", - "libp2p-swarm", - "log", - "lru", - "minicbor", - "rand 0.7.3", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", - "wasm-timer", -] - -[[package]] -name = "libp2p-swarm" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92" -dependencies = [ - "either", - "futures 0.3.15", - "libp2p-core", - "log", - "rand 0.7.3", - "smallvec 1.6.1", - "void", - "wasm-timer", -] - -[[package]] -name = "libp2p-swarm-derive" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed" -dependencies = [ - "quote", - "syn", -] - -[[package]] -name = "libp2p-tcp" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9" -dependencies = [ - "async-io", - "futures 0.3.15", - "futures-timer 3.0.2", - "if-watch", - "ipnet", - "libc", - "libp2p-core", - "log", - "socket2 0.4.0", -] - -[[package]] -name = "libp2p-uds" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5" -dependencies = [ - "async-std", - "futures 0.3.15", - "libp2p-core", - "log", -] - -[[package]] -name = "libp2p-wasm-ext" -version = "0.28.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de" -dependencies = [ - "futures 0.3.15", - "js-sys", - "libp2p-core", - "parity-send-wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", -] - -[[package]] -name = "libp2p-websocket" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74" -dependencies = [ - "either", - "futures 0.3.15", - "futures-rustls", - "libp2p-core", - "log", - "quicksink", - "rw-stream-sink", - "soketto 0.4.2", - "url 2.2.2", - "webpki-roots", -] - -[[package]] -name = "libp2p-yamux" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4" -dependencies = [ - "futures 0.3.15", - "libp2p-core", - "parking_lot 0.11.1", - "thiserror", - "yamux", -] - -[[package]] -name = "librocksdb-sys" -version = "6.17.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9" -dependencies = [ - "bindgen", - "cc", - "glob", - "libc", -] - -[[package]] -name = "libsecp256k1" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962" -dependencies = [ - "arrayref", - "crunchy", - "digest 0.8.1", - "hmac-drbg", - "rand 0.7.3", - "sha2 0.8.2", - "subtle 2.4.0", - "typenum", -] - -[[package]] -name = "libz-sys" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" -dependencies = [ - "cc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "linked-hash-map" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" - -[[package]] -name = "linked_hash_set" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "linregress" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1ff7f341d23e1275eec0656a9a07225fcc86216c4322392868adffe59023d1a" -dependencies = [ - "nalgebra 0.27.1", - "statrs", -] - -[[package]] -name = "lock_api" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" -dependencies = [ - "scopeguard", -] - -[[package]] -name = "lock_api" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb" -dependencies = [ - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" -dependencies = [ - "cfg-if 1.0.0", - "value-bag", -] - -[[package]] -name = "lru" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba" -dependencies = [ - "hashbrown", -] - -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "mach" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" -dependencies = [ - "libc", -] - -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - -[[package]] -name = "matchers" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" -dependencies = [ - "regex-automata", -] - -[[package]] -name = "matches" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" - -[[package]] -name = "matrixmultiply" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741" -dependencies = [ - "rawpointer", -] - -[[package]] -name = "max-encoded-len" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "impl-trait-for-tuples", - "max-encoded-len-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", - "primitive-types", -] - -[[package]] -name = "max-encoded-len" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "impl-trait-for-tuples", - "max-encoded-len-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "primitive-types", -] - -[[package]] -name = "max-encoded-len-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "max-encoded-len-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "maybe-uninit" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" - -[[package]] -name = "memchr" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" - -[[package]] -name = "memmap2" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" -dependencies = [ - "libc", -] - -[[package]] -name = "memoffset" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" -dependencies = [ - "autocfg", -] - -[[package]] -name = "memoffset" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" -dependencies = [ - "autocfg", -] - -[[package]] -name = "memory-db" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4" -dependencies = [ - "hash-db", - "hashbrown", - "parity-util-mem", -] - -[[package]] -name = "memory-lru" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a" -dependencies = [ - "lru", -] - -[[package]] -name = "memory_units" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" - -[[package]] -name = "merlin" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" -dependencies = [ - "byteorder", - "keccak", - "rand_core 0.5.1", - "zeroize", -] - -[[package]] -name = "metered-channel" -version = "0.1.0" -dependencies = [ - "assert_matches", - "derive_more", - "futures 0.3.15", - "futures-timer 3.0.2", -] - -[[package]] -name = "mick-jaeger" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df" -dependencies = [ - "futures 0.3.15", - "rand 0.7.3", - "thrift", -] - -[[package]] -name = "minicbor" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d" -dependencies = [ - "minicbor-derive", -] - -[[package]] -name = "minicbor-derive" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2b9e8883d58e34b18facd16c4564a77ea50fce028ad3d0ee6753440e37acc8" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "miniz_oxide" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" -dependencies = [ - "adler", - "autocfg", -] - -[[package]] -name = "mio" -version = "0.6.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" -dependencies = [ - "cfg-if 0.1.10", - "fuchsia-zircon", - "fuchsia-zircon-sys", - "iovec", - "kernel32-sys", - "libc", - "log", - "miow 0.2.2", - "net2", - "slab", - "winapi 0.2.8", -] - -[[package]] -name = "mio" -version = "0.7.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" -dependencies = [ - "libc", - "log", - "miow 0.3.7", - "ntapi", - "winapi 0.3.9", -] - -[[package]] -name = "mio-extras" -version = "2.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" -dependencies = [ - "lazycell", - "log", - "mio 0.6.23", - "slab", -] - -[[package]] -name = "mio-named-pipes" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" -dependencies = [ - "log", - "mio 0.6.23", - "miow 0.3.7", - "winapi 0.3.9", -] - -[[package]] -name = "mio-uds" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" -dependencies = [ - "iovec", - "libc", - "mio 0.6.23", -] - -[[package]] -name = "miow" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" -dependencies = [ - "kernel32-sys", - "net2", - "winapi 0.2.8", - "ws2_32-sys", -] - -[[package]] -name = "miow" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "more-asserts" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238" - -[[package]] -name = "multibase" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2" -dependencies = [ - "base-x", - "data-encoding", - "data-encoding-macro", -] - -[[package]] -name = "multihash" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab" -dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "digest 0.9.0", - "generic-array 0.14.4", - "multihash-derive", - "sha2 0.9.5", - "sha3", - "unsigned-varint 0.5.1", -] - -[[package]] -name = "multihash-derive" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro-error", - "proc-macro2", - "quote", - "syn", - "synstructure", -] - -[[package]] -name = "multimap" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" - -[[package]] -name = "multistream-select" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8" -dependencies = [ - "bytes 1.0.1", - "futures 0.3.15", - "log", - "pin-project 1.0.7", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", -] - -[[package]] -name = "nalgebra" -version = "0.26.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "476d1d59fe02fe54c86356e91650cd892f392782a1cb9fc524ec84f7aa9e1d06" -dependencies = [ - "approx 0.4.0", - "matrixmultiply", - "num-complex 0.3.1", - "num-rational 0.3.2", - "num-traits", - "rand 0.8.4", - "rand_distr", - "simba 0.4.0", - "typenum", -] - -[[package]] -name = "nalgebra" -version = "0.27.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120" -dependencies = [ - "approx 0.5.0", - "matrixmultiply", - "nalgebra-macros", - "num-complex 0.4.0", - "num-rational 0.4.0", - "num-traits", - "simba 0.5.1", - "typenum", -] - -[[package]] -name = "nalgebra-macros" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "names" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da" -dependencies = [ - "rand 0.3.23", -] - -[[package]] -name = "net2" -version = "0.2.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" -dependencies = [ - "cfg-if 0.1.10", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "nix" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2" -dependencies = [ - "bitflags", - "cc", - "cfg-if 1.0.0", - "libc", -] - -[[package]] -name = "nodrop" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" - -[[package]] -name = "nohash-hasher" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" - -[[package]] -name = "nom" -version = "5.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" -dependencies = [ - "memchr", - "version_check", -] - -[[package]] -name = "ntapi" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "num-bigint" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-complex" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5" -dependencies = [ - "num-traits", -] - -[[package]] -name = "num-complex" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085" -dependencies = [ - "num-traits", -] - -[[package]] -name = "num-integer" -version = "0.1.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" -dependencies = [ - "autocfg", - "num-traits", -] - -[[package]] -name = "num-rational" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" -dependencies = [ - "autocfg", - "num-bigint", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-rational" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-rational" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-traits" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" -dependencies = [ - "autocfg", - "libm", -] - -[[package]] -name = "num_cpus" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" -dependencies = [ - "hermit-abi", - "libc", -] - -[[package]] -name = "object" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" -dependencies = [ - "crc32fast", - "indexmap", -] - -[[package]] -name = "object" -version = "0.25.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7" -dependencies = [ - "memchr", -] - -[[package]] -name = "once_cell" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" -dependencies = [ - "parking_lot 0.11.1", -] - -[[package]] -name = "opaque-debug" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" - -[[package]] -name = "opaque-debug" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" - -[[package]] -name = "openssl-probe" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" - -[[package]] -name = "ordered-float" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" -dependencies = [ - "num-traits", -] - -[[package]] -name = "output_vt100" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "owning_ref" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" -dependencies = [ - "stable_deref_trait", -] - -[[package]] -name = "owo-colors" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" - -[[package]] -name = "pallet-authority-discovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-authorship", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-babe" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "pallet-authorship", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-consensus-vrf", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-balances" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-beefy" -version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c4dc5acabb4672970b0371f5c989e191fe752141" -dependencies = [ - "beefy-primitives", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "pallet-bounties" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-treasury", - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-bridge-grandpa" -version = "0.1.0" -dependencies = [ - "bp-header-chain", - "bp-runtime", - "bp-test-utils", - "finality-grandpa", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "num-traits", - "parity-scale-codec", - "serde", - "sp-finality-grandpa", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-collective" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-democracy" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-election-provider-multi-phase" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "parity-scale-codec", - "rand 0.7.3", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-npos-elections", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", -] - -[[package]] -name = "pallet-elections-phragmen" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-npos-elections", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-gilt" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-grandpa" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "pallet-authorship", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-identity" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "enumflags2", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-im-online" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "pallet-authorship", - "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-indices" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-membership" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-mmr" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "ckb-merkle-mountain-range", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-mmr-primitives", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-mmr-primitives" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-mmr-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "pallet-mmr-primitives", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-multisig" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-nicks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-offences" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "pallet-balances", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-offences-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-babe", - "pallet-balances", - "pallet-grandpa", - "pallet-im-online", - "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-staking", - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-proxy" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-recovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "enumflags2", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-scheduler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "pallet-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-session-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-staking", - "rand 0.7.3", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-society" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "rand_chacha 0.2.2", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "pallet-authorship", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "paste", - "rand_chacha 0.2.2", - "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", -] - -[[package]] -name = "pallet-staking-reward-curve" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "pallet-staking-reward-fn" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "log", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-sudo" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "pallet-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-tips" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-treasury", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-transaction-payment" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "serde", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-transaction-payment-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "pallet-transaction-payment", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-treasury" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "pallet-balances", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-utility" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-vesting" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "enumflags2", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "pallet-xcm" -version = "0.1.0" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "xcm", - "xcm-executor", -] - -[[package]] -name = "parity-db" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47" -dependencies = [ - "blake2-rfc", - "crc32fast", - "fs2", - "hex", - "libc", - "log", - "memmap2", - "parking_lot 0.11.1", - "rand 0.8.4", -] - -[[package]] -name = "parity-multiaddr" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4" -dependencies = [ - "arrayref", - "bs58", - "byteorder", - "data-encoding", - "multihash", - "percent-encoding 2.1.0", - "serde", - "static_assertions", - "unsigned-varint 0.7.0", - "url 2.2.2", -] - -[[package]] -name = "parity-scale-codec" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b310f220c335f9df1b3d2e9fbe3890bbfeef5030dad771620f48c5c229877cd3" -dependencies = [ - "arrayvec 0.7.1", - "bitvec", - "byte-slice-cast", - "parity-scale-codec-derive", - "serde", -] - -[[package]] -name = "parity-scale-codec-derive" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81038e13ca2c32587201d544ea2e6b6c47120f1e4eae04478f9f60b6bcb89145" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "parity-send-wrapper" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" - -[[package]] -name = "parity-tokio-ipc" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "libc", - "log", - "mio-named-pipes", - "miow 0.3.7", - "rand 0.7.3", - "tokio 0.1.22", - "tokio-named-pipes", - "tokio-uds", - "winapi 0.3.9", -] - -[[package]] -name = "parity-util-mem" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42" -dependencies = [ - "cfg-if 1.0.0", - "ethereum-types", - "hashbrown", - "impl-trait-for-tuples", - "jemallocator", - "lru", - "parity-util-mem-derive", - "parking_lot 0.11.1", - "primitive-types", - "smallvec 1.6.1", - "winapi 0.3.9", -] - -[[package]] -name = "parity-util-mem-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" -dependencies = [ - "proc-macro2", - "syn", - "synstructure", -] - -[[package]] -name = "parity-wasm" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac" -dependencies = [ - "byteorder", -] - -[[package]] -name = "parity-wasm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92" - -[[package]] -name = "parity-ws" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61" -dependencies = [ - "byteorder", - "bytes 0.4.12", - "httparse", - "log", - "mio 0.6.23", - "mio-extras", - "rand 0.7.3", - "sha-1 0.8.2", - "slab", - "url 2.2.2", -] - -[[package]] -name = "parking" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" - -[[package]] -name = "parking_lot" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" -dependencies = [ - "lock_api 0.3.4", - "parking_lot_core 0.6.2", - "rustc_version", -] - -[[package]] -name = "parking_lot" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" -dependencies = [ - "lock_api 0.3.4", - "parking_lot_core 0.7.2", -] - -[[package]] -name = "parking_lot" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" -dependencies = [ - "instant", - "lock_api 0.4.4", - "parking_lot_core 0.8.3", -] - -[[package]] -name = "parking_lot_core" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" -dependencies = [ - "cfg-if 0.1.10", - "cloudabi", - "libc", - "redox_syscall 0.1.57", - "rustc_version", - "smallvec 0.6.14", - "winapi 0.3.9", -] - -[[package]] -name = "parking_lot_core" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" -dependencies = [ - "cfg-if 0.1.10", - "cloudabi", - "libc", - "redox_syscall 0.1.57", - "smallvec 1.6.1", - "winapi 0.3.9", -] - -[[package]] -name = "parking_lot_core" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" -dependencies = [ - "cfg-if 1.0.0", - "instant", - "libc", - "redox_syscall 0.2.9", - "smallvec 1.6.1", - "winapi 0.3.9", -] - -[[package]] -name = "paste" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" - -[[package]] -name = "pbkdf2" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9" -dependencies = [ - "byteorder", - "crypto-mac 0.7.0", -] - -[[package]] -name = "pbkdf2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd" -dependencies = [ - "crypto-mac 0.8.0", -] - -[[package]] -name = "pdqselect" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27" - -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - -[[package]] -name = "percent-encoding" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" - -[[package]] -name = "percent-encoding" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" - -[[package]] -name = "pest" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" -dependencies = [ - "ucd-trie", -] - -[[package]] -name = "pest_derive" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" -dependencies = [ - "pest", - "pest_generator", -] - -[[package]] -name = "pest_generator" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" -dependencies = [ - "pest", - "pest_meta", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "pest_meta" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" -dependencies = [ - "maplit", - "pest", - "sha-1 0.8.2", -] - -[[package]] -name = "petgraph" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" -dependencies = [ - "fixedbitset", - "indexmap", -] - -[[package]] -name = "pin-project" -version = "0.4.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f" -dependencies = [ - "pin-project-internal 0.4.28", -] - -[[package]] -name = "pin-project" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" -dependencies = [ - "pin-project-internal 1.0.7", -] - -[[package]] -name = "pin-project-internal" -version = "0.4.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "pin-project-internal" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "pin-project-lite" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" - -[[package]] -name = "pin-project-lite" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" - -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - -[[package]] -name = "pkg-config" -version = "0.3.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" - -[[package]] -name = "platforms" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" - -[[package]] -name = "polkadot" -version = "0.9.5" -dependencies = [ - "assert_cmd", - "color-eyre", - "nix", - "parity-util-mem", - "polkadot-cli", - "tempfile", -] - -[[package]] -name = "polkadot-approval-distribution" -version = "0.1.0" -dependencies = [ - "assert_matches", - "env_logger 0.8.4", - "futures 0.3.15", - "log", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand_core 0.5.1", - "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-availability-bitfield-distribution" -version = "0.1.0" -dependencies = [ - "assert_matches", - "bitvec", - "env_logger 0.8.4", - "futures 0.3.15", - "log", - "maplit", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-availability-distribution" -version = "0.1.0" -dependencies = [ - "assert_matches", - "futures 0.3.15", - "futures-timer 3.0.2", - "lru", - "maplit", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.4", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "smallvec 1.6.1", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-availability-recovery" -version = "0.1.0" -dependencies = [ - "assert_matches", - "env_logger 0.8.4", - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "lru", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.4", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "smallvec 1.6.1", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-cli" -version = "0.9.5" -dependencies = [ - "frame-benchmarking-cli", - "futures 0.3.15", - "log", - "polkadot-node-core-pvf", - "polkadot-service", - "sc-cli", - "sc-service", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "structopt", - "substrate-browser-utils", - "substrate-build-script-utils", - "thiserror", - "try-runtime-cli", - "wasm-bindgen", - "wasm-bindgen-futures", -] - -[[package]] -name = "polkadot-client" -version = "0.9.3" -dependencies = [ - "beefy-primitives", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system-rpc-runtime-api", - "kusama-runtime", - "pallet-mmr-primitives", - "pallet-transaction-payment-rpc-runtime-api", - "polkadot-primitives", - "polkadot-runtime", - "rococo-runtime", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-finality-grandpa", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "westend-runtime", -] - -[[package]] -name = "polkadot-collator-protocol" -version = "0.1.0" -dependencies = [ - "always-assert", - "assert_matches", - "env_logger 0.8.4", - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-core-primitives" -version = "0.9.5" -dependencies = [ - "parity-scale-codec", - "parity-util-mem", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "polkadot-erasure-coding" -version = "0.9.5" -dependencies = [ - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", - "reed-solomon-novelpoly", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "polkadot-gossip-support" -version = "0.1.0" -dependencies = [ - "assert_matches", - "futures 0.3.15", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.4", - "rand_chacha 0.3.1", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-network-bridge" -version = "0.1.0" -dependencies = [ - "assert_matches", - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "parity-scale-codec", - "parking_lot 0.11.1", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-authority-discovery", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "strum", - "tracing", -] - -[[package]] -name = "polkadot-node-collation-generation" -version = "0.1.0" -dependencies = [ - "futures 0.3.15", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-approval-voting" -version = "0.1.0" -dependencies = [ - "assert_matches", - "bitvec", - "derive_more", - "futures 0.3.15", - "futures-timer 3.0.2", - "kvdb", - "kvdb-memorydb", - "lru", - "maplit", - "merlin", - "parity-scale-codec", - "parking_lot 0.11.1", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "rand_core 0.5.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "schnorrkel", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-node-core-av-store" -version = "0.1.0" -dependencies = [ - "assert_matches", - "bitvec", - "env_logger 0.8.4", - "futures 0.3.15", - "futures-timer 3.0.2", - "kvdb", - "kvdb-memorydb", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-backing" -version = "0.1.0" -dependencies = [ - "assert_matches", - "bitvec", - "futures 0.3.15", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "polkadot-statement-table", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-bitfield-signing" -version = "0.1.0" -dependencies = [ - "futures 0.3.15", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", - "wasm-timer", -] - -[[package]] -name = "polkadot-node-core-candidate-validation" -version = "0.1.0" -dependencies = [ - "assert_matches", - "async-trait", - "futures 0.3.15", - "parity-scale-codec", - "polkadot-node-core-pvf", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-parachain", - "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-node-core-chain-api" -version = "0.1.0" -dependencies = [ - "futures 0.3.15", - "maplit", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-node-core-chain-selection" -version = "0.1.0" -dependencies = [ - "assert_matches", - "futures 0.3.15", - "kvdb", - "parity-scale-codec", - "parking_lot 0.11.1", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-dispute-coordinator" -version = "0.1.0" -dependencies = [ - "assert_matches", - "bitvec", - "derive_more", - "futures 0.3.15", - "kvdb", - "kvdb-memorydb", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-dispute-participation" -version = "0.1.0" -dependencies = [ - "assert_matches", - "futures 0.3.15", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-parachains-inherent" -version = "0.1.0" -dependencies = [ - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-provisioner" -version = "0.1.0" -dependencies = [ - "bitvec", - "futures 0.3.15", - "futures-timer 3.0.2", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-core-pvf" -version = "0.1.0" -dependencies = [ - "always-assert", - "assert_matches", - "async-process", - "async-std", - "futures 0.3.15", - "futures-timer 3.0.2", - "hex-literal", - "libc", - "parity-scale-codec", - "pin-project 1.0.7", - "polkadot-core-primitives", - "polkadot-parachain", - "rand 0.8.4", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-wasmtime", - "slotmap", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tempfile", - "test-parachain-adder", - "test-parachain-halt", - "tracing", -] - -[[package]] -name = "polkadot-node-core-runtime-api" -version = "0.1.0" -dependencies = [ - "futures 0.3.15", - "memory-lru", - "parity-util-mem", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "0.1.0" -dependencies = [ - "async-std", - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.11.1", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "0.1.0" -dependencies = [ - "futures 0.3.15", - "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "strum", - "thiserror", -] - -[[package]] -name = "polkadot-node-primitives" -version = "0.1.0" -dependencies = [ - "futures 0.3.15", - "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-statement-table", - "schnorrkel", - "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-consensus-vrf", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "zstd", -] - -[[package]] -name = "polkadot-node-subsystem" -version = "0.1.0" -dependencies = [ - "assert_matches", - "async-std", - "async-trait", - "derive_more", - "futures 0.3.15", - "futures-timer 3.0.2", - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-test-helpers", - "polkadot-primitives", - "polkadot-procmacro-subsystem-dispatch-gen", - "polkadot-statement-table", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-node-subsystem-test-helpers" -version = "0.1.0" -dependencies = [ - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "polkadot-statement-table", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-node-subsystem-util" -version = "0.1.0" -dependencies = [ - "assert_matches", - "async-trait", - "env_logger 0.8.4", - "futures 0.3.15", - "futures-timer 3.0.2", - "itertools 0.10.1", - "log", - "lru", - "metered-channel", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-primitives", - "rand 0.8.4", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-overseer" -version = "0.1.0" -dependencies = [ - "assert_matches", - "async-trait", - "femme", - "futures 0.3.15", - "futures-timer 3.0.2", - "kv-log-macro", - "lru", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "polkadot-procmacro-overseer-subsystems-gen", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", -] - -[[package]] -name = "polkadot-parachain" -version = "0.9.5" -dependencies = [ - "derive_more", - "parity-scale-codec", - "parity-util-mem", - "polkadot-core-primitives", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "polkadot-primitives" -version = "0.9.5" -dependencies = [ - "bitvec", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "hex-literal", - "parity-scale-codec", - "parity-util-mem", - "polkadot-core-primitives", - "polkadot-parachain", - "pretty_assertions 0.7.2", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "polkadot-procmacro-overseer-subsystems-gen" -version = "0.1.0" -dependencies = [ - "assert_matches", - "proc-macro2", - "quote", - "syn", - "trybuild", -] - -[[package]] -name = "polkadot-procmacro-subsystem-dispatch-gen" -version = "0.1.0" -dependencies = [ - "assert_matches", - "proc-macro2", - "quote", - "syn", - "trybuild", -] - -[[package]] -name = "polkadot-rpc" -version = "0.9.5" -dependencies = [ - "beefy-gadget", - "beefy-gadget-rpc", - "jsonrpc-core", - "pallet-mmr-rpc", - "pallet-transaction-payment-rpc", - "parity-scale-codec", - "polkadot-primitives", - "sc-chain-spec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe", - "sc-consensus-babe-rpc", - "sc-consensus-epochs", - "sc-finality-grandpa", - "sc-finality-grandpa-rpc", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-sync-state-rpc", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-frame-rpc-system", -] - -[[package]] -name = "polkadot-runtime" -version = "0.9.5" -dependencies = [ - "beefy-primitives", - "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-election-provider-support", - "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal", - "libsecp256k1", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-bounties", - "pallet-collective", - "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-elections-phragmen", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-mmr-primitives", - "pallet-multisig", - "pallet-nicks", - "pallet-offences", - "pallet-offences-benchmarking", - "pallet-proxy", - "pallet-scheduler", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-session-benchmarking", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-common", - "rustc-hex", - "separator", - "serde", - "serde_derive", - "serde_json", - "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-npos-elections", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", - "substrate-wasm-builder", - "tiny-keccak", - "trie-db", -] - -[[package]] -name = "polkadot-runtime-common" -version = "0.9.5" -dependencies = [ - "beefy-primitives", - "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support-test", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "hex-literal", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-beefy", - "pallet-mmr", - "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", - "rustc-hex", - "serde", - "serde_derive", - "serde_json", - "slot-range-helper", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", - "trie-db", - "xcm", -] - -[[package]] -name = "polkadot-runtime-parachains" -version = "0.9.5" -dependencies = [ - "bitvec", - "derive_more", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support-test", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "futures 0.3.15", - "hex-literal", - "libsecp256k1", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "rand 0.8.4", - "rand_chacha 0.3.1", - "rustc-hex", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "xcm", - "xcm-executor", -] - -[[package]] -name = "polkadot-runtime-test" -version = "0.9.0" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "pallet-collective", - "pallet-democracy", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime", - "polkadot-runtime-common", - "polkadot-service", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-manual-seal", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa", - "sc-service", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "test-runner", -] - -[[package]] -name = "polkadot-service" -version = "0.9.5" -dependencies = [ - "async-trait", - "beefy-gadget", - "beefy-primitives", - "env_logger 0.8.4", - "frame-system-rpc-runtime-api", - "futures 0.3.15", - "hex-literal", - "kusama-runtime", - "kvdb", - "kvdb-rocksdb", - "pallet-babe", - "pallet-im-online", - "pallet-mmr-primitives", - "pallet-staking", - "pallet-transaction-payment-rpc-runtime-api", - "polkadot-approval-distribution", - "polkadot-availability-bitfield-distribution", - "polkadot-availability-distribution", - "polkadot-availability-recovery", - "polkadot-client", - "polkadot-collator-protocol", - "polkadot-gossip-support", - "polkadot-network-bridge", - "polkadot-node-collation-generation", - "polkadot-node-core-approval-voting", - "polkadot-node-core-av-store", - "polkadot-node-core-backing", - "polkadot-node-core-bitfield-signing", - "polkadot-node-core-candidate-validation", - "polkadot-node-core-chain-api", - "polkadot-node-core-parachains-inherent", - "polkadot-node-core-provisioner", - "polkadot-node-core-runtime-api", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime", - "polkadot-runtime-parachains", - "polkadot-statement-distribution", - "polkadot-test-client", - "rococo-runtime", - "sc-authority-discovery", - "sc-basic-authorship", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-chain-spec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-db", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-slots", - "sc-consensus-uncles", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa", - "sc-finality-grandpa-warp-sync", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-transaction-pool", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", - "westend-runtime", -] - -[[package]] -name = "polkadot-simnet" -version = "0.1.0" -dependencies = [ - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "log", - "polkadot-cli", - "polkadot-runtime", - "polkadot-runtime-test", - "sc-cli", - "sc-consensus-manual-seal", - "sc-service", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "structopt", - "test-runner", - "tokio 1.7.1", -] - -[[package]] -name = "polkadot-statement-distribution" -version = "0.1.0" -dependencies = [ - "arrayvec 0.5.2", - "assert_matches", - "futures 0.3.15", - "futures-timer 3.0.2", - "indexmap", - "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-test-helpers", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", -] - -[[package]] -name = "polkadot-statement-table" -version = "0.9.5" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "polkadot-test-client" -version = "0.9.5" -dependencies = [ - "futures 0.3.15", - "parity-scale-codec", - "polkadot-node-subsystem", - "polkadot-primitives", - "polkadot-test-runtime", - "polkadot-test-service", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus", - "sc-service", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-test-client", -] - -[[package]] -name = "polkadot-test-malus" -version = "0.9.4" -dependencies = [ - "assert_matches", - "async-trait", - "color-eyre", - "parity-util-mem", - "polkadot-cli", - "polkadot-node-core-candidate-validation", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "structopt", -] - -[[package]] -name = "polkadot-test-runtime" -version = "0.9.5" -dependencies = [ - "beefy-primitives", - "bitvec", - "frame-election-provider-support", - "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system-rpc-runtime-api", - "hex-literal", - "libsecp256k1", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-grandpa", - "pallet-indices", - "pallet-mmr-primitives", - "pallet-nicks", - "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-vesting", - "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "rustc-hex", - "serde", - "serde_derive", - "serde_json", - "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-wasm-builder", - "tiny-keccak", -] - -[[package]] -name = "polkadot-test-service" -version = "0.9.5" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "futures 0.1.31", - "futures 0.3.15", - "hex", - "pallet-balances", - "pallet-staking", - "pallet-transaction-payment", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "polkadot-service", - "polkadot-test-runtime", - "rand 0.8.4", - "sc-authority-discovery", - "sc-chain-spec", - "sc-cli", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus", - "sc-consensus-babe", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-transaction-pool", - "serde_json", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-test-client", - "substrate-test-utils", - "tempfile", - "tokio 0.2.25", - "tracing", -] - -[[package]] -name = "polling" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "log", - "wepoll-ffi", - "winapi 0.3.9", -] - -[[package]] -name = "poly1305" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8" -dependencies = [ - "cpuid-bool", - "universal-hash", -] - -[[package]] -name = "polyval" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" -dependencies = [ - "cpuid-bool", - "opaque-debug 0.3.0", - "universal-hash", -] - -[[package]] -name = "ppv-lite86" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" - -[[package]] -name = "predicates" -version = "1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df" -dependencies = [ - "difference", - "predicates-core", -] - -[[package]] -name = "predicates-core" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451" - -[[package]] -name = "predicates-tree" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2" -dependencies = [ - "predicates-core", - "treeline", -] - -[[package]] -name = "pretty_assertions" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" -dependencies = [ - "ansi_term 0.11.0", - "ctor", - "difference", - "output_vt100", -] - -[[package]] -name = "pretty_assertions" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b" -dependencies = [ - "ansi_term 0.12.1", - "ctor", - "diff", - "output_vt100", -] - -[[package]] -name = "primitive-types" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace" -dependencies = [ - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "uint", -] - -[[package]] -name = "proc-macro-crate" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" -dependencies = [ - "toml", -] - -[[package]] -name = "proc-macro-crate" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92" -dependencies = [ - "thiserror", - "toml", -] - -[[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" -dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" -dependencies = [ - "proc-macro2", - "quote", - "version_check", -] - -[[package]] -name = "proc-macro-hack" -version = "0.5.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" - -[[package]] -name = "proc-macro-nested" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" - -[[package]] -name = "proc-macro2" -version = "1.0.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" -dependencies = [ - "unicode-xid", -] - -[[package]] -name = "prometheus" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d" -dependencies = [ - "cfg-if 1.0.0", - "fnv", - "lazy_static", - "parking_lot 0.11.1", - "regex", - "thiserror", -] - -[[package]] -name = "prost" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2" -dependencies = [ - "bytes 1.0.1", - "prost-derive", -] - -[[package]] -name = "prost-build" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3" -dependencies = [ - "bytes 1.0.1", - "heck", - "itertools 0.9.0", - "log", - "multimap", - "petgraph", - "prost", - "prost-types", - "tempfile", - "which", -] - -[[package]] -name = "prost-derive" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4" -dependencies = [ - "anyhow", - "itertools 0.9.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "prost-types" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb" -dependencies = [ - "bytes 1.0.1", - "prost", -] - -[[package]] -name = "psm" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21ff0279b4a85e576b97e4a21d13e437ebcd56612706cde5d3f0d5c9399490c0" -dependencies = [ - "cc", -] - -[[package]] -name = "pwasm-utils" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f" -dependencies = [ - "byteorder", - "log", - "parity-wasm 0.42.2", -] - -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - -[[package]] -name = "quick-error" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" - -[[package]] -name = "quicksink" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" -dependencies = [ - "futures-core", - "futures-sink", - "pin-project-lite 0.1.12", -] - -[[package]] -name = "quote" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "radium" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb" - -[[package]] -name = "rand" -version = "0.3.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" -dependencies = [ - "libc", - "rand 0.4.6", -] - -[[package]] -name = "rand" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" -dependencies = [ - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "rdrand", - "winapi 0.3.9", -] - -[[package]] -name = "rand" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" -dependencies = [ - "getrandom 0.1.16", - "libc", - "rand_chacha 0.2.2", - "rand_core 0.5.1", - "rand_hc 0.2.0", - "rand_pcg", -] - -[[package]] -name = "rand" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" -dependencies = [ - "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.3", - "rand_hc 0.3.1", -] - -[[package]] -name = "rand_chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" -dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", -] - -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core 0.6.3", -] - -[[package]] -name = "rand_core" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" -dependencies = [ - "rand_core 0.4.2", -] - -[[package]] -name = "rand_core" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" - -[[package]] -name = "rand_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" -dependencies = [ - "getrandom 0.1.16", -] - -[[package]] -name = "rand_core" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" -dependencies = [ - "getrandom 0.2.3", -] - -[[package]] -name = "rand_distr" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142" -dependencies = [ - "num-traits", - "rand 0.8.4", -] - -[[package]] -name = "rand_hc" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" -dependencies = [ - "rand_core 0.5.1", -] - -[[package]] -name = "rand_hc" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" -dependencies = [ - "rand_core 0.6.3", -] - -[[package]] -name = "rand_pcg" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" -dependencies = [ - "rand_core 0.5.1", -] - -[[package]] -name = "rawpointer" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" - -[[package]] -name = "rayon" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" -dependencies = [ - "autocfg", - "crossbeam-deque 0.8.0", - "either", - "rayon-core", -] - -[[package]] -name = "rayon-core" -version = "1.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" -dependencies = [ - "crossbeam-channel", - "crossbeam-deque 0.8.0", - "crossbeam-utils 0.8.5", - "lazy_static", - "num_cpus", -] - -[[package]] -name = "rdrand" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" -dependencies = [ - "rand_core 0.3.1", -] - -[[package]] -name = "redox_syscall" -version = "0.1.57" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" - -[[package]] -name = "redox_syscall" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee" -dependencies = [ - "bitflags", -] - -[[package]] -name = "redox_users" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" -dependencies = [ - "getrandom 0.2.3", - "redox_syscall 0.2.9", -] - -[[package]] -name = "reed-solomon-novelpoly" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221" -dependencies = [ - "derive_more", - "fs-err", - "itertools 0.10.1", - "static_init", - "thiserror", -] - -[[package]] -name = "ref-cast" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da" -dependencies = [ - "ref-cast-impl", -] - -[[package]] -name = "ref-cast-impl" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "regalloc" -version = "0.0.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5" -dependencies = [ - "log", - "rustc-hash", - "serde", - "smallvec 1.6.1", -] - -[[package]] -name = "regex" -version = "1.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" -dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax", -] - -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax", -] - -[[package]] -name = "regex-syntax" -version = "0.6.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" - -[[package]] -name = "region" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0" -dependencies = [ - "bitflags", - "libc", - "mach", - "winapi 0.3.9", -] - -[[package]] -name = "remote-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "env_logger 0.8.4", - "hex", - "jsonrpsee-proc-macros", - "jsonrpsee-ws-client", - "log", - "parity-scale-codec", - "serde", - "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "remove_dir_all" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "resolv-conf" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error 1.2.3", -] - -[[package]] -name = "retain_mut" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b" - -[[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin", - "untrusted", - "web-sys", - "winapi 0.3.9", -] - -[[package]] -name = "rlp" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8" -dependencies = [ - "bytes 1.0.1", - "rustc-hex", -] - -[[package]] -name = "rocksdb" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3" -dependencies = [ - "libc", - "librocksdb-sys", -] - -[[package]] -name = "rococo-runtime" -version = "0.9.5" -dependencies = [ - "beefy-primitives", - "bp-rococo", - "bp-wococo", - "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system-rpc-runtime-api", - "hex-literal", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-beefy", - "pallet-bridge-grandpa", - "pallet-collective", - "pallet-grandpa", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-mmr", - "pallet-mmr-primitives", - "pallet-offences", - "pallet-proxy", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-utility", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "serde", - "serde_derive", - "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", -] - -[[package]] -name = "rpassword" -version = "5.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" -dependencies = [ - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "rustc-demangle" -version = "0.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" - -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - -[[package]] -name = "rustc-hex" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" - -[[package]] -name = "rustc_version" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -dependencies = [ - "semver 0.9.0", -] - -[[package]] -name = "rustls" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" -dependencies = [ - "base64 0.12.3", - "log", - "ring", - "sct", - "webpki", -] - -[[package]] -name = "rustls" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" -dependencies = [ - "base64 0.13.0", - "log", - "ring", - "sct", - "webpki", -] - -[[package]] -name = "rustls-native-certs" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8" -dependencies = [ - "openssl-probe", - "rustls 0.18.1", - "schannel", - "security-framework 1.0.0", -] - -[[package]] -name = "rustls-native-certs" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" -dependencies = [ - "openssl-probe", - "rustls 0.19.1", - "schannel", - "security-framework 2.3.1", -] - -[[package]] -name = "rustversion" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" - -[[package]] -name = "ruzstd" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00" -dependencies = [ - "byteorder", - "twox-hash", -] - -[[package]] -name = "rw-stream-sink" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" -dependencies = [ - "futures 0.3.15", - "pin-project 0.4.28", - "static_assertions", -] - -[[package]] -name = "ryu" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" - -[[package]] -name = "salsa20" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15" -dependencies = [ - "cipher", -] - -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "sc-authority-discovery" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "derive_more", - "either", - "futures 0.3.15", - "futures-timer 3.0.2", - "ip_network", - "libp2p", - "log", - "parity-scale-codec", - "prost", - "prost-build", - "rand 0.7.3", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-basic-authorship" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "parity-scale-codec", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-proposer-metrics", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-block-builder" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sc-block-builder" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-finality-grandpa", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-chain-spec-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sc-cli" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "chrono", - "fdlimit", - "futures 0.3.15", - "hex", - "libp2p", - "log", - "names", - "parity-scale-codec", - "rand 0.7.3", - "regex", - "rpassword", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "structopt", - "thiserror", - "tiny-bip39", - "tokio 0.2.25", -] - -[[package]] -name = "sc-client-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "derive_more", - "fnv", - "futures 0.3.15", - "hash-db", - "kvdb", - "lazy_static", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sc-client-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "fnv", - "futures 0.3.15", - "hash-db", - "kvdb", - "lazy_static", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-client-db" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "blake2-rfc", - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-state-db", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "derive_more", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "merlin", - "num-bigint", - "num-rational 0.2.4", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "pdqselect", - "rand 0.7.3", - "retain_mut", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-epochs", - "sc-consensus-slots", - "sc-consensus-uncles", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "schnorrkel", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-consensus-vrf", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-consensus-babe-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-consensus-epochs" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-consensus-manual-seal" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "assert_matches", - "async-trait", - "derive_more", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-transaction-pool", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-slots", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sc-consensus-uncles" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authorship", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sc-executor" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "derive_more", - "lazy_static", - "libsecp256k1", - "log", - "parity-scale-codec", - "parity-wasm 0.42.2", - "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "wasmi", -] - -[[package]] -name = "sc-executor" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "lazy_static", - "libsecp256k1", - "log", - "parity-scale-codec", - "parity-wasm 0.42.2", - "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-wasmtime", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasmi", -] - -[[package]] -name = "sc-executor-common" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "derive_more", - "parity-scale-codec", - "pwasm-utils", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", - "wasmi", -] - -[[package]] -name = "sc-executor-common" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "parity-scale-codec", - "pwasm-utils", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "wasmi", -] - -[[package]] -name = "sc-executor-wasmi" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "log", - "parity-scale-codec", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "wasmi", -] - -[[package]] -name = "sc-executor-wasmi" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "log", - "parity-scale-codec", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasmi", -] - -[[package]] -name = "sc-executor-wasmtime" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "log", - "parity-scale-codec", - "parity-wasm 0.42.2", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "scoped-tls", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasmtime", -] - -[[package]] -name = "sc-finality-grandpa" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "derive_more", - "dyn-clone", - "finality-grandpa", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "futures 0.3.15", - "futures-timer 3.0.2", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasm-timer", -] - -[[package]] -name = "sc-finality-grandpa-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "finality-grandpa", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-finality-grandpa-warp-sync" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "futures 0.3.15", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "prost", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-informant" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "ansi_term 0.12.1", - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "parity-util-mem", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasm-timer", -] - -[[package]] -name = "sc-keystore" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.15", - "futures-util", - "hex", - "merlin", - "parking_lot 0.11.1", - "rand 0.7.3", - "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "subtle 2.4.0", -] - -[[package]] -name = "sc-keystore" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.15", - "futures-util", - "hex", - "merlin", - "parking_lot 0.11.1", - "rand 0.7.3", - "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "subtle 2.4.0", -] - -[[package]] -name = "sc-light" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "hash-db", - "lazy_static", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-network" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "async-std", - "async-trait", - "asynchronous-codec 0.5.0", - "bitflags", - "bs58", - "bytes 1.0.1", - "cid", - "derive_more", - "either", - "erased-serde", - "fnv", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate)", - "futures 0.3.15", - "futures-timer 3.0.2", - "hex", - "ip_network", - "libp2p", - "linked-hash-map", - "linked_hash_set", - "log", - "lru", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "prost", - "prost-build", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate)", - "serde", - "serde_json", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", - "thiserror", - "unsigned-varint 0.6.0", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-std", - "async-trait", - "asynchronous-codec 0.5.0", - "bitflags", - "bs58", - "bytes 1.0.1", - "cid", - "derive_more", - "either", - "erased-serde", - "fnv", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "futures 0.3.15", - "futures-timer 3.0.2", - "hex", - "ip_network", - "libp2p", - "linked-hash-map", - "linked_hash_set", - "log", - "lru", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "prost", - "prost-build", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "serde_json", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "unsigned-varint 0.6.0", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network-gossip" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "futures 0.3.15", - "futures-timer 3.0.2", - "libp2p", - "log", - "lru", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", - "tracing", - "wasm-timer", -] - -[[package]] -name = "sc-network-gossip" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "futures-timer 3.0.2", - "libp2p", - "log", - "lru", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", - "wasm-timer", -] - -[[package]] -name = "sc-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "bytes 0.5.6", - "fnv", - "futures 0.3.15", - "futures-timer 3.0.2", - "hex", - "hyper 0.13.10", - "hyper-rustls", - "log", - "num_cpus", - "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "threadpool", -] - -[[package]] -name = "sc-peerset" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "futures 0.3.15", - "libp2p", - "log", - "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "wasm-timer", -] - -[[package]] -name = "sc-peerset" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "libp2p", - "log", - "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasm-timer", -] - -[[package]] -name = "sc-proposer-metrics" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "log", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "futures 0.3.15", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sc-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-rpc-api" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "derive_more", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sc-rpc-api" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-rpc-server" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "futures 0.1.31", - "jsonrpc-core", - "jsonrpc-http-server", - "jsonrpc-ipc-server", - "jsonrpc-pubsub", - "jsonrpc-ws-server", - "log", - "serde", - "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sc-rpc-server" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.1.31", - "jsonrpc-core", - "jsonrpc-http-server", - "jsonrpc-ipc-server", - "jsonrpc-pubsub", - "jsonrpc-ws-server", - "log", - "serde", - "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-service" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures 0.1.31", - "futures 0.3.15", - "futures-timer 3.0.2", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "lazy_static", - "log", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-chain-spec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-db", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-informant", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-light", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-offchain", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-transaction-pool", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-storage-proof", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tempfile", - "thiserror", - "tracing", - "tracing-futures", - "wasm-timer", -] - -[[package]] -name = "sc-state-db" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "log", - "parity-scale-codec", - "parity-util-mem", - "parity-util-mem-derive", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sc-sync-state-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "sc-chain-spec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-finality-grandpa", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sc-telemetry" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "chrono", - "futures 0.3.15", - "libp2p", - "log", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "rand 0.7.3", - "serde", - "serde_json", - "take_mut", - "thiserror", - "void", - "wasm-timer", -] - -[[package]] -name = "sc-telemetry" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "chrono", - "futures 0.3.15", - "libp2p", - "log", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "rand 0.7.3", - "serde", - "serde_json", - "take_mut", - "thiserror", - "void", - "wasm-timer", -] - -[[package]] -name = "sc-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "ansi_term 0.12.1", - "atty", - "erased-serde", - "lazy_static", - "log", - "once_cell", - "parking_lot 0.11.1", - "regex", - "rustc-hash", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate)", - "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", - "wasm-bindgen", - "wasm-timer", - "web-sys", -] - -[[package]] -name = "sc-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "ansi_term 0.12.1", - "atty", - "erased-serde", - "lazy_static", - "log", - "once_cell", - "parking_lot 0.11.1", - "regex", - "rustc-hash", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", - "wasm-bindgen", - "wasm-timer", - "web-sys", -] - -[[package]] -name = "sc-tracing-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sc-tracing-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sc-transaction-graph" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "futures 0.3.15", - "linked-hash-map", - "log", - "parity-util-mem", - "parking_lot 0.11.1", - "retain_mut", - "serde", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sc-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "intervalier", - "log", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-transaction-graph", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "schannel" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" -dependencies = [ - "lazy_static", - "winapi 0.3.9", -] - -[[package]] -name = "schnorrkel" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" -dependencies = [ - "arrayref", - "arrayvec 0.5.2", - "curve25519-dalek 2.1.2", - "getrandom 0.1.16", - "merlin", - "rand 0.7.3", - "rand_core 0.5.1", - "sha2 0.8.2", - "subtle 2.4.0", - "zeroize", -] - -[[package]] -name = "scoped-tls" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" - -[[package]] -name = "scopeguard" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" - -[[package]] -name = "scroll" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec" -dependencies = [ - "scroll_derive", -] - -[[package]] -name = "scroll_derive" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sct" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "secrecy" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0" -dependencies = [ - "zeroize", -] - -[[package]] -name = "security-framework" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b" -dependencies = [ - "bitflags", - "core-foundation 0.7.0", - "core-foundation-sys 0.7.0", - "libc", - "security-framework-sys 1.0.0", -] - -[[package]] -name = "security-framework" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" -dependencies = [ - "bitflags", - "core-foundation 0.9.1", - "core-foundation-sys 0.8.2", - "libc", - "security-framework-sys 2.3.0", -] - -[[package]] -name = "security-framework-sys" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7" -dependencies = [ - "core-foundation-sys 0.7.0", - "libc", -] - -[[package]] -name = "security-framework-sys" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" -dependencies = [ - "core-foundation-sys 0.8.2", - "libc", -] - -[[package]] -name = "semver" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537" -dependencies = [ - "semver-parser 0.7.0", -] - -[[package]] -name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser 0.7.0", -] - -[[package]] -name = "semver" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" -dependencies = [ - "semver-parser 0.10.2", - "serde", -] - -[[package]] -name = "semver-parser" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" - -[[package]] -name = "semver-parser" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" -dependencies = [ - "pest", -] - -[[package]] -name = "send_wrapper" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" - -[[package]] -name = "send_wrapper" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930c0acf610d3fdb5e2ab6213019aaa04e227ebe9547b0649ba599b16d788bd7" - -[[package]] -name = "separator" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" - -[[package]] -name = "serde" -version = "1.0.126" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_derive" -version = "1.0.126" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "serde_json" -version = "1.0.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" -dependencies = [ - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "sha-1" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" -dependencies = [ - "block-buffer 0.7.3", - "digest 0.8.1", - "fake-simd", - "opaque-debug 0.2.3", -] - -[[package]] -name = "sha-1" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.0", -] - -[[package]] -name = "sha2" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" -dependencies = [ - "block-buffer 0.7.3", - "digest 0.8.1", - "fake-simd", - "opaque-debug 0.2.3", -] - -[[package]] -name = "sha2" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.0", -] - -[[package]] -name = "sha3" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" -dependencies = [ - "block-buffer 0.9.0", - "digest 0.9.0", - "keccak", - "opaque-debug 0.3.0", -] - -[[package]] -name = "sharded-slab" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "shlex" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" - -[[package]] -name = "signal-hook" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39" -dependencies = [ - "libc", - "signal-hook-registry", -] - -[[package]] -name = "signal-hook-registry" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" -dependencies = [ - "libc", -] - -[[package]] -name = "signature" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68" - -[[package]] -name = "simba" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5132a955559188f3d13c9ba831e77c802ddc8782783f050ed0c52f5988b95f4c" -dependencies = [ - "approx 0.4.0", - "num-complex 0.3.1", - "num-traits", - "paste", -] - -[[package]] -name = "simba" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c" -dependencies = [ - "approx 0.5.0", - "num-complex 0.4.0", - "num-traits", - "paste", -] - -[[package]] -name = "slab" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" - -[[package]] -name = "slog" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" -dependencies = [ - "erased-serde", -] - -[[package]] -name = "slot-range-helper" -version = "0.9.5" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "slotmap" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585cd5dffe4e9e06f6dfdf66708b70aca3f781bed561f4f667b2d9c0d4559e36" -dependencies = [ - "version_check", -] - -[[package]] -name = "smallvec" -version = "0.6.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" -dependencies = [ - "maybe-uninit", -] - -[[package]] -name = "smallvec" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" - -[[package]] -name = "snow" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50" -dependencies = [ - "aes-gcm", - "blake2", - "chacha20poly1305", - "rand 0.7.3", - "rand_core 0.5.1", - "ring", - "rustc_version", - "sha2 0.9.5", - "subtle 2.4.0", - "x25519-dalek", -] - -[[package]] -name = "socket2" -version = "0.3.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "socket2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" -dependencies = [ - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "soketto" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88" -dependencies = [ - "base64 0.12.3", - "bytes 0.5.6", - "flate2", - "futures 0.3.15", - "httparse", - "log", - "rand 0.7.3", - "sha-1 0.9.6", -] - -[[package]] -name = "soketto" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4919971d141dbadaa0e82b5d369e2d7666c98e4625046140615ca363e50d4daa" -dependencies = [ - "base64 0.13.0", - "bytes 1.0.1", - "futures 0.3.15", - "httparse", - "log", - "rand 0.8.4", - "sha-1 0.9.6", -] - -[[package]] -name = "sp-allocator" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", -] - -[[package]] -name = "sp-allocator" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sp-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", -] - -[[package]] -name = "sp-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sp-api-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "blake2-rfc", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-api-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "blake2-rfc", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-arithmetic" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "static_assertions", -] - -[[package]] -name = "sp-arithmetic" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", -] - -[[package]] -name = "sp-authority-discovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-block-builder" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-block-builder" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-blockchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "futures 0.3.15", - "log", - "lru", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "thiserror", -] - -[[package]] -name = "sp-blockchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "log", - "lru", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sp-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "serde", - "serde_json", -] - -[[package]] -name = "sp-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "serde", - "serde_json", -] - -[[package]] -name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "libp2p", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "libp2p", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "merlin", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-slots", - "sp-consensus-vrf", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-consensus-vrf" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-core" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "base58", - "blake2-rfc", - "byteorder", - "dyn-clonable", - "ed25519-dalek", - "futures 0.3.15", - "hash-db", - "hash256-std-hasher", - "hex", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", - "merlin", - "num-traits", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "primitive-types", - "rand 0.7.3", - "regex", - "schnorrkel", - "secrecy", - "serde", - "sha2 0.9.5", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "tiny-keccak", - "twox-hash", - "wasmi", - "zeroize", -] - -[[package]] -name = "sp-core" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "base58", - "blake2-rfc", - "byteorder", - "dyn-clonable", - "ed25519-dalek", - "futures 0.3.15", - "hash-db", - "hash256-std-hasher", - "hex", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "merlin", - "num-traits", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "primitive-types", - "rand 0.7.3", - "regex", - "schnorrkel", - "secrecy", - "serde", - "sha2 0.9.5", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "tiny-keccak", - "twox-hash", - "wasmi", - "zeroize", -] - -[[package]] -name = "sp-database" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "kvdb", - "parking_lot 0.11.1", -] - -[[package]] -name = "sp-database" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "kvdb", - "parking_lot 0.11.1", -] - -[[package]] -name = "sp-debug-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-debug-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-finality-grandpa" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-inherents" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", -] - -[[package]] -name = "sp-inherents" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "futures 0.3.15", - "hash-db", - "libsecp256k1", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "hash-db", - "libsecp256k1", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-keyring" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "lazy_static", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "strum", -] - -[[package]] -name = "sp-keystore" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.15", - "merlin", - "parity-scale-codec", - "parking_lot 0.11.1", - "schnorrkel", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-keystore" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.15", - "merlin", - "parity-scale-codec", - "parking_lot 0.11.1", - "schnorrkel", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-maybe-compressed-blob" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "ruzstd", - "zstd", -] - -[[package]] -name = "sp-maybe-compressed-blob" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "ruzstd", - "zstd", -] - -[[package]] -name = "sp-npos-elections" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-npos-elections-compact", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-npos-elections-compact" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-panic-handler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "backtrace", -] - -[[package]] -name = "sp-panic-handler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "backtrace", -] - -[[package]] -name = "sp-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "tracing-core", -] - -[[package]] -name = "sp-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing-core", -] - -[[package]] -name = "sp-runtime" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate)", - "parity-scale-codec", - "parity-util-mem", - "paste", - "rand 0.7.3", - "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-runtime" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "parity-util-mem", - "paste", - "rand 0.7.3", - "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-runtime-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "Inflector", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "Inflector", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-serializer" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "serde", - "serde_json", -] - -[[package]] -name = "sp-serializer" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "serde", - "serde_json", -] - -[[package]] -name = "sp-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-state-machine" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "hash-db", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-state-machine" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "hash-db", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" - -[[package]] -name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" - -[[package]] -name = "sp-storage" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-storage" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-tasks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-tasks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "async-trait", - "futures-timer 3.0.2", - "log", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "futures-timer 3.0.2", - "log", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "erased-serde", - "log", - "parity-scale-codec", - "parking_lot 0.10.2", - "serde", - "serde_json", - "slog", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "erased-serde", - "log", - "parity-scale-codec", - "parking_lot 0.10.2", - "serde", - "serde_json", - "slog", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "derive_more", - "futures 0.3.15", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "thiserror", -] - -[[package]] -name = "sp-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "derive_more", - "futures 0.3.15", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sp-transaction-storage-proof" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "log", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "hash-db", - "memory-db", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "hash-db", - "memory-db", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "futures 0.3.15", - "futures-core", - "futures-timer 3.0.2", - "lazy_static", - "prometheus", -] - -[[package]] -name = "sp-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "futures-core", - "futures-timer 3.0.2", - "lazy_static", - "prometheus", -] - -[[package]] -name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate)", -] - -[[package]] -name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sp-version-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "parity-scale-codec", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-version-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "parity-scale-codec", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-wasm-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate)", - "wasmi", -] - -[[package]] -name = "sp-wasm-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasmi", -] - -[[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" - -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - -[[package]] -name = "static_init" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c" -dependencies = [ - "cfg_aliases", - "libc", - "parking_lot 0.11.1", - "static_init_macro", -] - -[[package]] -name = "static_init_macro" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf" -dependencies = [ - "cfg_aliases", - "memchr", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "statrs" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0c1f144861fbfd2a8cc82d564ccbf7fb3b7834d4fa128b84e9c2a73371aead" -dependencies = [ - "approx 0.4.0", - "lazy_static", - "nalgebra 0.26.2", - "num-traits", - "rand 0.8.4", -] - -[[package]] -name = "stream-cipher" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89" -dependencies = [ - "block-cipher", - "generic-array 0.14.4", -] - -[[package]] -name = "string" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" -dependencies = [ - "bytes 0.4.12", -] - -[[package]] -name = "strsim" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" - -[[package]] -name = "structopt" -version = "0.3.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" -dependencies = [ - "clap", - "lazy_static", - "structopt-derive", -] - -[[package]] -name = "structopt-derive" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" -dependencies = [ - "heck", - "proc-macro-error", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "strum" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c" -dependencies = [ - "strum_macros", -] - -[[package]] -name = "strum_macros" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "substrate-bip39" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236" -dependencies = [ - "hmac 0.7.1", - "pbkdf2 0.3.0", - "schnorrkel", - "sha2 0.8.2", - "zeroize", -] - -[[package]] -name = "substrate-browser-utils" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "chrono", - "console_error_panic_hook", - "futures 0.1.31", - "futures 0.3.15", - "futures-timer 3.0.2", - "getrandom 0.2.3", - "js-sys", - "kvdb-web", - "libp2p-wasm-ext", - "log", - "rand 0.7.3", - "sc-chain-spec", - "sc-informant", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasm-bindgen", - "wasm-bindgen-futures", -] - -[[package]] -name = "substrate-build-script-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "platforms", -] - -[[package]] -name = "substrate-frame-rpc-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-system-rpc-runtime-api", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "log", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6cd6b1240ce741f06b05ad1c59f5399e52e717a" -dependencies = [ - "async-std", - "derive_more", - "futures-util", - "hyper 0.13.10", - "log", - "prometheus", - "tokio 0.2.25", -] - -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-std", - "derive_more", - "futures-util", - "hyper 0.13.10", - "log", - "prometheus", - "tokio 0.2.25", -] - -[[package]] -name = "substrate-test-client" -version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "async-trait", - "futures 0.1.31", - "futures 0.3.15", - "hash-db", - "hex", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-db", - "sc-consensus", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-light", - "sc-offchain", - "sc-service", - "serde", - "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "substrate-test-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "futures 0.3.15", - "substrate-test-utils-derive", - "tokio 0.2.25", -] - -[[package]] -name = "substrate-test-utils-derive" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "proc-macro-crate 1.0.0", - "quote", - "syn", -] - -[[package]] -name = "substrate-wasm-builder" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79091baab813855ddf65b191de9fe53e656b6b67c1e9bd23fdcbff8788164684" -dependencies = [ - "ansi_term 0.12.1", - "atty", - "build-helper", - "cargo_metadata", - "tempfile", - "toml", - "walkdir", - "wasm-gc-api", -] - -[[package]] -name = "subtle" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" - -[[package]] -name = "subtle" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" - -[[package]] -name = "syn" -version = "1.0.73" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" -dependencies = [ - "proc-macro2", - "quote", - "unicode-xid", -] - -[[package]] -name = "synstructure" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" -dependencies = [ - "proc-macro2", - "quote", - "syn", - "unicode-xid", -] - -[[package]] -name = "take_mut" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" - -[[package]] -name = "tap" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" - -[[package]] -name = "target-lexicon" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834" - -[[package]] -name = "tempfile" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "rand 0.8.4", - "redox_syscall 0.2.9", - "remove_dir_all", - "winapi 0.3.9", -] - -[[package]] -name = "termcolor" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "test-parachain-adder" -version = "0.9.5" -dependencies = [ - "dlmalloc", - "parity-scale-codec", - "polkadot-parachain", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-wasm-builder", - "tiny-keccak", -] - -[[package]] -name = "test-parachain-adder-collator" -version = "0.9.5" -dependencies = [ - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "parity-scale-codec", - "polkadot-cli", - "polkadot-node-core-pvf", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-service", - "polkadot-test-service", - "sc-authority-discovery", - "sc-cli", - "sc-service", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "structopt", - "substrate-test-utils", - "test-parachain-adder", - "tokio 0.2.25", -] - -[[package]] -name = "test-parachain-halt" -version = "0.9.5" -dependencies = [ - "substrate-wasm-builder", -] - -[[package]] -name = "test-parachains" -version = "0.9.5" -dependencies = [ - "parity-scale-codec", - "polkadot-parachain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "test-parachain-adder", - "test-parachain-halt", - "tiny-keccak", -] - -[[package]] -name = "test-runner" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "env_logger 0.7.1", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "log", - "parking_lot 0.11.1", - "sc-basic-authorship", - "sc-cli", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-manual-seal", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-informant", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "sc-transaction-graph", - "sc-transaction-pool", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "tokio 0.2.25", -] - -[[package]] -name = "textwrap" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" -dependencies = [ - "unicode-width", -] - -[[package]] -name = "thiserror" -version = "1.0.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "thread_local" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" -dependencies = [ - "once_cell", -] - -[[package]] -name = "threadpool" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" -dependencies = [ - "num_cpus", -] - -[[package]] -name = "thrift" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b" -dependencies = [ - "byteorder", - "integer-encoding", - "log", - "ordered-float", - "threadpool", -] - -[[package]] -name = "time" -version = "0.1.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi 0.3.9", -] - -[[package]] -name = "tiny-bip39" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8" -dependencies = [ - "anyhow", - "hmac 0.8.1", - "once_cell", - "pbkdf2 0.4.0", - "rand 0.7.3", - "rustc-hash", - "sha2 0.9.5", - "thiserror", - "unicode-normalization", - "zeroize", -] - -[[package]] -name = "tiny-keccak" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" -dependencies = [ - "crunchy", -] - -[[package]] -name = "tinyvec" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" - -[[package]] -name = "tokio" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "mio 0.6.23", - "num_cpus", - "tokio-codec", - "tokio-current-thread", - "tokio-executor", - "tokio-fs", - "tokio-io", - "tokio-reactor", - "tokio-sync", - "tokio-tcp", - "tokio-threadpool", - "tokio-timer", - "tokio-udp", - "tokio-uds", -] - -[[package]] -name = "tokio" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" -dependencies = [ - "bytes 0.5.6", - "fnv", - "futures-core", - "iovec", - "lazy_static", - "libc", - "memchr", - "mio 0.6.23", - "mio-named-pipes", - "mio-uds", - "num_cpus", - "pin-project-lite 0.1.12", - "signal-hook-registry", - "slab", - "tokio-macros 0.2.6", - "winapi 0.3.9", -] - -[[package]] -name = "tokio" -version = "1.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2" -dependencies = [ - "autocfg", - "libc", - "mio 0.7.13", - "num_cpus", - "once_cell", - "pin-project-lite 0.2.6", - "signal-hook-registry", - "tokio-macros 1.2.0", - "winapi 0.3.9", -] - -[[package]] -name = "tokio-buf" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" -dependencies = [ - "bytes 0.4.12", - "either", - "futures 0.1.31", -] - -[[package]] -name = "tokio-codec" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "tokio-io", -] - -[[package]] -name = "tokio-current-thread" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" -dependencies = [ - "futures 0.1.31", - "tokio-executor", -] - -[[package]] -name = "tokio-executor" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" -dependencies = [ - "crossbeam-utils 0.7.2", - "futures 0.1.31", -] - -[[package]] -name = "tokio-fs" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" -dependencies = [ - "futures 0.1.31", - "tokio-io", - "tokio-threadpool", -] - -[[package]] -name = "tokio-io" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "log", -] - -[[package]] -name = "tokio-macros" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "tokio-macros" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "tokio-named-pipes" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "mio 0.6.23", - "mio-named-pipes", - "tokio 0.1.22", -] - -[[package]] -name = "tokio-reactor" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" -dependencies = [ - "crossbeam-utils 0.7.2", - "futures 0.1.31", - "lazy_static", - "log", - "mio 0.6.23", - "num_cpus", - "parking_lot 0.9.0", - "slab", - "tokio-executor", - "tokio-io", - "tokio-sync", -] - -[[package]] -name = "tokio-rustls" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" -dependencies = [ - "futures-core", - "rustls 0.18.1", - "tokio 0.2.25", - "webpki", -] - -[[package]] -name = "tokio-rustls" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736" -dependencies = [ - "futures-core", - "rustls 0.19.1", - "tokio 0.2.25", - "webpki", -] - -[[package]] -name = "tokio-service" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" -dependencies = [ - "futures 0.1.31", -] - -[[package]] -name = "tokio-sync" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" -dependencies = [ - "fnv", - "futures 0.1.31", -] - -[[package]] -name = "tokio-tcp" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "iovec", - "mio 0.6.23", - "tokio-io", - "tokio-reactor", -] - -[[package]] -name = "tokio-threadpool" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" -dependencies = [ - "crossbeam-deque 0.7.3", - "crossbeam-queue", - "crossbeam-utils 0.7.2", - "futures 0.1.31", - "lazy_static", - "log", - "num_cpus", - "slab", - "tokio-executor", -] - -[[package]] -name = "tokio-timer" -version = "0.2.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" -dependencies = [ - "crossbeam-utils 0.7.2", - "futures 0.1.31", - "slab", - "tokio-executor", -] - -[[package]] -name = "tokio-udp" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "log", - "mio 0.6.23", - "tokio-codec", - "tokio-io", - "tokio-reactor", -] - -[[package]] -name = "tokio-uds" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" -dependencies = [ - "bytes 0.4.12", - "futures 0.1.31", - "iovec", - "libc", - "log", - "mio 0.6.23", - "mio-uds", - "tokio-codec", - "tokio-io", - "tokio-reactor", -] - -[[package]] -name = "tokio-util" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" -dependencies = [ - "bytes 0.5.6", - "futures-core", - "futures-io", - "futures-sink", - "log", - "pin-project-lite 0.1.12", - "tokio 0.2.25", -] - -[[package]] -name = "toml" -version = "0.5.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" -dependencies = [ - "serde", -] - -[[package]] -name = "tower-service" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" - -[[package]] -name = "tracing" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d" -dependencies = [ - "cfg-if 1.0.0", - "log", - "pin-project-lite 0.2.6", - "tracing-attributes", - "tracing-core", -] - -[[package]] -name = "tracing-attributes" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "tracing-core" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "tracing-futures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" -dependencies = [ - "pin-project 1.0.7", - "tracing", -] - -[[package]] -name = "tracing-log" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" -dependencies = [ - "lazy_static", - "log", - "tracing-core", -] - -[[package]] -name = "tracing-serde" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b" -dependencies = [ - "serde", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5" -dependencies = [ - "ansi_term 0.12.1", - "chrono", - "lazy_static", - "matchers", - "regex", - "serde", - "serde_json", - "sharded-slab", - "smallvec 1.6.1", - "thread_local", - "tracing", - "tracing-core", - "tracing-log", - "tracing-serde", -] - -[[package]] -name = "treeline" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" - -[[package]] -name = "trie-db" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd81fe0c8bc2b528a51c9d2c31dae4483367a26a723a3c9a4a8120311d7774e3" -dependencies = [ - "hash-db", - "hashbrown", - "log", - "rustc-hex", - "smallvec 1.6.1", -] - -[[package]] -name = "trie-root" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd" -dependencies = [ - "hash-db", -] - -[[package]] -name = "trust-dns-proto" -version = "0.20.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4" -dependencies = [ - "async-trait", - "cfg-if 1.0.0", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "log", - "rand 0.8.4", - "smallvec 1.6.1", - "thiserror", - "tinyvec", - "url 2.2.2", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.20.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770" -dependencies = [ - "cfg-if 1.0.0", - "futures-util", - "ipconfig", - "lazy_static", - "log", - "lru-cache", - "parking_lot 0.11.1", - "resolv-conf", - "smallvec 1.6.1", - "thiserror", - "trust-dns-proto", -] - -[[package]] -name = "try-lock" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" - -[[package]] -name = "try-runtime-cli" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#5fc2ca2a07186b2eac6bb2363ef07136afb0f932" -dependencies = [ - "frame-try-runtime", - "log", - "parity-scale-codec", - "remote-externalities", - "sc-chain-spec", - "sc-cli", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-service", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "structopt", -] - -[[package]] -name = "trybuild" -version = "1.0.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1768998d9a3b179411618e377dbb134c58a88cda284b0aa71c42c40660127d46" -dependencies = [ - "glob", - "lazy_static", - "serde", - "serde_json", - "termcolor", - "toml", -] - -[[package]] -name = "twox-hash" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" -dependencies = [ - "cfg-if 0.1.10", - "rand 0.7.3", - "static_assertions", -] - -[[package]] -name = "typenum" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" - -[[package]] -name = "ucd-trie" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" - -[[package]] -name = "uint" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" -dependencies = [ - "byteorder", - "crunchy", - "hex", - "static_assertions", -] - -[[package]] -name = "unicase" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" -dependencies = [ - "version_check", -] - -[[package]] -name = "unicode-bidi" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" -dependencies = [ - "matches", -] - -[[package]] -name = "unicode-normalization" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "unicode-segmentation" -version = "1.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" - -[[package]] -name = "unicode-width" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" - -[[package]] -name = "unicode-xid" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" - -[[package]] -name = "universal-hash" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" -dependencies = [ - "generic-array 0.14.4", - "subtle 2.4.0", -] - -[[package]] -name = "unsigned-varint" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35" - -[[package]] -name = "unsigned-varint" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2" -dependencies = [ - "asynchronous-codec 0.5.0", - "bytes 1.0.1", - "futures-io", - "futures-util", -] - -[[package]] -name = "unsigned-varint" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f" -dependencies = [ - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "futures-io", - "futures-util", -] - -[[package]] -name = "untrusted" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - -[[package]] -name = "url" -version = "1.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" -dependencies = [ - "idna 0.1.5", - "matches", - "percent-encoding 1.0.1", -] - -[[package]] -name = "url" -version = "2.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" -dependencies = [ - "form_urlencoded", - "idna 0.2.3", - "matches", - "percent-encoding 2.1.0", -] - -[[package]] -name = "value-bag" -version = "1.0.0-alpha.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae" -dependencies = [ - "ctor", - "version_check", -] - -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - -[[package]] -name = "vec_map" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" - -[[package]] -name = "version_check" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" - -[[package]] -name = "void" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" - -[[package]] -name = "wait-timeout" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" -dependencies = [ - "libc", -] - -[[package]] -name = "waker-fn" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" - -[[package]] -name = "walkdir" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" -dependencies = [ - "same-file", - "winapi 0.3.9", - "winapi-util", -] - -[[package]] -name = "want" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" -dependencies = [ - "futures 0.1.31", - "log", - "try-lock", -] - -[[package]] -name = "want" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" -dependencies = [ - "log", - "try-lock", -] - -[[package]] -name = "wasi" -version = "0.9.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" - -[[package]] -name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - -[[package]] -name = "wasm-bindgen" -version = "0.2.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd" -dependencies = [ - "cfg-if 1.0.0", - "serde", - "serde_json", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900" -dependencies = [ - "bumpalo", - "lazy_static", - "log", - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1" -dependencies = [ - "cfg-if 1.0.0", - "js-sys", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97" -dependencies = [ - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.74" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f" - -[[package]] -name = "wasm-gc-api" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9" -dependencies = [ - "log", - "parity-wasm 0.32.0", - "rustc-demangle", -] - -[[package]] -name = "wasm-timer" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" -dependencies = [ - "futures 0.3.15", - "js-sys", - "parking_lot 0.11.1", - "pin-utils", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "wasmi" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a" -dependencies = [ - "downcast-rs", - "libc", - "memory_units", - "num-rational 0.2.4", - "num-traits", - "parity-wasm 0.42.2", - "wasmi-validation", -] - -[[package]] -name = "wasmi-validation" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8" -dependencies = [ - "parity-wasm 0.42.2", -] - -[[package]] -name = "wasmparser" -version = "0.78.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65" - -[[package]] -name = "wasmtime" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7" -dependencies = [ - "anyhow", - "backtrace", - "bincode", - "cfg-if 1.0.0", - "cpp_demangle", - "indexmap", - "lazy_static", - "libc", - "log", - "paste", - "psm", - "region", - "rustc-demangle", - "serde", - "smallvec 1.6.1", - "target-lexicon", - "wasmparser", - "wasmtime-cache", - "wasmtime-environ", - "wasmtime-fiber", - "wasmtime-jit", - "wasmtime-profiling", - "wasmtime-runtime", - "wat", - "winapi 0.3.9", -] - -[[package]] -name = "wasmtime-cache" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843" -dependencies = [ - "anyhow", - "base64 0.13.0", - "bincode", - "directories-next", - "errno", - "file-per-thread-logger", - "libc", - "log", - "serde", - "sha2 0.9.5", - "toml", - "winapi 0.3.9", - "zstd", -] - -[[package]] -name = "wasmtime-cranelift" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6" -dependencies = [ - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "cranelift-wasm", - "target-lexicon", - "wasmparser", - "wasmtime-environ", -] - -[[package]] -name = "wasmtime-debug" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a" -dependencies = [ - "anyhow", - "gimli", - "more-asserts", - "object 0.24.0", - "target-lexicon", - "thiserror", - "wasmparser", - "wasmtime-environ", -] - -[[package]] -name = "wasmtime-environ" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90" -dependencies = [ - "cfg-if 1.0.0", - "cranelift-codegen", - "cranelift-entity", - "cranelift-wasm", - "gimli", - "indexmap", - "log", - "more-asserts", - "serde", - "thiserror", - "wasmparser", -] - -[[package]] -name = "wasmtime-fiber" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a089d44cd7e2465d41a53b840a5b4fca1bf6d1ecfebc970eac9592b34ea5f0b3" -dependencies = [ - "cc", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "wasmtime-jit" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707" -dependencies = [ - "addr2line", - "anyhow", - "cfg-if 1.0.0", - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "cranelift-native", - "cranelift-wasm", - "gimli", - "log", - "more-asserts", - "object 0.24.0", - "rayon", - "region", - "serde", - "target-lexicon", - "thiserror", - "wasmparser", - "wasmtime-cranelift", - "wasmtime-debug", - "wasmtime-environ", - "wasmtime-obj", - "wasmtime-profiling", - "wasmtime-runtime", - "winapi 0.3.9", -] - -[[package]] -name = "wasmtime-obj" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b" -dependencies = [ - "anyhow", - "more-asserts", - "object 0.24.0", - "target-lexicon", - "wasmtime-debug", - "wasmtime-environ", -] - -[[package]] -name = "wasmtime-profiling" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b" -dependencies = [ - "anyhow", - "cfg-if 1.0.0", - "gimli", - "lazy_static", - "libc", - "object 0.24.0", - "scroll", - "serde", - "target-lexicon", - "wasmtime-environ", - "wasmtime-runtime", -] - -[[package]] -name = "wasmtime-runtime" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7" -dependencies = [ - "anyhow", - "backtrace", - "cc", - "cfg-if 1.0.0", - "indexmap", - "lazy_static", - "libc", - "log", - "mach", - "memoffset 0.6.4", - "more-asserts", - "rand 0.8.4", - "region", - "thiserror", - "wasmtime-environ", - "wasmtime-fiber", - "winapi 0.3.9", -] - -[[package]] -name = "wast" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5d7ba374a364571da1cb0a379a3dc302582a2d9937a183bfe35b68ad5bb9c4" -dependencies = [ - "leb128", -] - -[[package]] -name = "wat" -version = "1.0.38" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16383df7f0e3901484c2dda6294ed6895caa3627ce4f6584141dcf30a33a23e6" -dependencies = [ - "wast", -] - -[[package]] -name = "web-sys" -version = "0.3.51" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webpki" -version = "0.21.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "webpki-roots" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" -dependencies = [ - "webpki", -] - -[[package]] -name = "wepoll-ffi" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" -dependencies = [ - "cc", -] - -[[package]] -name = "westend-runtime" -version = "0.9.5" -dependencies = [ - "beefy-primitives", - "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-election-provider-support", - "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal", - "libsecp256k1", - "log", - "max-encoded-len 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-collective", - "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-elections-phragmen", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-mmr-primitives", - "pallet-multisig", - "pallet-nicks", - "pallet-offences", - "pallet-offences-benchmarking", - "pallet-proxy", - "pallet-recovery", - "pallet-scheduler", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-session-benchmarking", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "rustc-hex", - "serde", - "serde_derive", - "serde_json", - "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keyring", - "sp-npos-elections", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "static_assertions", - "substrate-wasm-builder", - "tiny-keccak", - "xcm", - "xcm-builder", - "xcm-executor", -] - -[[package]] -name = "which" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" -dependencies = [ - "either", - "libc", -] - -[[package]] -name = "widestring" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" - -[[package]] -name = "winapi" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" - -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - -[[package]] -name = "winapi-util" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[package]] -name = "winreg" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "ws2_32-sys" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - -[[package]] -name = "wyz" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" - -[[package]] -name = "x25519-dalek" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" -dependencies = [ - "curve25519-dalek 3.1.0", - "rand_core 0.5.1", - "zeroize", -] - -[[package]] -name = "xcm" -version = "0.9.5" -dependencies = [ - "derivative", - "impl-trait-for-tuples", - "parity-scale-codec", -] - -[[package]] -name = "xcm-builder" -version = "0.9.5" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-parachain", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "xcm", - "xcm-executor", -] - -[[package]] -name = "xcm-executor" -version = "0.9.5" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "xcm", -] - -[[package]] -name = "yamux" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107" -dependencies = [ - "futures 0.3.15", - "log", - "nohash-hasher", - "parking_lot 0.11.1", - "rand 0.8.4", - "static_assertions", -] - -[[package]] -name = "zeroize" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" -dependencies = [ - "zeroize_derive", -] - -[[package]] -name = "zeroize_derive" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1" -dependencies = [ - "proc-macro2", - "quote", - "syn", - "synstructure", -] - -[[package]] -name = "zstd" -version = "0.6.1+zstd.1.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3" -dependencies = [ - "zstd-safe", -] - -[[package]] -name = "zstd-safe" -version = "3.0.1+zstd.1.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c" -dependencies = [ - "libc", - "zstd-sys", -] - -[[package]] -name = "zstd-sys" -version = "1.4.20+zstd.1.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e" -dependencies = [ - "cc", - "libc", -] diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index bd20fd2dc77c..e7aa63fcae29 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -22,18 +22,27 @@ use std::error::Error; -mod polkadot_chain_info; - -use polkadot_chain_info::PolkadotSimnetChainInfo; -use test_runner::{Node}; - -#[tokio::main] -async fn main() -> Result<(), Box> { - let node = Node::::new()?; +use test_runner::{Node, client_parts, ConfigOrChainSpec}; +use polkadot_runtime_test::PolkadotChainInfo; +use polkadot_cli::Cli; +use structopt::StructOpt; +use sc_cli::{SubstrateCli, CliConfiguration, print_node_infos}; + +fn main() -> Result<(), Box> { + let cmd = ::from_args(); + let config = cmd.create_configuration(&cmd.run.base, task_executor).unwrap(); + let filters = cmd.run.base.log_filters().unwrap(); + let logger = sc_tracing::logging::LoggerBuilder::new(filters); + logger.init().unwrap(); + print_node_infos::(&config); + + let (rpc, mut tokio_runtime, task_manager, client, pool, command_sink, backend) = + client_parts::(ConfigOrChainSpec::Config(config)) + .unwrap(); + let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); // wait for ctrl_c signal, then drop node. - node.until_shutdown(); - + tokio_runtime.block_on(node.until_shutdown()); drop(node); Ok(()) diff --git a/node/test/polkadot-simnet/src/polkadot_chain_info.rs b/node/test/polkadot-simnet/src/polkadot_chain_info.rs deleted file mode 100644 index 7ff261ff8955..000000000000 --- a/node/test/polkadot-simnet/src/polkadot_chain_info.rs +++ /dev/null @@ -1,90 +0,0 @@ -use polkadot_cli::Cli; -use sc_cli::{SubstrateCli, CliConfiguration, print_node_infos}; -use structopt::StructOpt; -use polkadot_runtime_test::{PolkadotChainInfo, Block, Executor, SelectChain, BlockImport, dispatch_with_pallet_democracy}; -use test_runner::{Node, ChainInfo}; -use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, TaskExecutor}; -use polkadot_runtime::{Runtime, RuntimeApi}; -use std::sync::Arc; -use sp_keystore::SyncCryptoStorePtr; -use sp_inherents::CreateInherentDataProviders; -use sc_consensus_manual_seal::ConsensusDataProvider; -use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; -use sp_api::TransactionFor; -use sp_consensus::import_queue::BasicQueue; - -pub struct PolkadotSimnetChainInfo; - -impl ChainInfo for PolkadotSimnetChainInfo { - type Block = Block; - type Executor = Executor; - type Runtime = Runtime; - type RuntimeApi = RuntimeApi; - type SelectChain = SelectChain; - type BlockImport = BlockImport< - Self::Block, - TFullBackend, - TFullClient, - Self::SelectChain, - >; - type SignedExtras = polkadot_runtime::SignedExtra; - type InherentDataProviders = (SlotTimestampProvider, sp_consensus_babe::inherents::InherentDataProvider); - - fn signed_extras(from: ::AccountId) -> Self::SignedExtras { - PolkadotChainInfo::signed_extras(from) - } - - fn config(task_executor: TaskExecutor) -> Configuration { - let cmd = ::from_args(); - let config = cmd.create_configuration(&cmd.run.base, task_executor).unwrap(); - let filters = cmd.run.base.log_filters().unwrap(); - let logger = sc_tracing::logging::LoggerBuilder::new(filters); - logger.init().unwrap(); - print_node_infos::(&config); - - config - } - - fn create_client_parts(config: &Configuration) -> Result< - ( - Arc>, - Arc>, - SyncCryptoStorePtr, - TaskManager, - Box< - dyn CreateInherentDataProviders< - Self::Block, - (), - InherentDataProviders = Self::InherentDataProviders - > - >, - Option< - Box< - dyn ConsensusDataProvider< - Self::Block, - Transaction = TransactionFor< - TFullClient, - Self::Block, - >, - >, - >, - >, - Self::SelectChain, - Self::BlockImport, - BasicQueue< - Self::Block, - TransactionFor< - TFullClient, - Self::Block, - >, - > - ), - sc_service::Error, - > { - PolkadotChainInfo::create_client_parts(config) - } - - fn dispatch_with_root(call: ::Call, node: &Node) { - dispatch_with_pallet_democracy(call, node) - } -} From 4bd11e04713cb9cfb63ba58b673109c06b6bd781 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 09:27:18 +0100 Subject: [PATCH 32/53] ... --- Cargo.lock | 1 + .../simnet-runtime-upgrade/Cargo.toml | 1 + .../simnet-runtime-upgrade/src/main.rs | 6 +- node/test/polkadot-simnet/src/main.rs | 1 - node/test/runtime/Cargo.toml | 12 +-- node/test/runtime/src/lib.rs | 90 +++++++++---------- 6 files changed, 54 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e360b758ba2d..41ac849521bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10009,6 +10009,7 @@ dependencies = [ name = "simnet-runtime-upgrade" version = "0.1.0" dependencies = [ + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "polkadot-cli", "polkadot-runtime", "polkadot-runtime-test", diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml b/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml index 67babe1dafd9..499ef33b469c 100644 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml +++ b/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dependencies] sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } test-runner = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-runtime-test = { path = "../../runtime", version = "0.9" } diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs index a585bdb8ff76..6782a6b1f760 100644 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs +++ b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs @@ -17,7 +17,7 @@ use std::error::Error; use test_runner::{Node, client_parts, ConfigOrChainSpec, task_executor}; -use polkadot_runtime_test::{PolkadotChainInfo, dispatch_with_pallet_democracy}; +use polkadot_runtime_test::{PolkadotChainInfo, dispatch_with_root}; use sc_cli::{build_runtime, SubstrateCli, CliConfiguration}; use polkadot_cli::Cli; use structopt::StructOpt; @@ -40,9 +40,7 @@ fn main() -> Result<(), Box> { // start runtime upgrade let wasm_binary = polkadot_runtime::WASM_BINARY.ok_or("Polkadot development wasm not available")?; - tokio_runtime.block_on( - dispatch_with_pallet_democracy(frame_system::Call::set_code(wasm_binary).into(), &node) - )?; + tokio_runtime.block_on(dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node))?; // done upgrading runtime, drop node. drop(node); diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index 171e90e68199..773b09595b6c 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -27,7 +27,6 @@ use polkadot_runtime_test::PolkadotChainInfo; use polkadot_cli::Cli; use structopt::StructOpt; use sc_cli::{SubstrateCli, CliConfiguration, print_node_infos, build_runtime}; -use sc_service::TaskType; fn main() -> Result<(), Box> { let mut tokio_runtime = build_runtime()?; diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index 0ff34fdfec82..fac134b1307d 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -8,13 +8,13 @@ edition = "2018" test-runner = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +support = { package = "frame-support", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +benchmarking = { package = "frame-benchmarking", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } polkadot-primitives = { version = "0.9", path = "../../../primitives" } diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 3c64abd72e81..cd84de226196 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . +#![deny(unused_extern_crates, missing_docs)] + //! End to end runtime tests use test_runner::{Node, ChainInfo, SignatureVerificationOverride, default_config}; @@ -28,8 +30,8 @@ use polkadot_runtime_common::claims; use sp_consensus_babe::AuthorityId; use sc_consensus_manual_seal::{ConsensusDataProvider, consensus::babe::BabeConsensusDataProvider}; use sp_runtime::AccountId32; -use frame_support::{weights::Weight, StorageValue}; -use pallet_democracy::{AccountVote, Conviction, Vote}; +use support::{weights::Weight, StorageValue}; +use democracy::{AccountVote, Conviction, Vote}; use polkadot_runtime::{FastTrackVotingPeriod, Runtime, RuntimeApi, Event, TechnicalCollective, CouncilCollective}; use polkadot_service::chain_spec::polkadot_development_config; use std::str::FromStr; @@ -48,7 +50,7 @@ sc_executor::native_executor_instance!( pub Executor, polkadot_runtime::api::dispatch, polkadot_runtime::native_version, - (frame_benchmarking::benchmarking::HostFunctions, SignatureVerificationOverride), + (benchmarking::benchmarking::HostFunctions, SignatureVerificationOverride), ); /// ChainInfo implementation. @@ -69,22 +71,22 @@ impl ChainInfo for PolkadotChainInfo { type SignedExtras = polkadot_runtime::SignedExtra; type InherentDataProviders = (SlotTimestampProvider, sp_consensus_babe::inherents::InherentDataProvider); - fn signed_extras(from: ::AccountId) -> Self::SignedExtras { + fn signed_extras(from: ::AccountId) -> Self::SignedExtras { ( - frame_system::CheckSpecVersion::::new(), - frame_system::CheckTxVersion::::new(), - frame_system::CheckGenesis::::new(), - frame_system::CheckMortality::::from(Era::Immortal), - frame_system::CheckNonce::::from(frame_system::Pallet::::account_nonce(from)), - frame_system::CheckWeight::::new(), - pallet_transaction_payment::ChargeTransactionPayment::::from(0), + system::CheckSpecVersion::::new(), + system::CheckTxVersion::::new(), + system::CheckGenesis::::new(), + system::CheckMortality::::from(Era::Immortal), + system::CheckNonce::::from(system::Pallet::::account_nonce(from)), + system::CheckWeight::::new(), + transaction_payment::ChargeTransactionPayment::::from(0), claims::PrevalidateAttests::::new(), ) } } -/// Dispatch with pallet_democracy -pub async fn dispatch_with_pallet_democracy(call: ::Call, node: &Node) +/// Dispatch with root origin, via pallet-democracy +pub async fn dispatch_with_root(call: ::Call, node: &Node) -> Result<(), sc_transaction_pool::error::Error> where T: ChainInfo< @@ -102,11 +104,11 @@ pub async fn dispatch_with_pallet_democracy(call: { - type DemocracyCall = pallet_democracy::Call; - type TechnicalCollectiveCall = pallet_collective::Call; - type CouncilCollectiveCall = pallet_collective::Call; - type CouncilEvent = pallet_collective::Event::; - type TechnicalCommitteeEvent = pallet_collective::Event::; + type DemocracyCall = democracy::Call; + type CouncilCollectiveEvent = collective::Event::; + type CouncilCollectiveCall = collective::Call; + type TechnicalCollectiveCall = collective::Call; + type TechnicalCollectiveEvent = collective::Event::; // here lies a black mirror esque copy of on chain whales. let whales = vec![ @@ -119,8 +121,8 @@ pub async fn dispatch_with_pallet_democracy(call: ::get(), - pallet_collective::Members::::get() + collective::Members::::get(), + collective::Members::::get() )); // note the call (pre-image?) of the call. @@ -131,9 +133,7 @@ pub async fn dispatch_with_pallet_democracy(call: Some(proposal_hash), + Event::Democracy(democracy::Event::PreimageNoted(proposal_hash, _, _)) => Some(proposal_hash), _ => None }) .next() @@ -154,10 +154,10 @@ pub async fn dispatch_with_pallet_democracy(call: Some((index, proposal_hash)), + Event::Council(CouncilCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), _ => None } }) @@ -166,13 +166,13 @@ pub async fn dispatch_with_pallet_democracy(call: (call: true, + Event::Council(CouncilCollectiveEvent::Closed(_, _, _)) | + Event::Council(CouncilCollectiveEvent::Approved(_,)) | + Event::Council(CouncilCollectiveEvent::Executed(_, Ok(()))) => true, _ => false, } }) @@ -205,13 +205,11 @@ pub async fn dispatch_with_pallet_democracy(call: Some((index, hash)), + Event::TechnicalCommittee(TechnicalCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), _ => None } }) @@ -220,15 +218,15 @@ pub async fn dispatch_with_pallet_democracy(call: (call: true, + Event::TechnicalCommittee(TechnicalCollectiveEvent::Closed(_, _, _)) | + Event::TechnicalCommittee(TechnicalCollectiveEvent::Approved(_)) | + Event::TechnicalCommittee(TechnicalCollectiveEvent::Executed(_, Ok(()))) => true, _ => false, } }) @@ -254,7 +252,7 @@ pub async fn dispatch_with_pallet_democracy(call: ::Started(index, _)) => Some(index), + Event::Democracy(democracy::Event::::Started(index, _)) => Some(index), _ => None, }) .next() @@ -279,9 +277,9 @@ pub async fn dispatch_with_pallet_democracy(call: true, + Event::Democracy(democracy::Event::Passed(_)) | + Event::Democracy(democracy::Event::PreimageUsed(_, _, _)) | + Event::Democracy(democracy::Event::Executed(_, true)) => true, _ => false, } }) @@ -313,12 +311,12 @@ mod tests { node.seal_blocks(1).await; // submit extrinsics let alice = MultiSigner::from(Alice.public()).into_account(); - node.submit_extrinsic(frame_system::Call::remark((b"hello world").to_vec()), alice) + node.submit_extrinsic(system::Call::remark((b"hello world").to_vec()), alice) .await .unwrap(); // look ma, I can read state. - let _events = node.with_state(|| frame_system::Pallet::::events()); + let _events = node.with_state(|| system::Pallet::::events()); // get access to the underlying client. let _client = node.client(); }); From 635da15e584278b83a75cf82a27e696b924585e7 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 09:31:48 +0100 Subject: [PATCH 33/53] revert to master --- bridges/bin/millau/node/Cargo.toml | 54 ++++---- bridges/bin/millau/runtime/Cargo.toml | 54 ++++---- bridges/bin/rialto/node/Cargo.toml | 54 ++++---- bridges/bin/rialto/runtime/Cargo.toml | 58 ++++---- bridges/bin/runtime-common/Cargo.toml | 14 +- bridges/fuzz/storage-proof/Cargo.toml | 18 +-- bridges/modules/currency-exchange/Cargo.toml | 14 +- bridges/modules/dispatch/Cargo.toml | 12 +- .../ethereum-contract-builtin/Cargo.toml | 10 +- bridges/modules/ethereum/Cargo.toml | 12 +- bridges/modules/grandpa/Cargo.toml | 16 +-- bridges/modules/messages/Cargo.toml | 16 +-- .../modules/shift-session-manager/Cargo.toml | 14 +- bridges/primitives/chain-kusama/Cargo.toml | 4 +- bridges/primitives/chain-millau/Cargo.toml | 16 +-- bridges/primitives/chain-polkadot/Cargo.toml | 4 +- bridges/primitives/chain-rialto/Cargo.toml | 12 +- bridges/primitives/chain-rococo/Cargo.toml | 10 +- bridges/primitives/chain-westend/Cargo.toml | 8 +- bridges/primitives/chain-wococo/Cargo.toml | 6 +- .../primitives/currency-exchange/Cargo.toml | 6 +- bridges/primitives/ethereum-poa/Cargo.toml | 8 +- bridges/primitives/header-chain/Cargo.toml | 10 +- .../primitives/message-dispatch/Cargo.toml | 4 +- bridges/primitives/messages/Cargo.toml | 6 +- bridges/primitives/polkadot-core/Cargo.toml | 14 +- bridges/primitives/runtime/Cargo.toml | 16 +-- bridges/primitives/test-utils/Cargo.toml | 8 +- bridges/relays/bin-ethereum/Cargo.toml | 12 +- bridges/relays/bin-substrate/Cargo.toml | 14 +- bridges/relays/client-kusama/Cargo.toml | 12 +- bridges/relays/client-millau/Cargo.toml | 12 +- bridges/relays/client-polkadot/Cargo.toml | 12 +- bridges/relays/client-rialto/Cargo.toml | 12 +- bridges/relays/client-rococo/Cargo.toml | 12 +- bridges/relays/client-substrate/Cargo.toml | 22 ++-- bridges/relays/client-westend/Cargo.toml | 12 +- bridges/relays/client-wococo/Cargo.toml | 12 +- bridges/relays/utils/Cargo.toml | 2 +- cli/Cargo.toml | 16 +-- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/client/Cargo.toml | 44 +++---- node/collation-generation/Cargo.toml | 4 +- node/core/approval-voting/Cargo.toml | 22 ++-- node/core/av-store/Cargo.toml | 4 +- node/core/backing/Cargo.toml | 12 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-validation/Cargo.toml | 6 +- node/core/chain-api/Cargo.toml | 8 +- node/core/chain-selection/Cargo.toml | 2 +- node/core/dispute-coordinator/Cargo.toml | 8 +- node/core/dispute-participation/Cargo.toml | 2 +- node/core/parachains-inherent/Cargo.toml | 6 +- node/core/provisioner/Cargo.toml | 4 +- node/core/pvf/Cargo.toml | 18 +-- node/core/runtime-api/Cargo.toml | 10 +- node/jaeger/Cargo.toml | 4 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 16 +-- node/network/availability-recovery/Cargo.toml | 8 +- node/network/bitfield-distribution/Cargo.toml | 6 +- node/network/bridge/Cargo.toml | 10 +- node/network/collator-protocol/Cargo.toml | 10 +- node/network/gossip-support/Cargo.toml | 14 +- node/network/protocol/Cargo.toml | 2 +- .../network/statement-distribution/Cargo.toml | 18 +-- node/overseer/Cargo.toml | 6 +- node/primitives/Cargo.toml | 14 +- node/service/Cargo.toml | 88 ++++++------- node/subsystem-test-helpers/Cargo.toml | 4 +- node/subsystem-util/Cargo.toml | 10 +- node/subsystem/Cargo.toml | 6 +- node/test/client/Cargo.toml | 28 ++-- node/test/polkadot-simnet/Cargo.toml | 6 +- .../simnet-runtime-upgrade/Cargo.toml | 8 +- node/test/runtime/Cargo.toml | 44 +++---- node/test/service/Cargo.toml | 62 ++++----- parachain/Cargo.toml | 6 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 6 +- .../test-parachains/adder/collator/Cargo.toml | 14 +- parachain/test-parachains/halt/Cargo.toml | 2 +- primitives/Cargo.toml | 32 ++--- rpc/Cargo.toml | 42 +++--- runtime/common/Cargo.toml | 62 ++++----- runtime/common/slot_range_helper/Cargo.toml | 4 +- runtime/kusama/Cargo.toml | 124 +++++++++--------- runtime/parachains/Cargo.toml | 58 ++++---- runtime/polkadot/Cargo.toml | 116 ++++++++-------- runtime/rococo/Cargo.toml | 80 +++++------ runtime/test-runtime/Cargo.toml | 78 +++++------ runtime/westend/Cargo.toml | 118 ++++++++--------- statement-table/Cargo.toml | 2 +- utils/staking-miner/Cargo.toml | 26 ++-- xcm/pallet-xcm/Cargo.toml | 8 +- xcm/xcm-builder/Cargo.toml | 14 +- xcm/xcm-executor/Cargo.toml | 12 +- 98 files changed, 981 insertions(+), 981 deletions(-) diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index 5dbf51991c82..8c6d32402ac2 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -24,35 +24,35 @@ pallet-bridge-messages = { path = "../../../modules/messages" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +node-inspect = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "master" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [] diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index 04de716eff94..367c1c3eef70 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -28,35 +28,35 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 250fda5eebdd..1c9ec8b5bb0a 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -25,35 +25,35 @@ rialto-runtime = { path = "../runtime" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +node-inspect = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "master" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [] diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index 565f5e6a647f..f66b8920c8a5 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -34,41 +34,41 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index d9837bd9a436..07fe8910c21f 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -23,13 +23,13 @@ pallet-bridge-messages = { path = "../../modules/messages", default-features = f # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/fuzz/storage-proof/Cargo.toml b/bridges/fuzz/storage-proof/Cargo.toml index 27cd6f1995f1..c5848ebed00e 100644 --- a/bridges/fuzz/storage-proof/Cargo.toml +++ b/bridges/fuzz/storage-proof/Cargo.toml @@ -23,12 +23,12 @@ bp-test-utils = { path = "../../primitives/test-utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/modules/currency-exchange/Cargo.toml b/bridges/modules/currency-exchange/Cargo.toml index 8eb64f195cc8..8094f0f2b6ee 100644 --- a/bridges/modules/currency-exchange/Cargo.toml +++ b/bridges/modules/currency-exchange/Cargo.toml @@ -18,15 +18,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/bridges/modules/dispatch/Cargo.toml b/bridges/modules/dispatch/Cargo.toml index f3e3d946a277..6170af272ad9 100644 --- a/bridges/modules/dispatch/Cargo.toml +++ b/bridges/modules/dispatch/Cargo.toml @@ -17,14 +17,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } serde = "1.0" [features] diff --git a/bridges/modules/ethereum-contract-builtin/Cargo.toml b/bridges/modules/ethereum-contract-builtin/Cargo.toml index 62e4479d6b18..d20b0d0be85b 100644 --- a/bridges/modules/ethereum-contract-builtin/Cargo.toml +++ b/bridges/modules/ethereum-contract-builtin/Cargo.toml @@ -19,10 +19,10 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/modules/ethereum/Cargo.toml b/bridges/modules/ethereum/Cargo.toml index e8c181940e7f..fdd93ed73311 100644 --- a/bridges/modules/ethereum/Cargo.toml +++ b/bridges/modules/ethereum/Cargo.toml @@ -18,12 +18,12 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa", default-features = false # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } diff --git a/bridges/modules/grandpa/Cargo.toml b/bridges/modules/grandpa/Cargo.toml index 2aafff52da12..aa2e33cf447b 100644 --- a/bridges/modules/grandpa/Cargo.toml +++ b/bridges/modules/grandpa/Cargo.toml @@ -21,19 +21,19 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } # Optional Benchmarking Dependencies bp-test-utils = { path = "../../primitives/test-utils", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/bridges/modules/messages/Cargo.toml b/bridges/modules/messages/Cargo.toml index f22ac2a82a46..a26cf65c028b 100644 --- a/bridges/modules/messages/Cargo.toml +++ b/bridges/modules/messages/Cargo.toml @@ -22,18 +22,18 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] hex = "0.4" hex-literal = "0.3" -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/bridges/modules/shift-session-manager/Cargo.toml b/bridges/modules/shift-session-manager/Cargo.toml index 009ac0856a10..6dac97ddde60 100644 --- a/bridges/modules/shift-session-manager/Cargo.toml +++ b/bridges/modules/shift-session-manager/Cargo.toml @@ -11,15 +11,15 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } serde = "1.0" [features] diff --git a/bridges/primitives/chain-kusama/Cargo.toml b/bridges/primitives/chain-kusama/Cargo.toml index 8ad9db69893e..70ff3b844df0 100644 --- a/bridges/primitives/chain-kusama/Cargo.toml +++ b/bridges/primitives/chain-kusama/Cargo.toml @@ -14,8 +14,8 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-millau/Cargo.toml b/bridges/primitives/chain-millau/Cargo.toml index 250947c41ea2..671bcbd53d00 100644 --- a/bridges/primitives/chain-millau/Cargo.toml +++ b/bridges/primitives/chain-millau/Cargo.toml @@ -21,14 +21,14 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-polkadot/Cargo.toml b/bridges/primitives/chain-polkadot/Cargo.toml index 6d1723a0e887..22ded41b9145 100644 --- a/bridges/primitives/chain-polkadot/Cargo.toml +++ b/bridges/primitives/chain-polkadot/Cargo.toml @@ -15,8 +15,8 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-rialto/Cargo.toml b/bridges/primitives/chain-rialto/Cargo.toml index 23c44b3f77a7..7e039a40acd9 100644 --- a/bridges/primitives/chain-rialto/Cargo.toml +++ b/bridges/primitives/chain-rialto/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-rococo/Cargo.toml b/bridges/primitives/chain-rococo/Cargo.toml index 543337cd6817..33772c7890a0 100644 --- a/bridges/primitives/chain-rococo/Cargo.toml +++ b/bridges/primitives/chain-rococo/Cargo.toml @@ -16,11 +16,11 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-westend/Cargo.toml b/bridges/primitives/chain-westend/Cargo.toml index b127af2faa53..d5fda1ccef05 100644 --- a/bridges/primitives/chain-westend/Cargo.toml +++ b/bridges/primitives/chain-westend/Cargo.toml @@ -16,10 +16,10 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-wococo/Cargo.toml b/bridges/primitives/chain-wococo/Cargo.toml index 999e7abc3167..88201dde9ac1 100644 --- a/bridges/primitives/chain-wococo/Cargo.toml +++ b/bridges/primitives/chain-wococo/Cargo.toml @@ -16,9 +16,9 @@ bp-rococo = { path = "../chain-rococo", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/currency-exchange/Cargo.toml b/bridges/primitives/currency-exchange/Cargo.toml index 4bb44c12e589..43367ba7992b 100644 --- a/bridges/primitives/currency-exchange/Cargo.toml +++ b/bridges/primitives/currency-exchange/Cargo.toml @@ -11,9 +11,9 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/ethereum-poa/Cargo.toml b/bridges/primitives/ethereum-poa/Cargo.toml index ac913302c203..cd2c3a97a0f3 100644 --- a/bridges/primitives/ethereum-poa/Cargo.toml +++ b/bridges/primitives/ethereum-poa/Cargo.toml @@ -24,10 +24,10 @@ triehash = { version = "0.8.2", default-features = false } # Substrate Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] hex-literal = "0.2" diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index bc4652bbb9f0..844e59865202 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -13,11 +13,11 @@ serde = { version = "1.0", optional = true } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] assert_matches = "1.5" diff --git a/bridges/primitives/message-dispatch/Cargo.toml b/bridges/primitives/message-dispatch/Cargo.toml index 976741d99ee4..84fa48553a21 100644 --- a/bridges/primitives/message-dispatch/Cargo.toml +++ b/bridges/primitives/message-dispatch/Cargo.toml @@ -12,8 +12,8 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/messages/Cargo.toml b/bridges/primitives/messages/Cargo.toml index ebfe00adc923..b5b68220a409 100644 --- a/bridges/primitives/messages/Cargo.toml +++ b/bridges/primitives/messages/Cargo.toml @@ -18,9 +18,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/polkadot-core/Cargo.toml b/bridges/primitives/polkadot-core/Cargo.toml index 6b2d06db3196..995f948e5d47 100644 --- a/bridges/primitives/polkadot-core/Cargo.toml +++ b/bridges/primitives/polkadot-core/Cargo.toml @@ -16,13 +16,13 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [dev-dependencies] hex = "0.4" diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index 0d5d6f4b2bce..17fa96b2c908 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -13,16 +13,16 @@ num-traits = { version = "0.2", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" , default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] diff --git a/bridges/primitives/test-utils/Cargo.toml b/bridges/primitives/test-utils/Cargo.toml index ea0705fffdbf..fe6a68087873 100644 --- a/bridges/primitives/test-utils/Cargo.toml +++ b/bridges/primitives/test-utils/Cargo.toml @@ -10,10 +10,10 @@ bp-header-chain = { path = "../header-chain", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] } finality-grandpa = { version = "0.14.1", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [features] default = ["std"] diff --git a/bridges/relays/bin-ethereum/Cargo.toml b/bridges/relays/bin-ethereum/Cargo.toml index 5a2415c00a85..efd9c0194b28 100644 --- a/bridges/relays/bin-ethereum/Cargo.toml +++ b/bridges/relays/bin-ethereum/Cargo.toml @@ -40,9 +40,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/bin-substrate/Cargo.toml b/bridges/relays/bin-substrate/Cargo.toml index d44301d6361f..c2f30546f30f 100644 --- a/bridges/relays/bin-substrate/Cargo.toml +++ b/bridges/relays/bin-substrate/Cargo.toml @@ -51,14 +51,14 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] hex-literal = "0.3" pallet-bridge-grandpa = { path = "../../modules/grandpa" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/client-kusama/Cargo.toml b/bridges/relays/client-kusama/Cargo.toml index f840f4d296b5..b9c397bca6c0 100644 --- a/bridges/relays/client-kusama/Cargo.toml +++ b/bridges/relays/client-kusama/Cargo.toml @@ -17,9 +17,9 @@ bp-kusama = { path = "../../primitives/chain-kusama" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/client-millau/Cargo.toml b/bridges/relays/client-millau/Cargo.toml index 9f2dd65671ad..e16f06f8528b 100644 --- a/bridges/relays/client-millau/Cargo.toml +++ b/bridges/relays/client-millau/Cargo.toml @@ -17,9 +17,9 @@ millau-runtime = { path = "../../bin/millau/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/client-polkadot/Cargo.toml b/bridges/relays/client-polkadot/Cargo.toml index 8908523e875f..b148745f5a98 100644 --- a/bridges/relays/client-polkadot/Cargo.toml +++ b/bridges/relays/client-polkadot/Cargo.toml @@ -17,9 +17,9 @@ bp-polkadot = { path = "../../primitives/chain-polkadot" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/client-rialto/Cargo.toml b/bridges/relays/client-rialto/Cargo.toml index b5ccf887c92c..88e8e12add40 100644 --- a/bridges/relays/client-rialto/Cargo.toml +++ b/bridges/relays/client-rialto/Cargo.toml @@ -17,9 +17,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/client-rococo/Cargo.toml b/bridges/relays/client-rococo/Cargo.toml index 6326fa09bad6..5611ac27b1ce 100644 --- a/bridges/relays/client-rococo/Cargo.toml +++ b/bridges/relays/client-rococo/Cargo.toml @@ -24,9 +24,9 @@ pallet-bridge-dispatch = { path = "../../modules/dispatch" } pallet-bridge-messages = { path = "../../modules/messages" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index e9d9d71d4871..f5c2e2656059 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -26,17 +26,17 @@ relay-utils = { path = "../utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } #[dev-dependencies] futures = "0.3.7" diff --git a/bridges/relays/client-westend/Cargo.toml b/bridges/relays/client-westend/Cargo.toml index c1accb6ff94f..a408ae3a46da 100644 --- a/bridges/relays/client-westend/Cargo.toml +++ b/bridges/relays/client-westend/Cargo.toml @@ -17,9 +17,9 @@ bp-westend = { path = "../../primitives/chain-westend" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/client-wococo/Cargo.toml b/bridges/relays/client-wococo/Cargo.toml index 63afbff6c0a6..c1b9aafd95e7 100644 --- a/bridges/relays/client-wococo/Cargo.toml +++ b/bridges/relays/client-wococo/Cargo.toml @@ -24,9 +24,9 @@ pallet-bridge-dispatch = { path = "../../modules/dispatch" } pallet-bridge-messages = { path = "../../modules/messages" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index b88e4036e679..ff80cab53381 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -22,4 +22,4 @@ time = "0.2" # Substrate dependencies -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 29f95034fbed..bb0edb98729f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,19 +24,19 @@ futures = "0.3.15" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-node-core-pvf = { path = "../node/core/pvf", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } # this crate is used only to enable `trie-memory-tracker` feature # see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index c1eacc6b9b77..54e875048515 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.10.0", default-features = false, optional = true } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index e9a0b6d78269..1b7ae391b773 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -9,6 +9,6 @@ polkadot-primitives = { path = "../primitives" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 58698388166d..2b64e8f086e5 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -5,28 +5,28 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } - -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } - -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } - -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } + +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } + +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } + +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index c59d2119fe46..e669b9f32cbe 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -12,8 +12,8 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 98289011f302..9385380df585 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -23,21 +23,21 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [dev-dependencies] parking_lot = "0.11.1" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index fe58bfea308b..f60dfd42b36e 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -26,8 +26,8 @@ env_logger = "0.8.4" assert_matches = "1.4.0" kvdb-memorydb = "0.10.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } parking_lot = "0.11.1" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 7ecec4c94a96..aaac65f4955e 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.15" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -18,11 +18,11 @@ tracing = "0.1.26" thiserror = "1.0.23" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = { version = "0.3.15", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 871fe4d539db..bf67a0f3783c 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } wasm-timer = "0.2.5" thiserror = "1.0.23" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 0cc9e5ac757b..a109cb590510 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -9,7 +9,7 @@ async-trait = "0.1.42" futures = "0.3.15" tracing = "0.1.26" -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -22,8 +22,8 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = { version = "0.3.15", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 311abd09e84a..8f9ec9f8b33f 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -7,12 +7,12 @@ edition = "2018" [dependencies] futures = "0.3.15" tracing = "0.1.26" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] futures = { version = "0.3.15", features = ["thread-pool"] } @@ -20,4 +20,4 @@ maplit = "1.0.2" parity-scale-codec = "2.0.0" polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index d3d3a3cc197e..f6b42a2bec47 100644 --- a/node/core/chain-selection/Cargo.toml +++ b/node/core/chain-selection/Cargo.toml @@ -19,7 +19,7 @@ parity-scale-codec = "2" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } parking_lot = "0.11" assert_matches = "1" kvdb-memorydb = "0.10.0" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index ecb4d0719587..72af0db6ed62 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -18,12 +18,12 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] kvdb-memorydb = "0.10.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } assert_matches = "1.4.0" diff --git a/node/core/dispute-participation/Cargo.toml b/node/core/dispute-participation/Cargo.toml index fe6b9b3a8321..7de5c195b6d7 100644 --- a/node/core/dispute-participation/Cargo.toml +++ b/node/core/dispute-participation/Cargo.toml @@ -17,4 +17,4 @@ polkadot-primitives = { path = "../../../primitives" } assert_matches = "1.5.0" parity-scale-codec = "2.0.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index 487d8b6aada3..6dd3d3bbdab6 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -13,6 +13,6 @@ async-trait = "0.1.47" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 0c1c83006a8b..fb6259f6878e 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -15,6 +15,6 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures-timer = "3.0.2" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 635e7115dd8d..23388b28daa4 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -23,15 +23,15 @@ rand = "0.8.3" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } polkadot-parachain = { path = "../../../parachain" } polkadot-core-primitives = { path = "../../../core-primitives" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] adder = { package = "test-parachain-adder", path = "../../../parachain/test-parachains/adder" } diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 88042ccc654d..a1a5962c6bd8 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -10,17 +10,17 @@ tracing = "0.1.26" memory-lru = "0.1.0" parity-util-mem = { version = "0.10.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = { version = "0.3.15", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index db1c873ec64e..4bbcb0541473 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -12,8 +12,8 @@ lazy_static = "1.4" parking_lot = "0.11.1" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" log = "0.4.13" parity-scale-codec = { version = "2.0.0", default-features = false } diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 00473ff59ec9..fc730de427b4 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.15" tracing = "0.1.26" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index 3058bf754aac..ea6accbeb8cf 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -15,20 +15,20 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-core-runtime-api = { path = "../../core/runtime-api" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" rand = "0.8.3" lru = "0.6.5" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } futures-timer = "3.0.2" assert_matches = "1.4.0" maplit = "1.0" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index c6e92b3771d4..c88b9fd98cdb 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -26,9 +26,9 @@ futures-timer = "3.0.2" log = "0.4.11" smallvec = "1.5.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 73b671a3b867..35cb91acc83e 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -15,9 +15,9 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } maplit = "1.0.2" log = "0.4.13" env_logger = "0.8.4" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 2cfc616236f8..d9f8fedc19f7 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -10,9 +10,9 @@ futures = "0.3.15" tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} @@ -22,6 +22,6 @@ parking_lot = "0.11.1" [dev-dependencies] assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } futures-timer = "3" diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 1fa1bf195a69..971e4903f22a 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -11,9 +11,9 @@ futures-timer = "3" thiserror = "1.0.23" tracing = "0.1.26" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -26,7 +26,7 @@ log = "0.4.13" env_logger = "0.8.4" assert_matches = "1.4.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index dfc257b0cd13..acce9e222968 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -20,10 +20,10 @@ rand_chacha = { version = "0.3.1", default-features = false } tracing = "0.1.26" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index a0d13d73fba9..2e83e01fa045 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } strum = { version = "0.20", features = ["derive"] } futures = "0.3.15" thiserror = "1.0.23" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index c37851bdc4ab..c21b1fdf7818 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -9,9 +9,9 @@ edition = "2018" futures = "0.3.15" tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -24,10 +24,10 @@ thiserror = "1.0.23" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } futures-timer = "3.0.2" diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 490dcc9ecbf4..0d83f5da4150 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] async-trait = "0.1.42" -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = "0.3.15" futures-timer = "3.0.2" polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../primitives" } @@ -19,7 +19,7 @@ tracing = "0.1.26" lru = "0.6" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-node-network-protocol = { path = "../network/protocol" } futures = { version = "0.3.15", features = ["thread-pool"] } femme = "2.1.1" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index ab30cd5ca2b4..7cefeab9ba03 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,13 +10,13 @@ futures = "0.3.15" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.22" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index b836893e664e..30b1bb87ad2d 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,58 +6,58 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } # External Crates futures = "0.3.15" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index f1e05447e5cc..3ca9f0cdaa83 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -18,9 +18,9 @@ polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index e2542b640303..63bbeee1ab33 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -25,11 +25,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } metered-channel = { path = "../metered-channel"} -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index 476102122a24..1300e2abc7dd 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -23,10 +23,10 @@ polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } polkadot-procmacro-subsystem-dispatch-gen = { path = "dispatch-gen" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.23" log = "0.4.13" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 00128b7bb792..f4be1180cd64 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,20 +14,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = "0.3.15" diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml index 6a2a53c253c0..8c97dc753fdc 100644 --- a/node/test/polkadot-simnet/Cargo.toml +++ b/node/test/polkadot-simnet/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -test-runner = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-runtime-test = { path = "../runtime", version = "0.9" } polkadot-cli = { path = "../../../cli", version = "0.9", features = ["cli"] } structopt = "0.3.21" diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml b/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml index 499ef33b469c..c31428e2d63c 100644 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml +++ b/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -test-runner = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } +test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-runtime-test = { path = "../../runtime", version = "0.9" } polkadot-runtime = { path = "../../../../runtime/polkadot", version = "0.9" } polkadot-cli = { path = "../../../../cli", version = "0.9", features = ["cli"] } diff --git a/node/test/runtime/Cargo.toml b/node/test/runtime/Cargo.toml index fac134b1307d..e04ff6fe5e39 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/runtime/Cargo.toml @@ -6,33 +6,33 @@ edition = "2018" [dependencies] -test-runner = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -support = { package = "frame-support", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -benchmarking = { package = "frame-benchmarking", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } +support = { package = "frame-support", git = "https://github.com/paritytech/substrate", branch = "master" } +benchmarking = { package = "frame-benchmarking", git = "https://github.com/paritytech/substrate", branch = "master" } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "master" } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "master" } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { version = "0.9", path = "../../../primitives" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } - -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } + +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-service = { path = "../../../node/service", version = "0.9" } polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.9" } diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index 74efafde0381..e0b8cb8ff3f2 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -25,38 +25,38 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } serde_json = "1.0.61" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 063c994496de..116d80e84188 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,9 +11,9 @@ edition = "2018" # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.10.0", optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 57eb99ccf54d..6aa2f1853652 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -14,7 +14,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 92245cca69ed..be0137c83b81 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,15 +9,15 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.1", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 4d51ac2a1771..108fe461d55c 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -27,10 +27,10 @@ polkadot-service = { path = "../../../../node/service", features = [ "rococo-nat polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -41,8 +41,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index 790ec4c08e72..820e695554a4 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" [dependencies] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = [ "std" ] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 6b69bf915e5b..596aed56f750 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,30 +7,30 @@ edition = "2018" [dependencies] serde = { version = "1.0.123", optional = true, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } hex-literal = "0.3.1" parity-util-mem = { version = "0.10.0", default-features = false, optional = true } thiserror = "1.0.23" [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } pretty_assertions = "0.7.2" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 400d1b269280..f160fd210c83 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,27 +7,27 @@ edition = "2018" [dependencies] jsonrpc-core = "15.1.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } parity-scale-codec = { version = "2.0.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } beefy-gadget-rpc = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 7e5dc2bfe030..1b5e7c2ae18b 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,32 +15,32 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-beefy = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features=false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features=false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.5", default-features = false } @@ -51,14 +51,14 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.22.3" serde_json = "1.0.61" libsecp256k1 = "0.3.5" diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index dbdf748fd0f2..8e25c5616447 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/runtime/common/slot_range_helper/Cargo.toml @@ -8,8 +8,8 @@ edition = "2018" paste = "1.0" enumn = "0.1.3" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } [features] default = ["std"] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 7af7158ce4aa..8d26bd06a524 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,69 +15,69 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-gilt = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-gilt = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -92,13 +92,13 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } separator = "0.4.1" serde_json = "1.0.61" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 301fbacb9e22..1447e6b878bb 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,27 +12,27 @@ rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.123", features = [ "derive" ], optional = true } derive_more = "0.99.14" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -45,17 +45,17 @@ rand_chacha = { version = "0.3.1", default-features = false } [dev-dependencies] futures = "0.3.15" hex-literal = "0.3.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } serde_json = "1.0.61" libsecp256k1 = "0.3.5" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 8cfd79e5a789..4effd887e43e 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,64 +15,64 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -82,14 +82,14 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.22.3" serde_json = "1.0.61" separator = "0.4.1" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 44fb6cc98a6a..d59aac3a0834 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -13,50 +13,50 @@ smallvec = "1.6.1" hex-literal = "0.3.1" log = { version = "0.4.14", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-beefy = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -79,7 +79,7 @@ pallet-bridge-grandpa = { path = "../../bridges/modules/grandpa", default-featur pallet-bridge-messages = { path = "../../bridges/modules/messages", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index cd85c9d135ab..1bd2c7882990 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,44 +14,44 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -62,12 +62,12 @@ polkadot-runtime-parachains = { path = "../parachains", default-features = false hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } serde_json = "1.0.61" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index caf25de72e55..73f79f3aa278 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,66 +15,66 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -90,12 +90,12 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default hex-literal = "0.3.1" libsecp256k1 = "0.3.5" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } serde_json = "1.0.61" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["std"] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index f0daff33cd7d..0b8d48af3ffe 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 4925345f3bf1..e8aae026bf72 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -20,21 +20,21 @@ lazy_static = "1.4.0" paste = "1.0.5" thiserror = "1.0.0" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } core-primitives = { package = "polkadot-core-primitives", path = "../../core-primitives" } @@ -44,4 +44,4 @@ kusama-runtime = { path = "../../runtime/kusama" } westend-runtime = { path = "../../runtime/westend" } [dev-dependencies] -sp-version = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/xcm/pallet-xcm/Cargo.toml b/xcm/pallet-xcm/Cargo.toml index f19a2e3b905a..17f4de53957e 100644 --- a/xcm/pallet-xcm/Cargo.toml +++ b/xcm/pallet-xcm/Cargo.toml @@ -9,10 +9,10 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = serde = { version = "1.0.101", optional = true, features = ["derive"] } log = { version = "0.4.14", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "test-runner-2" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "test-runner-2" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "test-runner-2" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "test-runner-2" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 69a4eeba1b66..7cda682d4b30 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -10,13 +10,13 @@ impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index 8e7b1d39f733..3ff04c530486 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,12 +9,12 @@ version = "0.9.8" impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "test-runner-2", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } log = { version = "0.4.14", default-features = false } [features] From a2ab97a1bccfa48a2b8d187583d366f4c5cbada0 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 09:33:34 +0100 Subject: [PATCH 34/53] Merge branch 'master' of github.com:paritytech/polkadot into substrate-test-runner --- Cargo.lock | 4198 ++++++++++++++++++---------------------------------- 1 file changed, 1434 insertions(+), 2764 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41ac849521bc..875fc3042216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,20 +500,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-client-api", + "sc-keystore", + "sc-network", + "sc-network-gossip", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", ] @@ -531,11 +531,11 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-rpc", "serde", "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", ] [[package]] @@ -544,11 +544,11 @@ version = "0.1.0" source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#10872bb2542c3c93303e27e085b9725f5683532e" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -725,13 +725,13 @@ dependencies = [ "assert_matches", "bp-test-utils", "finality-grandpa", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", ] [[package]] @@ -739,9 +739,9 @@ name = "bp-message-dispatch" version = "0.1.0" dependencies = [ "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std", ] [[package]] @@ -750,12 +750,12 @@ version = "0.1.0" dependencies = [ "bitvec", "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std", ] [[package]] @@ -764,15 +764,15 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "hex", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] @@ -781,12 +781,12 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", + "sp-api", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -796,29 +796,29 @@ dependencies = [ "bp-messages", "bp-polkadot-core", "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "parity-scale-codec", "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] name = "bp-runtime" version = "0.1.0" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "hash-db", "num-traits", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", ] [[package]] @@ -829,10 +829,10 @@ dependencies = [ "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", ] [[package]] @@ -844,9 +844,9 @@ dependencies = [ "bp-rococo", "bp-runtime", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -857,18 +857,18 @@ dependencies = [ "bp-messages", "bp-runtime", "ed25519-dalek", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "hash-db", "pallet-bridge-dispatch", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-transaction-payment", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", ] [[package]] @@ -1974,14 +1974,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "fork-tree" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "form_urlencoded" version = "1.0.0" @@ -1997,88 +1989,70 @@ name = "frame-benchmarking" version = "3.1.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "linregress", - "log", - "parity-scale-codec", - "paste", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "frame-benchmarking" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", ] [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "Inflector", "chrono", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", "handlebars", "parity-scale-codec", "sc-cli", "sc-client-db", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor", "sc-service", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "structopt", ] [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", "sp-npos-elections", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std", ] [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -2088,19 +2062,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "frame-metadata" -version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-std", ] [[package]] @@ -2109,34 +2072,8 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "impl-trait-for-tuples", - "log", - "once_cell", - "parity-scale-codec", - "paste", - "serde", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "frame-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-metadata", + "frame-support-procedural", "impl-trait-for-tuples", "log", "once_cell", @@ -2144,15 +2081,15 @@ dependencies = [ "paste", "serde", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", ] [[package]] @@ -2161,19 +2098,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support-procedural-tools", "proc-macro2", "quote", "syn", @@ -2184,19 +2109,7 @@ name = "frame-support-procedural-tools" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural-tools" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", "proc-macro2", "quote", @@ -2213,33 +2126,23 @@ dependencies = [ "syn", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-metadata", + "frame-support", + "frame-system", "parity-scale-codec", "pretty_assertions 0.6.1", "rustversion", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", "trybuild", ] @@ -2248,68 +2151,51 @@ name = "frame-system" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "frame-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", ] [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -3430,11 +3316,11 @@ version = "0.9.8" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -3464,12 +3350,12 @@ dependencies = [ "pallet-proxy", "pallet-recovery", "pallet-scheduler", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-session-benchmarking", "pallet-society", "pallet-staking", "pallet-staking-reward-fn", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "pallet-tips", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -3487,24 +3373,24 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-npos-elections", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -4724,67 +4610,67 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", - "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-authorship", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-vrf", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] @@ -4793,27 +4679,27 @@ version = "0.1.0" source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#10872bb2542c3c93303e27e085b9725f5683532e" dependencies = [ "beefy-primitives", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-treasury", "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] @@ -4822,15 +4708,15 @@ version = "0.1.0" dependencies = [ "bp-message-dispatch", "bp-runtime", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4841,18 +4727,18 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "num-traits", "parity-scale-codec", "serde", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-finality-grandpa", + "sp-io", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -4864,9 +4750,9 @@ dependencies = [ "bp-messages", "bp-rialto", "bp-runtime", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "hex", "hex-literal", "log", @@ -4874,219 +4760,219 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "rand 0.7.3", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", "static_assertions", ] [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-core", + "sp-finality-grandpa", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "enumflags2", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "ckb-merkle-mountain-range", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-mmr-primitives", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5094,121 +4980,121 @@ dependencies = [ "pallet-mmr-primitives", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", ] [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "pallet-babe", "pallet-balances", "pallet-grandpa", "pallet-im-online", "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-staking", "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "enumflags2", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5216,98 +5102,78 @@ name = "pallet-session" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "pallet-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-trie", ] [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", "pallet-staking", "rand 0.7.3", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-session", + "sp-std", ] [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "log", "pallet-authorship", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "parity-scale-codec", "paste", "rand_chacha 0.2.2", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", "static_assertions", ] [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5318,23 +5184,23 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "log", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", ] [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5342,151 +5208,134 @@ name = "pallet-timestamp" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "pallet-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-treasury", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-runtime", ] [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "enumflags2", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-xcm" version = "0.1.0" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -5922,7 +5771,7 @@ dependencies = [ "polkadot-primitives", "rand_core 0.5.1", "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "tracing", ] @@ -5941,9 +5790,9 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "tracing", ] @@ -5966,14 +5815,14 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.4", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", + "sc-network", "smallvec 1.6.1", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-tracing", "thiserror", "tracing", ] @@ -5997,10 +5846,10 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.4", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", "smallvec 1.6.1", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-core", "sp-keyring", "thiserror", "tracing", @@ -6017,8 +5866,8 @@ dependencies = [ "polkadot-service", "sc-cli", "sc-service", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-trie", "structopt", "substrate-browser-utils", "substrate-build-script-utils", @@ -6033,7 +5882,7 @@ name = "polkadot-client" version = "0.9.8" dependencies = [ "beefy-primitives", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", "frame-system-rpc-runtime-api", "kusama-runtime", "pallet-mmr-primitives", @@ -6041,21 +5890,21 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime", "rococo-runtime", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-executor", "sc-service", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-finality-grandpa", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-storage", + "sp-transaction-pool", "westend-runtime", ] @@ -6075,10 +5924,10 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-runtime", "thiserror", "tracing", ] @@ -6089,9 +5938,9 @@ version = "0.9.8" dependencies = [ "parity-scale-codec", "parity-util-mem", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -6102,8 +5951,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-trie", "thiserror", ] @@ -6120,12 +5969,12 @@ dependencies = [ "polkadot-primitives", "rand 0.8.4", "rand_chacha 0.3.1", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", "tracing", ] @@ -6145,9 +5994,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-authority-discovery", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", + "sp-consensus", + "sp-core", "sp-keyring", "strum", "tracing", @@ -6165,8 +6014,8 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-maybe-compressed-blob", "thiserror", "tracing", ] @@ -6195,18 +6044,18 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "rand_core 0.5.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-keystore", "schnorrkel", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-runtime", "tracing", ] @@ -6231,7 +6080,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "sp-keyring", "thiserror", "tracing", @@ -6251,12 +6100,12 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-tracing", "thiserror", "tracing", ] @@ -6270,7 +6119,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", "thiserror", "tracing", "wasm-timer", @@ -6291,9 +6140,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-parachain", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "sp-keyring", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-maybe-compressed-blob", "tracing", ] @@ -6309,10 +6158,10 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-consensus-babe", + "sp-blockchain", + "sp-core", "tracing", ] @@ -6332,7 +6181,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "thiserror", "tracing", ] @@ -6353,10 +6202,10 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", "thiserror", "tracing", ] @@ -6372,7 +6221,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "thiserror", "tracing", ] @@ -6387,9 +6236,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-inherents", + "sp-runtime", "thiserror", "tracing", ] @@ -6405,8 +6254,8 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing", ] @@ -6428,16 +6277,16 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "rand 0.8.4", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor", + "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-externalities", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing", + "sp-wasm-interface", "tempfile", "test-parachain-adder", "test-parachain-halt", @@ -6456,10 +6305,10 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus-babe", + "sp-core", "tracing", ] @@ -6475,8 +6324,8 @@ dependencies = [ "parking_lot 0.11.1", "polkadot-node-primitives", "polkadot-primitives", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", + "sp-core", "thiserror", ] @@ -6489,7 +6338,7 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", "strum", "thiserror", ] @@ -6505,13 +6354,13 @@ dependencies = [ "polkadot-statement-table", "schnorrkel", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-vrf", + "sp-core", + "sp-keystore", + "sp-maybe-compressed-blob", + "sp-runtime", "thiserror", "zstd", ] @@ -6539,10 +6388,10 @@ dependencies = [ "polkadot-primitives", "polkadot-procmacro-subsystem-dispatch-gen", "polkadot-statement-table", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "substrate-prometheus-endpoint", "thiserror", "tracing", ] @@ -6563,9 +6412,9 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "polkadot-statement-table", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "tracing", ] @@ -6592,11 +6441,11 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-primitives", "rand 0.8.4", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "substrate-prometheus-endpoint", "thiserror", "tracing", ] @@ -6618,9 +6467,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-procmacro-overseer-subsystems-gen", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sp-api", + "sp-core", "tracing", ] @@ -6633,9 +6482,9 @@ dependencies = [ "parity-util-mem", "polkadot-core-primitives", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -6643,7 +6492,7 @@ name = "polkadot-primitives" version = "0.9.8" dependencies = [ "bitvec", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system", "hex-literal", "parity-scale-codec", "parity-util-mem", @@ -6651,21 +6500,21 @@ dependencies = [ "polkadot-parachain", "pretty_assertions 0.7.2", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-serializer", + "sp-staking", + "sp-std", + "sp-trie", + "sp-version", "thiserror", ] @@ -6702,24 +6551,24 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-primitives", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", "sc-consensus-babe-rpc", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-consensus-epochs", + "sc-finality-grandpa", "sc-finality-grandpa-rpc", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", + "sc-rpc", "sc-sync-state-rpc", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-keystore", + "sp-runtime", + "sp-transaction-pool", "substrate-frame-rpc-system", ] @@ -6729,11 +6578,11 @@ version = "0.9.8" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -6761,11 +6610,11 @@ dependencies = [ "pallet-offences-benchmarking", "pallet-proxy", "pallet-scheduler", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-session-benchmarking", "pallet-staking", "pallet-staking-reward-curve", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "pallet-tips", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -6781,23 +6630,23 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-npos-elections", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -6810,10 +6659,10 @@ version = "0.9.8" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", "frame-support-test", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system", "hex-literal", "impl-trait-for-tuples", "libsecp256k1", @@ -6825,10 +6674,10 @@ dependencies = [ "pallet-election-provider-multi-phase", "pallet-mmr", "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-staking", "pallet-staking-reward-curve", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", @@ -6840,18 +6689,18 @@ dependencies = [ "serde_derive", "serde_json", "slot-range-helper", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-trie", "static_assertions", "trie-db", "xcm", @@ -6863,10 +6712,10 @@ version = "0.9.8" dependencies = [ "bitvec", "derive_more", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", "frame-support-test", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system", "futures 0.3.15", "hex-literal", "libsecp256k1", @@ -6876,10 +6725,10 @@ dependencies = [ "pallet-babe", "pallet-balances", "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-staking", "pallet-staking-reward-curve", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "pallet-treasury", "pallet-vesting", "parity-scale-codec", @@ -6887,22 +6736,22 @@ dependencies = [ "rand 0.8.4", "rand_chacha 0.3.1", "rustc-hex", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", "serde", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-trie", + "sp-version", "xcm", "xcm-executor", ] @@ -6911,9 +6760,9 @@ dependencies = [ name = "polkadot-runtime-test" version = "0.9.0" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-collective", "pallet-democracy", @@ -6923,20 +6772,20 @@ dependencies = [ "polkadot-runtime", "polkadot-runtime-common", "polkadot-service", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-consensus", + "sc-consensus-babe", "sc-consensus-manual-seal", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor", + "sc-finality-grandpa", "sc-service", "sc-transaction-pool", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-consensus", + "sp-consensus-babe", + "sp-inherents", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-runtime", "test-runner", ] @@ -6991,43 +6840,43 @@ dependencies = [ "rococo-runtime", "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", "sc-client-db", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-uncles 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-slots", + "sc-consensus-uncles", + "sc-executor", + "sc-finality-grandpa", "sc-finality-grandpa-warp-sync", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", + "sc-network", "sc-service", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry", "sc-transaction-pool", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-trie", + "substrate-prometheus-endpoint", "thiserror", "tracing", "westend-runtime", @@ -7040,7 +6889,7 @@ dependencies = [ "polkadot-cli", "polkadot-runtime-test", "sc-cli", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing", "structopt", "test-runner", ] @@ -7061,14 +6910,14 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", + "sc-network", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-staking", + "sp-tracing", "thiserror", "tracing", ] @@ -7079,7 +6928,7 @@ version = "0.9.8" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", ] [[package]] @@ -7092,19 +6941,19 @@ dependencies = [ "polkadot-primitives", "polkadot-test-runtime", "polkadot-test-service", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-block-builder", + "sc-consensus", "sc-service", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-state-machine", + "sp-timestamp", "substrate-test-client", ] @@ -7131,8 +6980,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "hex-literal", "libsecp256k1", @@ -7146,11 +6995,11 @@ dependencies = [ "pallet-mmr-primitives", "pallet-nicks", "pallet-offences", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", @@ -7164,22 +7013,22 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-trie", + "sp-version", "substrate-wasm-builder", "tiny-keccak", ] @@ -7188,8 +7037,8 @@ dependencies = [ name = "polkadot-test-service" version = "0.9.8" dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", + "frame-system", "futures 0.1.29", "futures 0.3.15", "hex", @@ -7208,29 +7057,29 @@ dependencies = [ "polkadot-test-runtime", "rand 0.8.4", "sc-authority-discovery", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-chain-spec", "sc-cli", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "sc-executor", + "sc-finality-grandpa", + "sc-network", "sc-service", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing", "sc-transaction-pool", "serde_json", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", "sp-authority-discovery", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", "sp-keyring", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-state-machine", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -7829,7 +7678,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "env_logger 0.8.4", "hex", @@ -7839,9 +7688,9 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -7915,8 +7764,8 @@ dependencies = [ "bp-wococo", "bridge-runtime-common", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "hex-literal", "log", @@ -7937,11 +7786,11 @@ dependencies = [ "pallet-mmr-primitives", "pallet-offences", "pallet-proxy", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", @@ -7954,20 +7803,20 @@ dependencies = [ "serde", "serde_derive", "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -8130,27 +7979,16 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", -] - -[[package]] -name = "sc-allocator" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-std", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "async-trait", "derive_more", @@ -8164,39 +8002,39 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-network", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-block-builder", + "sc-client-api", "sc-proposer-metrics", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-transaction-pool", + "substrate-prometheus-endpoint", ] [[package]] @@ -8205,30 +8043,14 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-block-builder" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -8238,37 +8060,17 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sc-chain-spec-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "serde", - "serde_json", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sc-chain-spec-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-chain-spec-derive", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-finality-grandpa", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-consensus-babe", + "sp-core", + "sp-runtime", ] [[package]] @@ -8282,21 +8084,10 @@ dependencies = [ "syn", ] -[[package]] -name = "sc-chain-spec-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "chrono", "fdlimit", @@ -8309,22 +8100,22 @@ dependencies = [ "rand 0.7.3", "regex", "rpassword", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-keystore", + "sc-network", "sc-service", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-telemetry", + "sc-tracing", "serde", "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-utils", + "sp-version", "structopt", "thiserror", "tiny-bip39", @@ -8345,64 +8136,30 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-client-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "derive_more", - "fnv", - "futures 0.3.15", - "hash-db", - "kvdb", - "lazy_static", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "blake2-rfc", "hash-db", @@ -8415,18 +8172,18 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-executor", "sc-state-db", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "substrate-prometheus-endpoint", ] [[package]] @@ -8436,23 +8193,10 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "async-trait", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sp-blockchain", + "sp-consensus", + "sp-runtime", ] [[package]] @@ -8462,53 +8206,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "async-trait", "derive_more", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "futures 0.3.15", - "futures-timer 3.0.2", - "log", - "merlin", - "num-bigint", - "num-rational 0.2.4", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "pdqselect", - "rand 0.7.3", - "retain_mut", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-consensus-uncles 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "schnorrkel", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "derive_more", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "fork-tree", "futures 0.3.15", "futures-timer 3.0.2", "log", @@ -8521,54 +8219,54 @@ dependencies = [ "pdqselect", "rand 0.7.3", "retain_mut", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-uncles 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-consensus-epochs", + "sc-consensus-slots", + "sc-consensus-uncles", + "sc-keystore", + "sc-telemetry", "schnorrkel", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "derive_more", "futures 0.3.15", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-rpc-api", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] @@ -8576,31 +8274,18 @@ name = "sc-consensus-epochs" version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "fork-tree", "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-consensus-epochs" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-runtime", ] [[package]] name = "sc-consensus-manual-seal" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "assert_matches", "async-trait", @@ -8612,24 +8297,24 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", "sc-transaction-pool", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "sp-transaction-pool", + "substrate-prometheus-endpoint", ] [[package]] @@ -8643,48 +8328,20 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", -] - -[[package]] -name = "sc-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-timestamp", + "sp-trie", "thiserror", ] @@ -8693,20 +8350,9 @@ name = "sc-consensus-uncles" version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", -] - -[[package]] -name = "sc-consensus-uncles" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sp-authorship", + "sp-runtime", "thiserror", ] @@ -8722,48 +8368,20 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.42.2", "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "wasmi", -] - -[[package]] -name = "sc-executor" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "derive_more", - "lazy_static", - "libsecp256k1", - "log", - "parity-scale-codec", - "parity-wasm 0.42.2", - "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor-common", + "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-serializer", + "sp-tasks", + "sp-trie", + "sp-version", + "sp-wasm-interface", "wasmi", ] @@ -8775,28 +8393,11 @@ dependencies = [ "derive_more", "parity-scale-codec", "pwasm-utils", - "sc-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", - "wasmi", -] - -[[package]] -name = "sc-executor-common" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "derive_more", - "parity-scale-codec", - "pwasm-utils", - "sc-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-allocator", + "sp-core", + "sp-maybe-compressed-blob", + "sp-serializer", + "sp-wasm-interface", "thiserror", "wasmi", ] @@ -8808,33 +8409,18 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "log", "parity-scale-codec", - "sc-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "wasmi", -] - -[[package]] -name = "sc-executor-wasmi" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "log", - "parity-scale-codec", - "sc-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-allocator", + "sc-executor-common", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8842,12 +8428,12 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.42.2", "pwasm-utils", - "sc-allocator 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-allocator", + "sc-executor-common", "scoped-tls", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] @@ -8860,7 +8446,7 @@ dependencies = [ "derive_more", "dyn-clone", "finality-grandpa", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "fork-tree", "futures 0.3.15", "futures-timer 3.0.2", "linked-hash-map", @@ -8869,98 +8455,57 @@ dependencies = [ "parking_lot 0.11.1", "pin-project 1.0.7", "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-gossip", + "sc-telemetry", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-utils", + "substrate-prometheus-endpoint", "wasm-timer", ] [[package]] -name = "sc-finality-grandpa" +name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ - "async-trait", "derive_more", - "dyn-clone", "finality-grandpa", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", "futures 0.3.15", - "futures-timer 3.0.2", - "linked-hash-map", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "jsonrpc-pubsub", "log", "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-finality-grandpa", + "sc-rpc", + "serde", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "wasm-timer", + "sp-blockchain", + "sp-core", + "sp-runtime", ] [[package]] -name = "sc-finality-grandpa-rpc" +name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "derive_more", - "finality-grandpa", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde", - "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", -] - -[[package]] -name = "sc-finality-grandpa-warp-sync" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "derive_more", "futures 0.3.15", @@ -8969,30 +8514,30 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "prost", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-finality-grandpa", + "sc-network", "sc-service", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-finality-grandpa", + "sp-runtime", ] [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", "futures-timer 3.0.2", "log", "parity-util-mem", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-network", + "sp-blockchain", + "sp-runtime", + "sp-transaction-pool", "wasm-timer", ] @@ -9010,49 +8555,29 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "subtle 2.2.3", -] - -[[package]] -name = "sc-keystore" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.15", - "futures-util", - "hex", - "merlin", - "parking_lot 0.11.1", - "rand 0.7.3", - "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "subtle 2.2.3", ] [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "hash-db", "lazy_static", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-executor", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-externalities", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -9071,60 +8596,7 @@ dependencies = [ "either", "erased-serde", "fnv", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "futures 0.3.15", - "futures-timer 3.0.2", - "hex", - "ip_network", - "libp2p", - "linked-hash-map", - "linked_hash_set", - "log", - "lru", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "prost", - "prost-build", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "serde", - "serde_json", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", - "unsigned-varint 0.6.0", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-std", - "async-trait", - "asynchronous-codec 0.5.0", - "bitflags", - "bs58", - "bytes 1.0.1", - "cid", - "derive_more", - "either", - "erased-serde", - "fnv", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "fork-tree", "futures 0.3.15", "futures-timer 3.0.2", "hex", @@ -9141,19 +8613,19 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-block-builder", + "sc-client-api", + "sc-peerset", "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", "unsigned-varint 0.6.0", "void", @@ -9171,26 +8643,9 @@ dependencies = [ "libp2p", "log", "lru", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "tracing", - "wasm-timer", -] - -[[package]] -name = "sc-network-gossip" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "futures 0.3.15", - "futures-timer 3.0.2", - "libp2p", - "log", - "lru", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", + "sp-runtime", + "substrate-prometheus-endpoint", "tracing", "wasm-timer", ] @@ -9198,7 +8653,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "bytes 0.5.6", "fnv", @@ -9212,14 +8667,14 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "rand 0.7.3", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-keystore", + "sc-network", + "sp-api", + "sp-core", + "sp-offchain", + "sp-runtime", + "sp-utils", "threadpool", ] @@ -9232,30 +8687,17 @@ dependencies = [ "libp2p", "log", "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "wasm-timer", -] - -[[package]] -name = "sc-peerset" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "futures 0.3.15", - "libp2p", - "log", - "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-utils", "wasm-timer", ] [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "log", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "substrate-prometheus-endpoint", ] [[package]] @@ -9270,62 +8712,27 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-executor", + "sc-keystore", + "sc-rpc-api", + "sc-tracing", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "futures 0.3.15", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-offchain", + "sp-rpc", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-tracing", + "sp-transaction-pool", + "sp-utils", + "sp-version", ] [[package]] @@ -9342,40 +8749,15 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "serde", - "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-rpc-api" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "derive_more", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-chain-spec", "serde", "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "sp-version", ] [[package]] @@ -9392,32 +8774,14 @@ dependencies = [ "log", "serde", "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sc-rpc-server" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "futures 0.1.29", - "jsonrpc-core", - "jsonrpc-http-server", - "jsonrpc-ipc-server", - "jsonrpc-pubsub", - "jsonrpc-ws-server", - "log", - "serde", - "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "async-trait", "directories", @@ -9435,44 +8799,44 @@ dependencies = [ "parking_lot 0.11.1", "pin-project 1.0.7", "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", "sc-client-db", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor", "sc-informant", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-keystore", "sc-light", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", "sc-offchain", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-rpc", + "sc-rpc-server", + "sc-telemetry", + "sc-tracing", "sc-transaction-pool", "serde", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-tracing", + "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", "tempfile", "thiserror", "tracing", @@ -9483,35 +8847,35 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "log", "parity-scale-codec", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sp-core", "thiserror", ] [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-finality-grandpa", + "sc-rpc-api", "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-runtime", "thiserror", ] @@ -9535,26 +8899,6 @@ dependencies = [ "wasm-timer", ] -[[package]] -name = "sc-telemetry" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "chrono", - "futures 0.3.15", - "libp2p", - "log", - "parking_lot 0.11.1", - "pin-project 1.0.7", - "rand 0.7.3", - "serde", - "serde_json", - "take_mut", - "thiserror", - "void", - "wasm-timer", -] - [[package]] name = "sc-tracing" version = "3.0.0" @@ -9569,57 +8913,20 @@ dependencies = [ "parking_lot 0.11.1", "regex", "rustc-hash", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", - "wasm-bindgen", - "wasm-timer", - "web-sys", -] - -[[package]] -name = "sc-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "ansi_term 0.12.1", - "atty", - "erased-serde", - "lazy_static", - "log", - "once_cell", - "parking_lot 0.11.1", - "regex", - "rustc-hash", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-rpc-server", + "sc-telemetry", + "sc-tracing-proc-macro", "serde", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-storage", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -9640,21 +8947,10 @@ dependencies = [ "syn", ] -[[package]] -name = "sc-tracing-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "derive_more", "futures 0.3.15", @@ -9664,11 +8960,11 @@ dependencies = [ "parking_lot 0.11.1", "retain_mut", "serde", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-transaction-pool", + "sp-utils", "thiserror", "wasm-timer", ] @@ -9676,7 +8972,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "futures 0.3.15", "intervalier", @@ -9684,16 +8980,16 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", "sc-transaction-graph", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] @@ -10009,12 +9305,12 @@ dependencies = [ name = "simnet-runtime-upgrade" version = "0.1.0" dependencies = [ - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system", "polkadot-cli", "polkadot-runtime", "polkadot-runtime-test", "sc-cli", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing", "structopt", "test-runner", ] @@ -10041,8 +9337,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] @@ -10148,29 +9444,12 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", -] - -[[package]] -name = "sp-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api-proc-macro", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-version", "thiserror", ] @@ -10186,18 +9465,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-api-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "blake2-rfc", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-application-crypto" version = "3.0.0" @@ -10205,21 +9472,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "parity-scale-codec", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -10231,35 +9486,21 @@ dependencies = [ "num-traits", "parity-scale-codec", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "static_assertions", -] - -[[package]] -name = "sp-arithmetic" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-debug-derive", + "sp-std", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] @@ -10269,21 +9510,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -10292,22 +9521,10 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-block-builder" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -10320,38 +9537,20 @@ dependencies = [ "lru", "parity-scale-codec", "parking_lot 0.11.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-consensus", + "sp-database", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] -name = "sp-blockchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +name = "sp-consensus" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "futures 0.3.15", - "log", - "lru", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "thiserror", -] - -[[package]] -name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" -dependencies = [ - "async-trait", + "async-trait", "futures 0.3.15", "futures-timer 3.0.2", "libp2p", @@ -10359,43 +9558,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "futures 0.3.15", - "futures-timer 3.0.2", - "libp2p", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] @@ -10409,39 +9581,17 @@ dependencies = [ "merlin", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "merlin", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] @@ -10450,18 +9600,8 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-runtime", ] [[package]] @@ -10471,21 +9611,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-consensus-vrf" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -10518,55 +9646,11 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.2", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "tiny-keccak", - "twox-hash", - "wasmi", - "zeroize", -] - -[[package]] -name = "sp-core" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "base58", - "blake2-rfc", - "byteorder", - "dyn-clonable", - "ed25519-dalek", - "futures 0.3.15", - "hash-db", - "hash256-std-hasher", - "hex", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin", - "num-traits", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "primitive-types", - "rand 0.7.3", - "regex", - "schnorrkel", - "secrecy", - "serde", - "sha2 0.9.2", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "substrate-bip39", "thiserror", "tiny-bip39", @@ -10585,15 +9669,6 @@ dependencies = [ "parking_lot 0.11.1", ] -[[package]] -name = "sp-database" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "kvdb", - "parking_lot 0.11.1", -] - [[package]] name = "sp-debug-derive" version = "3.0.0" @@ -10604,16 +9679,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-debug-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-externalities" version = "0.9.0" @@ -10621,19 +9686,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "environmental", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std", + "sp-storage", ] [[package]] @@ -10645,29 +9699,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-finality-grandpa" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] @@ -10678,23 +9715,9 @@ dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", -] - -[[package]] -name = "sp-inherents" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime", + "sp-std", "thiserror", ] @@ -10709,41 +9732,16 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "futures 0.3.15", - "hash-db", - "libsecp256k1", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-maybe-compressed-blob", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-wasm-interface", "tracing", "tracing-core", ] @@ -10751,11 +9749,11 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "lazy_static", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-runtime", "strum", ] @@ -10772,25 +9770,8 @@ dependencies = [ "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-keystore" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.15", - "merlin", - "parity-scale-codec", - "parking_lot 0.11.1", - "schnorrkel", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-externalities", ] [[package]] @@ -10802,32 +9783,23 @@ dependencies = [ "zstd", ] -[[package]] -name = "sp-maybe-compressed-blob" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "ruzstd", - "zstd", -] - [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-core", "sp-npos-elections-compact", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std", ] [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10840,19 +9812,9 @@ name = "sp-offchain" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -10863,14 +9825,6 @@ dependencies = [ "backtrace", ] -[[package]] -name = "sp-panic-handler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "backtrace", -] - [[package]] name = "sp-rpc" version = "3.0.0" @@ -10878,18 +9832,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "rustc-hash", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "tracing-core", -] - -[[package]] -name = "sp-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "tracing-core", ] @@ -10907,32 +9850,11 @@ dependencies = [ "paste", "rand 0.7.3", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-runtime" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "parity-util-mem", - "paste", - "rand 0.7.3", - "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -10943,29 +9865,12 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] @@ -10981,18 +9886,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "Inflector", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-serializer" version = "3.0.0" @@ -11002,39 +9895,17 @@ dependencies = [ "serde_json", ] -[[package]] -name = "sp-serializer" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "sp-session" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -11043,18 +9914,8 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", ] [[package]] @@ -11069,34 +9930,11 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-state-machine" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "hash-db", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", "tracing", "trie-db", @@ -11108,11 +9946,6 @@ name = "sp-std" version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" -[[package]] -name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" - [[package]] name = "sp-storage" version = "3.0.0" @@ -11122,21 +9955,8 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-storage" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -11145,24 +9965,11 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c4a63d40c00aa41e1bf12135c237b" dependencies = [ "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-tasks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-externalities", + "sp-io", + "sp-runtime-interface", + "sp-std", ] [[package]] @@ -11174,27 +9981,10 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-trait", - "futures-timer 3.0.2", - "log", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", "thiserror", "wasm-timer", ] @@ -11211,25 +10001,7 @@ dependencies = [ "serde", "serde_json", "slog", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "erased-serde", - "log", - "parity-scale-codec", - "parking_lot 0.10.2", - "serde", - "serde_json", - "slog", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -11245,41 +10017,25 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", -] - -[[package]] -name = "sp-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "derive_more", - "futures 0.3.15", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-runtime", "thiserror", ] [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "async-trait", "log", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -11290,22 +10046,8 @@ dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "hash-db", - "memory-db", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-std", "trie-db", "trie-root", ] @@ -11322,18 +10064,6 @@ dependencies = [ "prometheus", ] -[[package]] -name = "sp-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "futures 0.3.15", - "futures-core", - "futures-timer 3.0.2", - "lazy_static", - "prometheus", -] - [[package]] name = "sp-version" version = "3.0.0" @@ -11343,24 +10073,9 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.42.2", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "thiserror", -] - -[[package]] -name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm 0.42.2", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", "thiserror", ] @@ -11376,18 +10091,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-version-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "parity-scale-codec", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-wasm-interface" version = "3.0.0" @@ -11395,18 +10098,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3cd75117765c dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "wasmi", -] - -[[package]] -name = "sp-wasm-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-std", "wasmi", ] @@ -11428,8 +10120,8 @@ version = "0.9.0" dependencies = [ "env_logger 0.8.4", "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "hex", "jsonrpsee", "jsonrpsee-types", @@ -11448,12 +10140,12 @@ dependencies = [ "remote-externalities", "serde", "serde_json", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-runtime", + "sp-transaction-pool", + "sp-version", "structopt", "thiserror", "tokio 0.2.21", @@ -11589,7 +10281,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "chrono", "console_error_panic_hook", @@ -11602,12 +10294,12 @@ dependencies = [ "libp2p-wasm-ext", "log", "rand 0.7.3", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-chain-spec", "sc-informant", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", "sc-service", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-tracing", + "sp-database", "wasm-bindgen", "wasm-bindgen-futures", ] @@ -11615,7 +10307,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "platforms", ] @@ -11623,7 +10315,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -11632,15 +10324,15 @@ dependencies = [ "jsonrpc-derive", "log", "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-rpc-api", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-transaction-pool", ] [[package]] @@ -11657,24 +10349,10 @@ dependencies = [ "tokio 0.2.21", ] -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" -dependencies = [ - "async-std", - "derive_more", - "futures-util", - "hyper 0.13.9", - "log", - "prometheus", - "tokio 0.2.21", -] - [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "async-trait", "futures 0.1.29", @@ -11682,28 +10360,28 @@ dependencies = [ "hash-db", "hex", "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", "sc-client-db", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-consensus", + "sc-executor", "sc-light", "sc-offchain", "sc-service", "serde", "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-blockchain", + "sp-consensus", + "sp-core", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -11713,7 +10391,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -11723,13 +10401,13 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "ansi_term 0.12.1", "atty", "build-helper", "cargo_metadata", - "sp-maybe-compressed-blob 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-maybe-compressed-blob", "tempfile", "toml", "walkdir", @@ -11819,8 +10497,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-io", + "sp-std", "substrate-wasm-builder", "tiny-keccak", ] @@ -11844,7 +10522,7 @@ dependencies = [ "sc-authority-discovery", "sc-cli", "sc-service", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "sp-keyring", "structopt", "substrate-test-utils", @@ -11865,7 +10543,7 @@ version = "0.9.8" dependencies = [ "parity-scale-codec", "polkadot-parachain", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-core", "test-parachain-adder", "test-parachain-halt", "tiny-keccak", @@ -11874,50 +10552,42 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "env_logger 0.7.1", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-system", "futures 0.3.15", "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", "log", - "num-traits", - "parking_lot 0.11.1", "sc-basic-authorship", "sc-cli", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", "sc-consensus-manual-seal", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-executor", "sc-informant", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-network", + "sc-rpc", + "sc-rpc-server", "sc-service", "sc-transaction-graph", "sc-transaction-pool", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-runtime-interface", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-wasm-interface", "tokio 0.2.21", ] @@ -12519,26 +11189,26 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=test-runner-2#4be347766d7eb9d835ef4001e7e3e14c1647418f" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" dependencies = [ "frame-try-runtime", "log", "parity-scale-codec", "remote-externalities", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-chain-spec", "sc-cli", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sc-client-api", + "sc-executor", "sc-service", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-externalities", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "structopt", ] @@ -13160,11 +11830,11 @@ version = "0.9.8" dependencies = [ "beefy-primitives", "bitvec", - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -13192,13 +11862,13 @@ dependencies = [ "pallet-proxy", "pallet-recovery", "pallet-scheduler", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-session", "pallet-session-benchmarking", "pallet-society", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", @@ -13215,23 +11885,23 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.6.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-npos-elections", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-trie", + "sp-version", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -13360,16 +12030,16 @@ dependencies = [ name = "xcm-builder" version = "0.9.8" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -13378,15 +12048,15 @@ dependencies = [ name = "xcm-executor" version = "0.9.8" dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?branch=test-runner-2)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] From 0aba425c5d3699f17657c413775f09f054588edc Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 09:41:53 +0100 Subject: [PATCH 35/53] bump impl version --- runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 77a62fee86c1..a7faed848ecd 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -98,7 +98,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, spec_version: 9080, - impl_version: 0, + impl_version: 1, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] From 734ea3ef368d7951611125b2dc1f9bec30e9bcae Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 10:37:17 +0100 Subject: [PATCH 36/53] remove unused imports, fix test --- node/test/runtime/src/lib.rs | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index cd84de226196..4417724b3c63 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -18,17 +18,13 @@ //! End to end runtime tests -use test_runner::{Node, ChainInfo, SignatureVerificationOverride, default_config}; +use test_runner::{Node, ChainInfo, SignatureVerificationOverride}; use grandpa::GrandpaBlockImport; -use sc_service::{TFullBackend, TFullClient, Configuration, TaskManager, new_full_parts, TaskExecutor}; +use sc_service::{TFullBackend, TFullClient}; use sp_runtime::generic::Era; -use std::sync::Arc; use sc_consensus_babe::BabeBlockImport; -use sp_keystore::SyncCryptoStorePtr; use sp_keyring::sr25519::Keyring::Alice; use polkadot_runtime_common::claims; -use sp_consensus_babe::AuthorityId; -use sc_consensus_manual_seal::{ConsensusDataProvider, consensus::babe::BabeConsensusDataProvider}; use sp_runtime::AccountId32; use support::{weights::Weight, StorageValue}; use democracy::{AccountVote, Conviction, Vote}; @@ -36,15 +32,12 @@ use polkadot_runtime::{FastTrackVotingPeriod, Runtime, RuntimeApi, Event, Techni use polkadot_service::chain_spec::polkadot_development_config; use std::str::FromStr; use codec::Encode; -use sc_consensus_manual_seal::consensus::babe::{SlotTimestampProvider, BabeVerifier}; -use sp_consensus::import_queue::BasicQueue; -use sp_inherents::CreateInherentDataProviders; +use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; use sp_runtime::app_crypto::sp_core::H256; -use sp_api::TransactionFor; -pub type BlockImport = BabeBlockImport>; -pub type Block = polkadot_primitives::v1::Block; -pub type SelectChain = sc_consensus::LongestChain, Block>; +type BlockImport = BabeBlockImport>; +type Block = polkadot_primitives::v1::Block; +type SelectChain = sc_consensus::LongestChain, Block>; sc_executor::native_executor_instance!( pub Executor, @@ -302,8 +295,8 @@ mod tests { let task_executor = task_executor(runtime.handle().clone()); let (rpc,task_manager, client, pool, command_sink, backend) = client_parts::( - ConfigOrChainSpec::ChainSpec(Box::new(polkadot_development_config()), task_executor) - )?; + ConfigOrChainSpec::ChainSpec(Box::new(polkadot_development_config().unwrap()), task_executor) + ).unwrap(); let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); runtime.block_on(async { From 51789bf75f0f1273a2bba21b194f00ee6cb27dc0 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 10:51:34 +0100 Subject: [PATCH 37/53] was_binary.to_vec() --- node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs index 6782a6b1f760..17bf4c17b397 100644 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs +++ b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs @@ -39,7 +39,9 @@ fn main() -> Result<(), Box> { let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); // start runtime upgrade - let wasm_binary = polkadot_runtime::WASM_BINARY.ok_or("Polkadot development wasm not available")?; + let wasm_binary = polkadot_runtime::WASM_BINARY + .ok_or("Polkadot development wasm not available")? + .to_vec(); tokio_runtime.block_on(dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node))?; // done upgrading runtime, drop node. From 0d0e8dc5add8bd92dd8af289096f3b9a96c6f0e0 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 15:05:28 +0100 Subject: [PATCH 38/53] Apply suggestions from code review Co-authored-by: Andronik Ordian --- node/test/polkadot-simnet/build-bin-remote.Dockerfile | 4 +--- node/test/polkadot-simnet/src/main.rs | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/node/test/polkadot-simnet/build-bin-remote.Dockerfile b/node/test/polkadot-simnet/build-bin-remote.Dockerfile index 9c4d36d7e836..2df0deb311ce 100644 --- a/node/test/polkadot-simnet/build-bin-remote.Dockerfile +++ b/node/test/polkadot-simnet/build-bin-remote.Dockerfile @@ -34,7 +34,7 @@ RUN groupadd --gid 10001 nonroot && \ --uid 10000 nonroot WORKDIR /home/nonroot/polkadot-simnet # Before running this cmd you need to manually copy polkadot-simnet binary from -# project root target/reloease here, becasue all files in /target are ignored +# project root target/release here, because all files in /target are ignored # because they are specified in .dockerignore file # cp ../../../target/release/polkadot-simnet . COPY polkadot-simnet /usr/local/bin/polkadot-simnet @@ -47,5 +47,3 @@ USER nonroot RUN /usr/local/bin/polkadot-simnet --version # Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] - - diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index 773b09595b6c..8b6a924d6d36 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -16,9 +16,9 @@ //! Binary used for simnet nodes, supports all runtimes, although only polkadot is implemented currently. //! This binary accepts all the cli args the polkadot binary does, Only difference is it uses -//! manual-sealâ„¢ and babe for block authorship, it has a no-op verifier, so all blocks recieved over the network -//! are imported and executed straight away. Block authorship/Finalization maybe done by calling the `engine_createBlock` & -//! `engine_FinalizeBlock` rpc methods respectively. +//! manual-sealâ„¢ and babe for block authorship, it has a no-op verifier, so all blocks received over the network +//! are imported and executed straight away. Block authorship/Finalization maybe done by calling the +//! `engine_createBlock` & `engine_FinalizeBlock` rpc methods respectively. use std::error::Error; From 8b55607e4db69b91203d7f4f03e291b2e8364710 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 21:47:08 +0100 Subject: [PATCH 39/53] ... --- node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs | 3 ++- node/test/polkadot-simnet/src/main.rs | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs index 17bf4c17b397..50c07959b74a 100644 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs +++ b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs @@ -18,7 +18,7 @@ use std::error::Error; use test_runner::{Node, client_parts, ConfigOrChainSpec, task_executor}; use polkadot_runtime_test::{PolkadotChainInfo, dispatch_with_root}; -use sc_cli::{build_runtime, SubstrateCli, CliConfiguration}; +use sc_cli::{build_runtime, SubstrateCli, CliConfiguration, print_node_infos}; use polkadot_cli::Cli; use structopt::StructOpt; @@ -34,6 +34,7 @@ fn main() -> Result<(), Box> { // set up the test-runner let config = cmd.create_configuration(&cmd.run.base, task_executor)?; + print_node_infos::(&config); let (rpc, task_manager, client, pool, command_sink, backend) = client_parts::(ConfigOrChainSpec::Config(config))?; let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/src/main.rs index 8b6a924d6d36..be40b71eda8f 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/src/main.rs @@ -37,16 +37,15 @@ fn main() -> Result<(), Box> { let filters = cmd.run.base.log_filters()?; let logger = sc_tracing::logging::LoggerBuilder::new(filters); logger.init()?; - // set up the test-runner let config = cmd.create_configuration(&cmd.run.base, task_executor)?; + print_node_infos::(&config); let (rpc, task_manager, client, pool, command_sink, backend) = client_parts::(ConfigOrChainSpec::Config(config))?; let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); // wait for ctrl_c signal, then drop node. tokio_runtime.block_on(node.until_shutdown()); - drop(node); Ok(()) } From a25ebce7d3d87f6592fff59f8a128d52938bc47a Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Thu, 8 Jul 2021 22:00:56 +0100 Subject: [PATCH 40/53] remove unused import --- node/test/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index 4417724b3c63..cb9f03271090 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -23,7 +23,6 @@ use grandpa::GrandpaBlockImport; use sc_service::{TFullBackend, TFullClient}; use sp_runtime::generic::Era; use sc_consensus_babe::BabeBlockImport; -use sp_keyring::sr25519::Keyring::Alice; use polkadot_runtime_common::claims; use sp_runtime::AccountId32; use support::{weights::Weight, StorageValue}; @@ -286,6 +285,7 @@ pub async fn dispatch_with_root(call: ::Call, n #[cfg(test)] mod tests { use super::*; + use sp_keyring::sr25519::Keyring::Alice; use sp_runtime::{MultiSigner, traits::IdentifyAccount}; use test_runner::{ConfigOrChainSpec, client_parts, task_executor, build_runtime}; From 14403baf614f47349aa87535539f6279fdd64d53 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 9 Jul 2021 08:29:27 +0100 Subject: [PATCH 41/53] remove unused import --- node/test/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/test/runtime/src/lib.rs b/node/test/runtime/src/lib.rs index cb9f03271090..e3cccc7102d8 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/runtime/src/lib.rs @@ -28,7 +28,6 @@ use sp_runtime::AccountId32; use support::{weights::Weight, StorageValue}; use democracy::{AccountVote, Conviction, Vote}; use polkadot_runtime::{FastTrackVotingPeriod, Runtime, RuntimeApi, Event, TechnicalCollective, CouncilCollective}; -use polkadot_service::chain_spec::polkadot_development_config; use std::str::FromStr; use codec::Encode; use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; @@ -288,6 +287,7 @@ mod tests { use sp_keyring::sr25519::Keyring::Alice; use sp_runtime::{MultiSigner, traits::IdentifyAccount}; use test_runner::{ConfigOrChainSpec, client_parts, task_executor, build_runtime}; + use polkadot_service::chain_spec::polkadot_development_config; #[test] fn test_runner() { From 16344f9b3191f96a31999b4ee978f198c87d4de5 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 9 Jul 2021 08:58:38 +0100 Subject: [PATCH 42/53] adds post upgrade test --- Cargo.lock | 3 ++- .../simnet-runtime-upgrade/Cargo.toml | 17 ++++++++++++--- .../simnet-runtime-upgrade/src/main.rs | 21 ++++++++++++++++--- 3 files changed, 34 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 696ad3cbc230..b557e3f8cecc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9388,11 +9388,13 @@ name = "simnet-runtime-upgrade" version = "0.1.0" dependencies = [ "frame-system", + "pallet-balances", "polkadot-cli", "polkadot-runtime", "polkadot-runtime-test", "sc-cli", "sc-tracing", + "sp-core", "structopt", "test-runner", ] @@ -10644,7 +10646,6 @@ dependencies = [ "sc-rpc", "sc-rpc-server", "sc-service", - "sc-transaction-graph", "sc-transaction-pool", "sp-api", "sp-block-builder", diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml b/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml index c31428e2d63c..648bfe37840d 100644 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml +++ b/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml @@ -5,11 +5,22 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] +# substrate client sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } -test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } + +# substrate primitives +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } + +# frame pallets +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "master" } + +# polkadot deps polkadot-runtime-test = { path = "../../runtime", version = "0.9" } polkadot-runtime = { path = "../../../../runtime/polkadot", version = "0.9" } polkadot-cli = { path = "../../../../cli", version = "0.9", features = ["cli"] } -structopt = "0.3.21" \ No newline at end of file + +# everything else +structopt = "0.3.21" diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs index 50c07959b74a..8d71d1062433 100644 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs +++ b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs @@ -14,13 +14,14 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! Attempts to upgrade the polkadot runtime, in a simnet environment -use std::error::Error; +use std::{error::Error, str::FromStr}; use test_runner::{Node, client_parts, ConfigOrChainSpec, task_executor}; use polkadot_runtime_test::{PolkadotChainInfo, dispatch_with_root}; use sc_cli::{build_runtime, SubstrateCli, CliConfiguration, print_node_infos}; use polkadot_cli::Cli; use structopt::StructOpt; +use sp_core::crypto::AccountId32; fn main() -> Result<(), Box> { let mut tokio_runtime = build_runtime()?; @@ -39,11 +40,25 @@ fn main() -> Result<(), Box> { client_parts::(ConfigOrChainSpec::Config(config))?; let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); - // start runtime upgrade let wasm_binary = polkadot_runtime::WASM_BINARY .ok_or("Polkadot development wasm not available")? .to_vec(); - tokio_runtime.block_on(dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node))?; + + tokio_runtime.block_on(async { + // start runtime upgrade + dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node).await?; + + let (from, dest, balance) = ( + AccountId32::from_str("15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK")?, + AccountId32::from_str("1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A")?, + 10_000_000_000_000 // 10 dots + ); + + // post upgrade tests, a simple balance transfer + node.submit_extrinsic(balances::Call::transfer(dest.into(), balance), from).await?; + + Ok::<_, Box>(()) + })?; // done upgrading runtime, drop node. drop(node); From b6aa7f8b0fdb7955783de5e23b15d442e906da8b Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 9 Jul 2021 11:49:26 +0100 Subject: [PATCH 43/53] dry code --- Cargo.lock | 127 ++++++++++-------- Cargo.toml | 6 +- node/test/polkadot-simnet/Cargo.toml | 13 -- .../common}/Cargo.toml | 22 +-- .../common}/src/lib.rs | 41 +++++- node/test/polkadot-simnet/node/Cargo.toml | 8 ++ .../polkadot-simnet/{ => node}/src/main.rs | 29 +--- .../simnet-runtime-upgrade/Cargo.toml | 26 ---- .../simnet-runtime-upgrade/src/main.rs | 67 --------- node/test/polkadot-simnet/test/Cargo.toml | 17 +++ node/test/polkadot-simnet/test/src/main.rs | 46 +++++++ 11 files changed, 198 insertions(+), 204 deletions(-) delete mode 100644 node/test/polkadot-simnet/Cargo.toml rename node/test/{runtime => polkadot-simnet/common}/Cargo.toml (81%) rename node/test/{runtime => polkadot-simnet/common}/src/lib.rs (89%) create mode 100644 node/test/polkadot-simnet/node/Cargo.toml rename node/test/polkadot-simnet/{ => node}/src/main.rs (53%) delete mode 100644 node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml delete mode 100644 node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs create mode 100644 node/test/polkadot-simnet/test/Cargo.toml create mode 100644 node/test/polkadot-simnet/test/src/main.rs diff --git a/Cargo.lock b/Cargo.lock index b557e3f8cecc..2bf82e28b440 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6840,39 +6840,6 @@ dependencies = [ "xcm-executor", ] -[[package]] -name = "polkadot-runtime-test" -version = "0.9.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-collective", - "pallet-democracy", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime", - "polkadot-runtime-common", - "polkadot-service", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-manual-seal", - "sc-executor", - "sc-finality-grandpa", - "sc-service", - "sc-transaction-pool", - "sp-api", - "sp-consensus", - "sp-consensus-babe", - "sp-inherents", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "test-runner", -] - [[package]] name = "polkadot-service" version = "0.9.8" @@ -6969,16 +6936,59 @@ dependencies = [ [[package]] name = "polkadot-simnet" -version = "0.1.0" +version = "0.9.0" dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-collective", + "pallet-democracy", + "pallet-transaction-payment", + "parity-scale-codec", "polkadot-cli", - "polkadot-runtime-test", + "polkadot-primitives", + "polkadot-runtime", + "polkadot-runtime-common", + "polkadot-service", "sc-cli", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-manual-seal", + "sc-executor", + "sc-finality-grandpa", + "sc-service", "sc-tracing", + "sc-transaction-pool", + "sp-api", + "sp-consensus", + "sp-consensus-babe", + "sp-inherents", + "sp-keyring", + "sp-keystore", + "sp-runtime", "structopt", "test-runner", ] +[[package]] +name = "polkadot-simnet-node" +version = "0.1.0" +dependencies = [ + "polkadot-simnet", +] + +[[package]] +name = "polkadot-simnet-test" +version = "0.1.0" +dependencies = [ + "frame-system", + "pallet-balances", + "polkadot-runtime", + "polkadot-simnet", + "sp-core", +] + [[package]] name = "polkadot-statement-distribution" version = "0.1.0" @@ -9032,6 +9042,28 @@ dependencies = [ "syn", ] +[[package]] +name = "sc-transaction-graph" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" +dependencies = [ + "derive_more", + "futures 0.3.15", + "linked-hash-map", + "log", + "parity-util-mem", + "parking_lot 0.11.1", + "retain_mut", + "serde", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-transaction-pool", + "sp-utils", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-transaction-pool" version = "3.0.0" @@ -9383,22 +9415,6 @@ dependencies = [ "paste", ] -[[package]] -name = "simnet-runtime-upgrade" -version = "0.1.0" -dependencies = [ - "frame-system", - "pallet-balances", - "polkadot-cli", - "polkadot-runtime", - "polkadot-runtime-test", - "sc-cli", - "sc-tracing", - "sp-core", - "structopt", - "test-runner", -] - [[package]] name = "slab" version = "0.4.2" @@ -10299,9 +10315,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.21" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" +checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" dependencies = [ "clap", "lazy_static", @@ -10310,9 +10326,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" +checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" dependencies = [ "heck", "proc-macro-error", @@ -10646,6 +10662,7 @@ dependencies = [ "sc-rpc", "sc-rpc-server", "sc-service", + "sc-transaction-graph", "sc-transaction-pool", "sp-api", "sp-block-builder", diff --git a/Cargo.toml b/Cargo.toml index 0568a1f7a9d2..668b61db7ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,9 +81,9 @@ members = [ "node/metered-channel", "node/test/client", "node/test/service", - "node/test/runtime", - "node/test/polkadot-simnet", - "node/test/polkadot-simnet/simnet-runtime-upgrade", + "node/test/polkadot-simnet/common", + "node/test/polkadot-simnet/node", + "node/test/polkadot-simnet/test", "parachain/test-parachains", "parachain/test-parachains/adder", "parachain/test-parachains/adder/collator", diff --git a/node/test/polkadot-simnet/Cargo.toml b/node/test/polkadot-simnet/Cargo.toml deleted file mode 100644 index 8c97dc753fdc..000000000000 --- a/node/test/polkadot-simnet/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "polkadot-simnet" -version = "0.1.0" -authors = ["Parity Technologies "] -edition = "2018" - -[dependencies] -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -polkadot-runtime-test = { path = "../runtime", version = "0.9" } -polkadot-cli = { path = "../../../cli", version = "0.9", features = ["cli"] } -structopt = "0.3.21" diff --git a/node/test/runtime/Cargo.toml b/node/test/polkadot-simnet/common/Cargo.toml similarity index 81% rename from node/test/runtime/Cargo.toml rename to node/test/polkadot-simnet/common/Cargo.toml index e04ff6fe5e39..883c7b5ecd97 100644 --- a/node/test/runtime/Cargo.toml +++ b/node/test/polkadot-simnet/common/Cargo.toml @@ -1,32 +1,29 @@ [package] -name = "polkadot-runtime-test" +name = "polkadot-simnet" version = "0.9.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] - -test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } - system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } support = { package = "frame-support", git = "https://github.com/paritytech/substrate", branch = "master" } benchmarking = { package = "frame-benchmarking", git = "https://github.com/paritytech/substrate", branch = "master" } - transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "master" } collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "master" } democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "master" } -polkadot-primitives = { version = "0.9", path = "../../../primitives" } - +test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } @@ -34,11 +31,14 @@ sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "mast sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -polkadot-service = { path = "../../../node/service", version = "0.9" } -polkadot-runtime = { path = "../../../runtime/polkadot", version = "0.9" } -polkadot-runtime-common = { path = "../../../runtime/common", version = "0.9" } +polkadot-primitives = { path = "../../../../primitives" } +polkadot-cli = { path = "../../../../cli", features = ["cli"] } +polkadot-service = { path = "../../../../node/service" } +polkadot-runtime = { path = "../../../../runtime/polkadot" } +polkadot-runtime-common = { path = "../../../../runtime/common" } codec = { package = "parity-scale-codec", version = "2.0.0" } +structopt = "0.3.22" [dev-dependencies] log = "0.4.14" diff --git a/node/test/runtime/src/lib.rs b/node/test/polkadot-simnet/common/src/lib.rs similarity index 89% rename from node/test/runtime/src/lib.rs rename to node/test/polkadot-simnet/common/src/lib.rs index e3cccc7102d8..c30eb493a01e 100644 --- a/node/test/runtime/src/lib.rs +++ b/node/test/polkadot-simnet/common/src/lib.rs @@ -16,9 +16,12 @@ #![deny(unused_extern_crates, missing_docs)] -//! End to end runtime tests +//! Utilities for End to end runtime tests -use test_runner::{Node, ChainInfo, SignatureVerificationOverride}; +use test_runner::{ + Node, ChainInfo, SignatureVerificationOverride, task_executor, + build_runtime, client_parts, ConfigOrChainSpec, +}; use grandpa::GrandpaBlockImport; use sc_service::{TFullBackend, TFullClient}; use sp_runtime::generic::Era; @@ -28,7 +31,7 @@ use sp_runtime::AccountId32; use support::{weights::Weight, StorageValue}; use democracy::{AccountVote, Conviction, Vote}; use polkadot_runtime::{FastTrackVotingPeriod, Runtime, RuntimeApi, Event, TechnicalCollective, CouncilCollective}; -use std::str::FromStr; +use std::{str::FromStr, future::Future, error::Error}; use codec::Encode; use sc_consensus_manual_seal::consensus::babe::SlotTimestampProvider; use sp_runtime::app_crypto::sp_core::H256; @@ -281,12 +284,42 @@ pub async fn dispatch_with_root(call: ::Call, n Ok(()) } +/// Runs the test-runner as a binary. +pub fn run(callback: F) -> Result<(), Box> + where + F: FnOnce(Node) -> Fut, + Fut: Future>>, +{ + use structopt::StructOpt; + use sc_cli::{CliConfiguration, SubstrateCli}; + + let mut tokio_runtime = build_runtime()?; + let task_executor = task_executor(tokio_runtime.handle().clone()); + // parse cli args + let cmd = ::from_args(); + // set up logging + let filters = cmd.run.base.log_filters()?; + let logger = sc_tracing::logging::LoggerBuilder::new(filters); + logger.init()?; + + // set up the test-runner + let config = cmd.create_configuration(&cmd.run.base, task_executor)?; + sc_cli::print_node_infos::(&config); + let (rpc, task_manager, client, pool, command_sink, backend) = + client_parts::(ConfigOrChainSpec::Config(config))?; + let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); + + // hand off node. + tokio_runtime.block_on(callback(node))?; + + Ok(()) +} + #[cfg(test)] mod tests { use super::*; use sp_keyring::sr25519::Keyring::Alice; use sp_runtime::{MultiSigner, traits::IdentifyAccount}; - use test_runner::{ConfigOrChainSpec, client_parts, task_executor, build_runtime}; use polkadot_service::chain_spec::polkadot_development_config; #[test] diff --git a/node/test/polkadot-simnet/node/Cargo.toml b/node/test/polkadot-simnet/node/Cargo.toml new file mode 100644 index 000000000000..b6f8012961be --- /dev/null +++ b/node/test/polkadot-simnet/node/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "polkadot-simnet-node" +version = "0.1.0" +authors = ["Parity Technologies "] +edition = "2018" + +[dependencies] +polkadot-simnet = { path = "../common" } diff --git a/node/test/polkadot-simnet/src/main.rs b/node/test/polkadot-simnet/node/src/main.rs similarity index 53% rename from node/test/polkadot-simnet/src/main.rs rename to node/test/polkadot-simnet/node/src/main.rs index be40b71eda8f..f260373b8190 100644 --- a/node/test/polkadot-simnet/src/main.rs +++ b/node/test/polkadot-simnet/node/src/main.rs @@ -22,30 +22,9 @@ use std::error::Error; -use test_runner::{Node, client_parts, ConfigOrChainSpec, task_executor}; -use polkadot_runtime_test::PolkadotChainInfo; -use polkadot_cli::Cli; -use structopt::StructOpt; -use sc_cli::{SubstrateCli, CliConfiguration, print_node_infos, build_runtime}; - fn main() -> Result<(), Box> { - let mut tokio_runtime = build_runtime()?; - let task_executor = task_executor(tokio_runtime.handle().clone()); - // parse cli args - let cmd = ::from_args(); - // set up logging - let filters = cmd.run.base.log_filters()?; - let logger = sc_tracing::logging::LoggerBuilder::new(filters); - logger.init()?; - // set up the test-runner - let config = cmd.create_configuration(&cmd.run.base, task_executor)?; - print_node_infos::(&config); - let (rpc, task_manager, client, pool, command_sink, backend) = - client_parts::(ConfigOrChainSpec::Config(config))?; - let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); - - // wait for ctrl_c signal, then drop node. - tokio_runtime.block_on(node.until_shutdown()); - - Ok(()) + polkadot_simnet::run(|node| async { + node.until_shutdown().await; + Ok(()) + }) } diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml b/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml deleted file mode 100644 index 648bfe37840d..000000000000 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/Cargo.toml +++ /dev/null @@ -1,26 +0,0 @@ -[package] -name = "simnet-runtime-upgrade" -version = "0.1.0" -authors = ["Parity Technologies "] -edition = "2018" - -[dependencies] -# substrate client -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } - -# substrate primitives -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } - -# frame pallets -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "master" } - -# polkadot deps -polkadot-runtime-test = { path = "../../runtime", version = "0.9" } -polkadot-runtime = { path = "../../../../runtime/polkadot", version = "0.9" } -polkadot-cli = { path = "../../../../cli", version = "0.9", features = ["cli"] } - -# everything else -structopt = "0.3.21" diff --git a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs b/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs deleted file mode 100644 index 8d71d1062433..000000000000 --- a/node/test/polkadot-simnet/simnet-runtime-upgrade/src/main.rs +++ /dev/null @@ -1,67 +0,0 @@ -// Copyright 2020 Parity Technologies (UK) Ltd. -// This file is part of Polkadot. - -// Polkadot is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// Polkadot is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with Polkadot. If not, see . -//! Attempts to upgrade the polkadot runtime, in a simnet environment -use std::{error::Error, str::FromStr}; - -use test_runner::{Node, client_parts, ConfigOrChainSpec, task_executor}; -use polkadot_runtime_test::{PolkadotChainInfo, dispatch_with_root}; -use sc_cli::{build_runtime, SubstrateCli, CliConfiguration, print_node_infos}; -use polkadot_cli::Cli; -use structopt::StructOpt; -use sp_core::crypto::AccountId32; - -fn main() -> Result<(), Box> { - let mut tokio_runtime = build_runtime()?; - let task_executor = task_executor(tokio_runtime.handle().clone()); - // parse cli args - let cmd = ::from_args(); - // set up logging - let filters = cmd.run.base.log_filters()?; - let logger = sc_tracing::logging::LoggerBuilder::new(filters); - logger.init()?; - - // set up the test-runner - let config = cmd.create_configuration(&cmd.run.base, task_executor)?; - print_node_infos::(&config); - let (rpc, task_manager, client, pool, command_sink, backend) = - client_parts::(ConfigOrChainSpec::Config(config))?; - let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); - - let wasm_binary = polkadot_runtime::WASM_BINARY - .ok_or("Polkadot development wasm not available")? - .to_vec(); - - tokio_runtime.block_on(async { - // start runtime upgrade - dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node).await?; - - let (from, dest, balance) = ( - AccountId32::from_str("15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK")?, - AccountId32::from_str("1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A")?, - 10_000_000_000_000 // 10 dots - ); - - // post upgrade tests, a simple balance transfer - node.submit_extrinsic(balances::Call::transfer(dest.into(), balance), from).await?; - - Ok::<_, Box>(()) - })?; - - // done upgrading runtime, drop node. - drop(node); - - Ok(()) -} diff --git a/node/test/polkadot-simnet/test/Cargo.toml b/node/test/polkadot-simnet/test/Cargo.toml new file mode 100644 index 000000000000..2b7cfc7158b2 --- /dev/null +++ b/node/test/polkadot-simnet/test/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "polkadot-simnet-test" +version = "0.1.0" +authors = ["Parity Technologies "] +edition = "2018" + +[dependencies] +# substrate primitives +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } + +# frame pallets +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "master" } + +# polkadot deps +polkadot-simnet = { path = "../common" } +polkadot-runtime = { path = "../../../../runtime/polkadot" } diff --git a/node/test/polkadot-simnet/test/src/main.rs b/node/test/polkadot-simnet/test/src/main.rs new file mode 100644 index 000000000000..2e6be34b8551 --- /dev/null +++ b/node/test/polkadot-simnet/test/src/main.rs @@ -0,0 +1,46 @@ +// Copyright 2020 Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Polkadot is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Polkadot is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Polkadot. If not, see . +//! Attempts to upgrade the polkadot runtime, in a simnet environment +use std::{error::Error, str::FromStr}; + +use polkadot_simnet::{run, dispatch_with_root}; +use sp_core::crypto::AccountId32; + +fn main() -> Result<(), Box> { + run(|node| async { + let wasm_binary = polkadot_runtime::WASM_BINARY + .ok_or("Polkadot development wasm not available")? + .to_vec(); + // start runtime upgrade + dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node).await?; + + let (from, dest, balance) = ( + AccountId32::from_str("15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK")?, + AccountId32::from_str("1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A")?, + 10_000_000_000_000 // 10 dots + ); + + // post upgrade tests, a simple balance transfer + node.submit_extrinsic(balances::Call::transfer(dest.into(), balance), from).await?; + + // done upgrading runtime, drop node. + drop(node); + + Ok(()) + })?; + + Ok(()) +} From 8d4cfef8a29f37686579e2ef772de1d76609cdbe Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 9 Jul 2021 11:50:54 +0100 Subject: [PATCH 44/53] revert spec_version --- runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 9dc3aeae194d..afc131745f6b 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9080, + spec_version: 9090, impl_version: 1, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, From 60c618991a4df71221ad80d95763843491d15210 Mon Sep 17 00:00:00 2001 From: CI system <> Date: Fri, 9 Jul 2021 12:48:11 +0100 Subject: [PATCH 45/53] update Cargo.lock --- Cargo.lock | 1802 +++++++++++++++++++++++++--------------------------- 1 file changed, 863 insertions(+), 939 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bf82e28b440..5560a5295927 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 - [[package]] name = "Inflector" version = "0.11.4" @@ -14,27 +12,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" -dependencies = [ - "gimli 0.23.0", -] - -[[package]] -name = "addr2line" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a" +checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a" dependencies = [ - "gimli 0.24.0", + "gimli", ] [[package]] name = "adler" -version = "0.2.2" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aead" @@ -47,9 +36,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5" +checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6" dependencies = [ "aes-soft", "aesni", @@ -58,43 +47,43 @@ dependencies = [ [[package]] name = "aes-gcm" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1" +checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f" dependencies = [ "aead", "aes", "block-cipher", "ghash", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] name = "aes-soft" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7" +checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6" dependencies = [ "block-cipher", "byteorder", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] name = "aesni" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264" +checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a" dependencies = [ "block-cipher", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] name = "ahash" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c" +checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" [[package]] name = "ahash" @@ -102,16 +91,16 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" dependencies = [ - "getrandom 0.2.1", + "getrandom 0.2.3", "once_cell", "version_check", ] [[package]] name = "aho-corasick" -version = "0.7.13" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" dependencies = [ "memchr", ] @@ -142,9 +131,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.39" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "approx" @@ -155,12 +144,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "arc-swap" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" - [[package]] name = "arrayref" version = "0.3.6" @@ -184,9 +167,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arrayvec" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7" +checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd" [[package]] name = "asn1_der" @@ -196,10 +179,11 @@ checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3" [[package]] name = "assert_cmd" -version = "1.0.2" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e" +checksum = "3d20831bd004dda4c7c372c19cdabff369f794a95e955b3f13fe460e3e1ae95f" dependencies = [ + "bstr", "doc-comment", "predicates", "predicates-core", @@ -225,9 +209,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9" +checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" dependencies = [ "concurrent-queue", "event-listener", @@ -266,20 +250,19 @@ dependencies = [ [[package]] name = "async-io" -version = "1.3.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd" +checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" dependencies = [ "concurrent-queue", - "fastrand", "futures-lite", "libc", "log", - "nb-connect", "once_cell", "parking", "polling", - "vec-arena", + "slab", + "socket2 0.4.0", "waker-fn", "winapi 0.3.9", ] @@ -304,15 +287,16 @@ dependencies = [ [[package]] name = "async-process" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda" +checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac" dependencies = [ "async-io", "blocking", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "event-listener", "futures-lite", + "libc", "once_cell", "signal-hook", "winapi 0.3.9", @@ -330,7 +314,7 @@ dependencies = [ "async-io", "async-lock", "async-process", - "crossbeam-utils 0.8.1", + "crossbeam-utils 0.8.5", "futures-channel", "futures-core", "futures-io", @@ -341,7 +325,7 @@ dependencies = [ "memchr", "num_cpus", "once_cell", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.7", "pin-utils", "slab", "wasm-bindgen-futures", @@ -349,9 +333,9 @@ dependencies = [ [[package]] name = "async-std-resolver" -version = "0.20.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f665c56111e244fe38e7708ee10948a4356ad6a548997c21f5a63a0f4e0edc4d" +checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638" dependencies = [ "async-std", "async-trait", @@ -388,7 +372,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.7", ] [[package]] @@ -401,7 +385,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.7", ] [[package]] @@ -432,21 +416,22 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "backtrace" -version = "0.3.56" +version = "0.3.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc" +checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282" dependencies = [ - "addr2line 0.14.1", + "addr2line", + "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", - "object 0.23.0", + "object 0.25.3", "rustc-demangle", ] @@ -462,12 +447,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" -[[package]] -name = "base64" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" - [[package]] name = "base64" version = "0.12.3" @@ -492,7 +471,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" dependencies = [ "beefy-primitives", "fnv", @@ -521,7 +500,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -542,7 +521,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" dependencies = [ "parity-scale-codec", "sp-api", @@ -554,11 +533,10 @@ dependencies = [ [[package]] name = "bincode" -version = "1.3.1" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ - "byteorder", "serde", ] @@ -589,9 +567,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bitvec" -version = "0.20.1" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d" +checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" dependencies = [ "funty", "radium", @@ -601,15 +579,13 @@ dependencies = [ [[package]] name = "blake2" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471" +checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4" dependencies = [ - "byte-tools", - "byteorder", "crypto-mac 0.8.0", "digest 0.9.0", - "opaque-debug 0.2.3", + "opaque-debug 0.3.0", ] [[package]] @@ -624,9 +600,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" +checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" dependencies = [ "arrayref", "arrayvec 0.5.2", @@ -646,9 +622,9 @@ dependencies = [ [[package]] name = "blake3" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f" +checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" dependencies = [ "arrayref", "arrayvec 0.5.2", @@ -668,7 +644,7 @@ dependencies = [ "block-padding 0.1.5", "byte-tools", "byteorder", - "generic-array 0.12.3", + "generic-array 0.12.4", ] [[package]] @@ -683,9 +659,9 @@ dependencies = [ [[package]] name = "block-cipher" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10" +checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80" dependencies = [ "generic-array 0.14.4", ] @@ -880,11 +856,13 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "0.2.13" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" +checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279" dependencies = [ + "lazy_static", "memchr", + "regex-automata", ] [[package]] @@ -898,9 +876,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.4.0" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" +checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" [[package]] name = "byte-slice-cast" @@ -916,9 +894,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byteorder" -version = "1.3.4" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" @@ -983,9 +961,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" +checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" dependencies = [ "jobserver", ] @@ -1019,9 +997,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chacha20" -version = "0.4.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58" +checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845" dependencies = [ "stream-cipher", "zeroize", @@ -1029,9 +1007,9 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18b0c90556d8e3fec7cf18d84a2f53d27b21288f2fe481b830fadcf809e48205" +checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5" dependencies = [ "aead", "chacha20", @@ -1057,9 +1035,9 @@ dependencies = [ [[package]] name = "cid" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e" +checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768" dependencies = [ "multibase", "multihash", @@ -1119,15 +1097,6 @@ dependencies = [ "bitflags", ] -[[package]] -name = "cloudabi" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" -dependencies = [ - "bitflags", -] - [[package]] name = "color-eyre" version = "0.5.11" @@ -1206,28 +1175,27 @@ checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] name = "cpp_demangle" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390" +checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a" dependencies = [ "cfg-if 1.0.0", - "glob", ] [[package]] name = "cpufeatures" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" +checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" dependencies = [ "libc", ] [[package]] name = "cpuid-bool" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4" +checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" [[package]] name = "cranelift-bforest" @@ -1248,7 +1216,7 @@ dependencies = [ "cranelift-codegen-meta", "cranelift-codegen-shared", "cranelift-entity", - "gimli 0.24.0", + "gimli", "log", "regalloc", "serde", @@ -1315,7 +1283,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", - "itertools 0.10.0", + "itertools 0.10.1", "log", "serde", "smallvec 1.6.1", @@ -1325,11 +1293,21 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" +checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-utils 0.8.5", ] [[package]] @@ -1338,11 +1316,22 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" dependencies = [ - "crossbeam-epoch", + "crossbeam-epoch 0.8.2", "crossbeam-utils 0.7.2", "maybe-uninit", ] +[[package]] +name = "crossbeam-deque" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-epoch 0.9.5", + "crossbeam-utils 0.8.5", +] + [[package]] name = "crossbeam-epoch" version = "0.8.2" @@ -1354,7 +1343,20 @@ dependencies = [ "crossbeam-utils 0.7.2", "lazy_static", "maybe-uninit", - "memoffset 0.5.5", + "memoffset 0.5.6", + "scopeguard", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-utils 0.8.5", + "lazy_static", + "memoffset 0.6.4", "scopeguard", ] @@ -1382,11 +1384,10 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.1" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" +checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" dependencies = [ - "autocfg", "cfg-if 1.0.0", "lazy_static", ] @@ -1403,7 +1404,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" dependencies = [ - "generic-array 0.12.3", + "generic-array 0.12.4", "subtle 1.0.0", ] @@ -1414,7 +1415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.4", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] @@ -1428,9 +1429,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.16" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" +checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d" dependencies = [ "quote", "syn", @@ -1449,27 +1450,27 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "2.1.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5" +checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8" dependencies = [ "byteorder", "digest 0.8.1", "rand_core 0.5.1", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] [[package]] name = "curve25519-dalek" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307" +checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3" dependencies = [ "byteorder", "digest 0.9.0", "rand_core 0.5.1", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] @@ -1481,9 +1482,9 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "data-encoding-macro" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17" +checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -1491,9 +1492,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a" +checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db" dependencies = [ "data-encoding", "syn", @@ -1512,13 +1513,14 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.14" +version = "0.99.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320" +checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" dependencies = [ "convert_case", "proc-macro2", "quote", + "rustc_version 0.3.3", "syn", ] @@ -1534,13 +1536,19 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" +[[package]] +name = "difflib" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" + [[package]] name = "digest" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" dependencies = [ - "generic-array 0.12.3", + "generic-array 0.12.4", ] [[package]] @@ -1554,9 +1562,9 @@ dependencies = [ [[package]] name = "directories" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f" +checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7" dependencies = [ "dirs-sys", ] @@ -1573,12 +1581,12 @@ dependencies = [ [[package]] name = "dirs-sys" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" +checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" dependencies = [ "libc", - "redox_users 0.3.4", + "redox_users", "winapi 0.3.9", ] @@ -1589,7 +1597,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ "libc", - "redox_users 0.4.0", + "redox_users", "winapi 0.3.9", ] @@ -1647,15 +1655,15 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c53dc3a653e0f64081026e4bf048d48fec9fce90c66e8326ca7292df0ff2d82" +checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf" [[package]] name = "ed25519" -version = "1.0.1" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc" +checksum = "8d0860415b12243916284c67a9be413e044ee6668247b99ba26d94b2bc06c8f6" dependencies = [ "signature", ] @@ -1666,19 +1674,19 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "ed25519", "rand 0.7.3", "serde", - "sha2 0.9.2", + "sha2 0.9.5", "zeroize", ] [[package]] name = "either" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "enum-as-inner" @@ -1743,7 +1751,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" dependencies = [ "atty", - "humantime 2.0.1", + "humantime 2.1.0", "log", "regex", "termcolor", @@ -1757,18 +1765,18 @@ checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797" [[package]] name = "erased-serde" -version = "0.3.12" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38" +checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa" dependencies = [ "serde", ] [[package]] name = "errno" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371" +checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" dependencies = [ "errno-dragonfly", "libc", @@ -1829,9 +1837,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.2" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534ce924bff9118be8b28b24ede6bf7e96a00b53e4ded25050aa7b526e051e1a" +checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b" dependencies = [ "indenter", "once_cell", @@ -1873,9 +1881,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fastrand" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3" +checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb" dependencies = [ "instant", ] @@ -1907,9 +1915,9 @@ dependencies = [ [[package]] name = "file-per-thread-logger" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1" +checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126" dependencies = [ "env_logger 0.7.1", "log", @@ -1950,11 +1958,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "flate2" -version = "1.0.16" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e" +checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "crc32fast", "libc", "libz-sys", @@ -1970,16 +1978,16 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", ] [[package]] name = "form_urlencoded" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" dependencies = [ "matches", "percent-encoding 2.1.0", @@ -1988,7 +1996,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -2007,7 +2015,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "Inflector", "chrono", @@ -2031,7 +2039,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -2044,7 +2052,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -2059,7 +2067,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "serde", @@ -2070,7 +2078,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "bitflags", "frame-metadata", @@ -2096,7 +2104,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2108,7 +2116,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2120,7 +2128,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "proc-macro2", "quote", @@ -2130,7 +2138,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-metadata", "frame-support", @@ -2150,7 +2158,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2167,7 +2175,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -2181,7 +2189,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "sp-api", @@ -2190,7 +2198,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "parity-scale-codec", @@ -2201,9 +2209,9 @@ dependencies = [ [[package]] name = "fs-err" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431" +checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0" [[package]] name = "fs-swap" @@ -2229,9 +2237,9 @@ dependencies = [ [[package]] name = "fs_extra" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" +checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" [[package]] name = "fuchsia-cprng" @@ -2263,9 +2271,9 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "futures" -version = "0.1.29" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" +checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" @@ -2304,7 +2312,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "num_cpus", ] @@ -2328,16 +2336,16 @@ checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" [[package]] name = "futures-lite" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb" +checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" dependencies = [ "fastrand", "futures-core", "futures-io", "memchr", "parking", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.7", "waker-fn", ] @@ -2400,7 +2408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" dependencies = [ "autocfg", - "futures 0.1.29", + "futures 0.1.31", "futures-channel", "futures-core", "futures-io", @@ -2408,7 +2416,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.7", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -2421,24 +2429,11 @@ version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" -[[package]] -name = "generator" -version = "0.6.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc" -dependencies = [ - "cc", - "libc", - "log", - "rustc_version", - "winapi 0.3.9", -] - [[package]] name = "generic-array" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" +checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" dependencies = [ "typenum", ] @@ -2455,11 +2450,12 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.1.14" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", + "js-sys", "libc", "wasi 0.9.0+wasi-snapshot-preview1", "wasm-bindgen", @@ -2467,9 +2463,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" +checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2480,19 +2476,14 @@ dependencies = [ [[package]] name = "ghash" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531" +checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" dependencies = [ + "opaque-debug 0.3.0", "polyval", ] -[[package]] -name = "gimli" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" - [[package]] name = "gimli" version = "0.24.0" @@ -2512,9 +2503,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "globset" -version = "0.4.5" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120" +checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" dependencies = [ "aho-corasick", "bstr", @@ -2545,7 +2536,7 @@ dependencies = [ "byteorder", "bytes 0.4.12", "fnv", - "futures 0.1.29", + "futures 0.1.31", "http 0.1.21", "indexmap", "log", @@ -2556,33 +2547,34 @@ dependencies = [ [[package]] name = "h2" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" +checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" dependencies = [ "bytes 0.5.6", "fnv", "futures-core", "futures-sink", "futures-util", - "http 0.2.1", + "http 0.2.4", "indexmap", - "log", "slab", - "tokio 0.2.21", + "tokio 0.2.25", "tokio-util", + "tracing", + "tracing-futures", ] [[package]] name = "handlebars" -version = "3.5.1" +version = "3.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9" +checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3" dependencies = [ "log", "pest", "pest_derive", - "quick-error 2.0.0", + "quick-error 2.0.1", "serde", "serde_json", ] @@ -2608,7 +2600,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" dependencies = [ - "ahash 0.4.6", + "ahash 0.4.7", ] [[package]] @@ -2622,33 +2614,33 @@ dependencies = [ [[package]] name = "heck" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" dependencies = [ "unicode-segmentation", ] [[package]] name = "hermit-abi" -version = "0.1.15" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" dependencies = [ "libc", ] [[package]] name = "hex" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-literal" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8" +checksum = "76505e26b6ca3bbdbbb360b68472abbb80998c5fa5dc43672eca34f28258e138" [[package]] name = "hex_fmt" @@ -2683,7 +2675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" dependencies = [ "digest 0.8.1", - "generic-array 0.12.3", + "generic-array 0.12.4", "hmac 0.7.1", ] @@ -2711,11 +2703,11 @@ dependencies = [ [[package]] name = "http" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ - "bytes 0.5.6", + "bytes 1.0.1", "fnv", "itoa", ] @@ -2727,7 +2719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "http 0.1.21", "tokio-buf", ] @@ -2739,7 +2731,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" dependencies = [ "bytes 0.5.6", - "http 0.2.1", + "http 0.2.4", ] [[package]] @@ -2749,15 +2741,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" dependencies = [ "bytes 1.0.1", - "http 0.2.1", - "pin-project-lite 0.2.4", + "http 0.2.4", + "pin-project-lite 0.2.7", ] [[package]] name = "httparse" -version = "1.3.4" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" +checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68" [[package]] name = "httpdate" @@ -2765,6 +2757,12 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" +[[package]] +name = "httpdate" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" + [[package]] name = "humantime" version = "1.3.0" @@ -2776,18 +2774,18 @@ dependencies = [ [[package]] name = "humantime" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.12.35" +version = "0.12.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" +checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "futures-cpupool", "h2 0.1.26", "http 0.1.21", @@ -2797,7 +2795,7 @@ dependencies = [ "itoa", "log", "net2", - "rustc_version", + "rustc_version 0.2.3", "time", "tokio 0.1.22", "tokio-buf", @@ -2812,23 +2810,23 @@ dependencies = [ [[package]] name = "hyper" -version = "0.13.9" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" +checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" dependencies = [ "bytes 0.5.6", "futures-channel", "futures-core", "futures-util", - "h2 0.2.5", - "http 0.2.1", + "h2 0.2.7", + "http 0.2.4", "http-body 0.3.1", "httparse", - "httpdate", + "httpdate 0.3.2", "itoa", "pin-project 1.0.7", - "socket2 0.3.17", - "tokio 0.2.21", + "socket2 0.3.19", + "tokio 0.2.25", "tower-service", "tracing", "want 0.3.0", @@ -2836,21 +2834,21 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.5" +version = "0.14.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1" +checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03" dependencies = [ "bytes 1.0.1", "futures-channel", "futures-core", "futures-util", - "http 0.2.1", + "http 0.2.4", "http-body 0.4.2", "httparse", - "httpdate", + "httpdate 1.0.1", "itoa", - "pin-project 1.0.7", - "tokio 1.6.1", + "pin-project-lite 0.2.7", + "tokio 1.8.1", "tower-service", "tracing", "want 0.3.0", @@ -2865,12 +2863,12 @@ dependencies = [ "bytes 0.5.6", "ct-logs", "futures-util", - "hyper 0.13.9", + "hyper 0.13.10", "log", - "rustls 0.18.0", + "rustls 0.18.1", "rustls-native-certs 0.4.0", - "tokio 0.2.21", - "tokio-rustls 0.14.0", + "tokio 0.2.25", + "tokio-rustls 0.14.1", "webpki", ] @@ -2887,9 +2885,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.0" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ "matches", "unicode-bidi", @@ -2919,9 +2917,9 @@ dependencies = [ [[package]] name = "if-watch" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6" +checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179" dependencies = [ "async-io", "futures 0.3.15", @@ -2973,38 +2971,44 @@ dependencies = [ [[package]] name = "indenter" -version = "0.3.0" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0bd112d44d9d870a6819eb505d04dd92b5e4d94bb8c304924a0872ae7016fb5" +checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "indexmap" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" dependencies = [ "autocfg", - "hashbrown 0.9.1", + "hashbrown 0.11.2", "serde", ] [[package]] name = "instant" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" +checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" +dependencies = [ + "cfg-if 1.0.0", +] [[package]] name = "integer-encoding" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625" +checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f" [[package]] name = "integer-sqrt" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b" +checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" +dependencies = [ + "num-traits", +] [[package]] name = "intervalier" @@ -3037,7 +3041,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7" dependencies = [ - "socket2 0.3.17", + "socket2 0.3.19", "widestring", "winapi 0.3.9", "winreg", @@ -3045,9 +3049,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" +checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" [[package]] name = "itertools" @@ -3060,18 +3064,18 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" dependencies = [ "either", ] [[package]] name = "itoa" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "jemalloc-sys" @@ -3096,18 +3100,18 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" +checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.50" +version = "0.3.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c" +checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062" dependencies = [ "wasm-bindgen", ] @@ -3119,7 +3123,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7" dependencies = [ "failure", - "futures 0.1.29", + "futures 0.1.31", "jsonrpc-core", "jsonrpc-pubsub", "log", @@ -3134,7 +3138,7 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "log", "serde", "serde_derive", @@ -3168,7 +3172,7 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7" dependencies = [ - "hyper 0.12.35", + "hyper 0.12.36", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -3263,7 +3267,7 @@ dependencies = [ "beef", "futures-channel", "futures-util", - "hyper 0.14.5", + "hyper 0.14.10", "log", "serde", "serde_json", @@ -3289,10 +3293,10 @@ dependencies = [ "serde_json", "soketto 0.5.0", "thiserror", - "tokio 0.2.21", + "tokio 0.2.25", "tokio-rustls 0.15.0", "tokio-util", - "url 2.2.0", + "url 2.2.2", ] [[package]] @@ -3456,15 +3460,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.91" +version = "0.2.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" +checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" [[package]] name = "libloading" @@ -3533,9 +3537,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.28.2" +version = "0.28.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71dd51b562e14846e65bad00e5808d0644376e6588668c490d3c48e1dfeb4a9a" +checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9" dependencies = [ "asn1_der", "bs58", @@ -3557,7 +3561,7 @@ dependencies = [ "rand 0.7.3", "ring", "rw-stream-sink", - "sha2 0.9.2", + "sha2 0.9.5", "smallvec 1.6.1", "thiserror", "unsigned-varint 0.7.0", @@ -3610,9 +3614,9 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.30.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73cb9a89a301afde1e588c73f7e9131e12a5388725f290a9047b878862db1b53" +checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9" dependencies = [ "asynchronous-codec 0.6.0", "base64 0.13.0", @@ -3628,7 +3632,7 @@ dependencies = [ "prost-build", "rand 0.7.3", "regex", - "sha2 0.9.2", + "sha2 0.9.5", "smallvec 1.6.1", "unsigned-varint 0.7.0", "wasm-timer", @@ -3668,7 +3672,7 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.2", + "sha2 0.9.5", "smallvec 1.6.1", "uint", "unsigned-varint 0.7.0", @@ -3678,9 +3682,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.30.0" +version = "0.30.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c221897b3fd7f215de7ecfec215c5eba598e5b61c605b5f8b56fe8a4fb507724" +checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714" dependencies = [ "async-io", "data-encoding", @@ -3722,7 +3726,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd" dependencies = [ "bytes 1.0.1", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "futures 0.3.15", "lazy_static", "libp2p-core", @@ -3730,10 +3734,10 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.2", + "sha2 0.9.5", "snow", "static_assertions", - "x25519-dalek 1.1.0", + "x25519-dalek", "zeroize", ] @@ -3883,9 +3887,9 @@ dependencies = [ [[package]] name = "libp2p-wasm-ext" -version = "0.28.1" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef45d61e43c313531b5e903e4e8415212ff6338e0c54c47da5b9b412b5760de" +checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de" dependencies = [ "futures 0.3.15", "js-sys", @@ -3908,8 +3912,8 @@ dependencies = [ "log", "quicksink", "rw-stream-sink", - "soketto 0.4.1", - "url 2.2.0", + "soketto 0.4.2", + "url 2.2.2", "webpki-roots", ] @@ -3950,33 +3954,32 @@ dependencies = [ "hmac-drbg", "rand 0.7.3", "sha2 0.8.2", - "subtle 2.2.3", + "subtle 2.4.0", "typenum", ] [[package]] name = "libz-sys" -version = "1.0.25" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" +checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" dependencies = [ "cc", - "libc", "pkg-config", "vcpkg", ] [[package]] name = "linked-hash-map" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" +checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linked_hash_set" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c" +checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" dependencies = [ "linked-hash-map", ] @@ -4002,9 +4005,9 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.1" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" +checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb" dependencies = [ "scopeguard", ] @@ -4019,19 +4022,6 @@ dependencies = [ "value-bag", ] -[[package]] -name = "loom" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed" -dependencies = [ - "cfg-if 0.1.10", - "generator", - "scoped-tls", - "serde", - "serde_json", -] - [[package]] name = "lru" version = "0.6.5" @@ -4103,33 +4093,33 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" [[package]] name = "memchr" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" +checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" [[package]] name = "memmap2" -version = "0.2.0" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee" +checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" dependencies = [ "libc", ] [[package]] name = "memoffset" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" +checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" dependencies = [ "autocfg", ] [[package]] name = "memoffset" -version = "0.6.1" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" +checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" dependencies = [ "autocfg", ] @@ -4162,9 +4152,9 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merlin" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78" +checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" dependencies = [ "byteorder", "keccak", @@ -4195,18 +4185,18 @@ dependencies = [ [[package]] name = "minicbor" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9" +checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d" dependencies = [ "minicbor-derive", ] [[package]] name = "minicbor-derive" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068" +checksum = "7f2b9e8883d58e34b18facd16c4564a77ea50fce028ad3d0ee6753440e37acc8" dependencies = [ "proc-macro2", "quote", @@ -4215,18 +4205,19 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.4.0" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f" +checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" dependencies = [ "adler", + "autocfg", ] [[package]] name = "mio" -version = "0.6.22" +version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" +checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" dependencies = [ "cfg-if 0.1.10", "fuchsia-zircon", @@ -4235,7 +4226,7 @@ dependencies = [ "kernel32-sys", "libc", "log", - "miow 0.2.1", + "miow 0.2.2", "net2", "slab", "winapi 0.2.8", @@ -4261,7 +4252,7 @@ checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" dependencies = [ "log", "mio", - "miow 0.3.5", + "miow 0.3.7", "winapi 0.3.9", ] @@ -4278,9 +4269,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" dependencies = [ "kernel32-sys", "net2", @@ -4290,11 +4281,10 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.5" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" +checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" dependencies = [ - "socket2 0.3.17", "winapi 0.3.9", ] @@ -4317,9 +4307,9 @@ dependencies = [ [[package]] name = "multihash" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe" +checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab" dependencies = [ "blake2b_simd", "blake2s_simd", @@ -4327,18 +4317,18 @@ dependencies = [ "digest 0.9.0", "generic-array 0.14.4", "multihash-derive", - "sha2 0.9.2", + "sha2 0.9.5", "sha3", "unsigned-varint 0.5.1", ] [[package]] name = "multihash-derive" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a" +checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99" dependencies = [ - "proc-macro-crate 0.1.5", + "proc-macro-crate 1.0.0", "proc-macro-error", "proc-macro2", "quote", @@ -4348,22 +4338,22 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce" +checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "multistream-select" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840" +checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8" dependencies = [ "bytes 1.0.1", "futures 0.3.15", "log", "pin-project 1.0.7", "smallvec 1.6.1", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", ] [[package]] @@ -4404,21 +4394,11 @@ dependencies = [ "rand 0.3.23", ] -[[package]] -name = "nb-connect" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998" -dependencies = [ - "libc", - "winapi 0.3.9", -] - [[package]] name = "net2" -version = "0.2.34" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if 0.1.10", "libc", @@ -4481,9 +4461,9 @@ dependencies = [ [[package]] name = "num-integer" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" dependencies = [ "autocfg", "num-traits", @@ -4532,12 +4512,6 @@ dependencies = [ "libc", ] -[[package]] -name = "object" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" - [[package]] name = "object" version = "0.24.0" @@ -4548,11 +4522,20 @@ dependencies = [ "indexmap", ] +[[package]] +name = "object" +version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7" +dependencies = [ + "memchr", +] + [[package]] name = "once_cell" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd" +checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" dependencies = [ "parking_lot 0.11.1", ] @@ -4571,15 +4554,15 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl-probe" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" +checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "ordered-float" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579" +checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" dependencies = [ "num-traits", ] @@ -4604,14 +4587,14 @@ dependencies = [ [[package]] name = "owo-colors" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" +checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -4626,7 +4609,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -4640,7 +4623,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4663,7 +4646,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4677,7 +4660,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" dependencies = [ "beefy-primitives", "frame-support", @@ -4692,7 +4675,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4770,7 +4753,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4786,7 +4769,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4801,7 +4784,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4822,7 +4805,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4839,7 +4822,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4853,7 +4836,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4875,7 +4858,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4890,7 +4873,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4909,7 +4892,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4925,7 +4908,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -4940,7 +4923,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4957,7 +4940,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -4973,7 +4956,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4991,7 +4974,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5006,7 +4989,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -5019,7 +5002,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -5035,7 +5018,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5057,7 +5040,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5072,7 +5055,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "enumflags2", "frame-support", @@ -5086,7 +5069,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5101,7 +5084,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -5121,7 +5104,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5137,7 +5120,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -5150,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5174,7 +5157,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5185,7 +5168,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "log", "sp-arithmetic", @@ -5194,7 +5177,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -5207,7 +5190,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5225,7 +5208,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5240,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-support", "frame-system", @@ -5256,7 +5239,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5273,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5284,7 +5267,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5300,7 +5283,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5315,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5373,7 +5356,7 @@ dependencies = [ "serde", "static_assertions", "unsigned-varint 0.7.0", - "url 2.2.0", + "url 2.2.2", ] [[package]] @@ -5382,7 +5365,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9" dependencies = [ - "arrayvec 0.7.0", + "arrayvec 0.7.1", "bitvec", "byte-slice-cast", "impl-trait-for-tuples", @@ -5415,11 +5398,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "libc", "log", "mio-named-pipes", - "miow 0.3.5", + "miow 0.3.7", "rand 0.7.3", "tokio 0.1.22", "tokio-named-pipes", @@ -5487,7 +5470,7 @@ dependencies = [ "rand 0.7.3", "sha-1 0.8.2", "slab", - "url 2.2.0", + "url 2.2.2", ] [[package]] @@ -5504,7 +5487,7 @@ checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" dependencies = [ "lock_api 0.3.4", "parking_lot_core 0.6.2", - "rustc_version", + "rustc_version 0.2.3", ] [[package]] @@ -5524,8 +5507,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" dependencies = [ "instant", - "lock_api 0.4.1", - "parking_lot_core 0.8.0", + "lock_api 0.4.4", + "parking_lot_core 0.8.3", ] [[package]] @@ -5535,11 +5518,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" dependencies = [ "cfg-if 0.1.10", - "cloudabi 0.0.3", + "cloudabi", "libc", - "redox_syscall 0.1.56", - "rustc_version", - "smallvec 0.6.13", + "redox_syscall 0.1.57", + "rustc_version 0.2.3", + "smallvec 0.6.14", "winapi 0.3.9", ] @@ -5550,24 +5533,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" dependencies = [ "cfg-if 0.1.10", - "cloudabi 0.0.3", + "cloudabi", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.1.57", "smallvec 1.6.1", "winapi 0.3.9", ] [[package]] name = "parking_lot_core" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" +checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" dependencies = [ - "cfg-if 0.1.10", - "cloudabi 0.1.0", + "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.1.56", + "redox_syscall 0.2.9", "smallvec 1.6.1", "winapi 0.3.9", ] @@ -5676,11 +5658,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.23" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" +checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f" dependencies = [ - "pin-project-internal 0.4.23", + "pin-project-internal 0.4.28", ] [[package]] @@ -5694,9 +5676,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "0.4.23" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" +checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e" dependencies = [ "proc-macro2", "quote", @@ -5716,15 +5698,15 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.1.7" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" +checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.4" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" +checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" [[package]] name = "pin-utils" @@ -5734,9 +5716,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.17" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "platforms" @@ -6490,7 +6472,7 @@ dependencies = [ "env_logger 0.8.4", "futures 0.3.15", "futures-timer 3.0.2", - "itertools 0.10.0", + "itertools 0.10.1", "log", "lru", "metered-channel", @@ -7134,7 +7116,7 @@ version = "0.9.8" dependencies = [ "frame-benchmarking", "frame-system", - "futures 0.1.29", + "futures 0.1.31", "futures 0.3.15", "hex", "pallet-balances", @@ -7178,69 +7160,72 @@ dependencies = [ "substrate-test-client", "substrate-test-utils", "tempfile", - "tokio 0.2.21", + "tokio 0.2.25", "tracing", ] [[package]] name = "polling" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4" +checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "libc", "log", - "wepoll-sys", + "wepoll-ffi", "winapi 0.3.9", ] [[package]] name = "poly1305" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b42192ab143ed7619bf888a7f9c6733a9a2153b218e2cd557cfdb52fbf9bb1" +checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8" dependencies = [ + "cpuid-bool", "universal-hash", ] [[package]] name = "polyval" -version = "0.4.0" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a50142b55ab3ed0e9f68dfb3709f1d90d29da24e91033f28b96330643107dc" +checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" dependencies = [ - "cfg-if 0.1.10", + "cpuid-bool", + "opaque-debug 0.3.0", "universal-hash", ] [[package]] name = "ppv-lite86" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "predicates" -version = "1.0.4" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030" +checksum = "c6e46ca79eb4e21e2ec14430340c71250ab69332abf85521c95d3a8bc336aa76" dependencies = [ - "difference", + "difflib", + "itertools 0.10.1", "predicates-core", ] [[package]] name = "predicates-core" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" +checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451" [[package]] name = "predicates-tree" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124" +checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2" dependencies = [ "predicates-core", "treeline", @@ -7334,9 +7319,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] name = "proc-macro-nested" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" +checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" [[package]] name = "proc-macro2" @@ -7414,18 +7399,18 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a" +checksum = "21ff0279b4a85e576b97e4a21d13e437ebcd56612706cde5d3f0d5c9399490c0" dependencies = [ "cc", ] [[package]] name = "pwasm-utils" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481" +checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f" dependencies = [ "byteorder", "log", @@ -7440,9 +7425,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-error" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda" +checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quicksink" @@ -7452,7 +7437,7 @@ checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" dependencies = [ "futures-core", "futures-sink", - "pin-project-lite 0.1.7", + "pin-project-lite 0.1.12", ] [[package]] @@ -7499,7 +7484,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom 0.1.14", + "getrandom 0.1.16", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", @@ -7515,8 +7500,8 @@ checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" dependencies = [ "libc", "rand_chacha 0.3.1", - "rand_core 0.6.1", - "rand_hc 0.3.0", + "rand_core 0.6.3", + "rand_hc 0.3.1", ] [[package]] @@ -7536,7 +7521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.1", + "rand_core 0.6.3", ] [[package]] @@ -7560,16 +7545,16 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom 0.1.14", + "getrandom 0.1.16", ] [[package]] name = "rand_core" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom 0.2.1", + "getrandom 0.2.3", ] [[package]] @@ -7593,11 +7578,11 @@ dependencies = [ [[package]] name = "rand_hc" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" dependencies = [ - "rand_core 0.6.1", + "rand_core 0.6.3", ] [[package]] @@ -7617,25 +7602,25 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.3.1" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" +checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" dependencies = [ "autocfg", - "crossbeam-deque", + "crossbeam-deque 0.8.0", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.7.1" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" +checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" dependencies = [ - "crossbeam-deque", - "crossbeam-queue", - "crossbeam-utils 0.7.2", + "crossbeam-channel", + "crossbeam-deque 0.8.0", + "crossbeam-utils 0.8.5", "lazy_static", "num_cpus", ] @@ -7651,38 +7636,27 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "redox_syscall" -version = "0.2.4" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570" +checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee" dependencies = [ "bitflags", ] -[[package]] -name = "redox_users" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" -dependencies = [ - "getrandom 0.1.14", - "redox_syscall 0.1.56", - "rust-argon2", -] - [[package]] name = "redox_users" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.1", - "redox_syscall 0.2.4", + "getrandom 0.2.3", + "redox_syscall 0.2.9", ] [[package]] @@ -7693,25 +7667,25 @@ checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221" dependencies = [ "derive_more", "fs-err", - "itertools 0.10.0", + "itertools 0.10.1", "static_init", "thiserror", ] [[package]] name = "ref-cast" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623" +checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144" +checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" dependencies = [ "proc-macro2", "quote", @@ -7732,31 +7706,29 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.2" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" +checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" dependencies = [ "aho-corasick", "memchr", "regex-syntax", - "thread_local", ] [[package]] name = "regex-automata" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ - "byteorder", "regex-syntax", ] [[package]] name = "regex-syntax" -version = "0.6.21" +version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" +checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "region" @@ -7773,7 +7745,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "env_logger 0.8.4", "hex", @@ -7920,31 +7892,19 @@ dependencies = [ [[package]] name = "rpassword" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9" +checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" dependencies = [ "libc", "winapi 0.3.9", ] -[[package]] -name = "rust-argon2" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" -dependencies = [ - "base64 0.11.0", - "blake2b_simd", - "constant_time_eq", - "crossbeam-utils 0.7.2", -] - [[package]] name = "rustc-demangle" -version = "0.1.16" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" +checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" [[package]] name = "rustc-hash" @@ -7967,11 +7927,20 @@ dependencies = [ "semver 0.9.0", ] +[[package]] +name = "rustc_version" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" +dependencies = [ + "semver 0.11.0", +] + [[package]] name = "rustls" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693" +checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" dependencies = [ "base64 0.12.3", "log", @@ -8000,7 +7969,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8" dependencies = [ "openssl-probe", - "rustls 0.18.0", + "rustls 0.18.1", "schannel", "security-framework 1.0.0", ] @@ -8014,20 +7983,20 @@ dependencies = [ "openssl-probe", "rustls 0.19.1", "schannel", - "security-framework 2.2.0", + "security-framework 2.3.1", ] [[package]] name = "rustversion" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" +checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" [[package]] name = "ruzstd" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00" +checksum = "8cada0ef59efa6a5f4dc5e491f93d9f31e3fc7758df421ff1de8a706338e1100" dependencies = [ "byteorder", "twox-hash", @@ -8040,7 +8009,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ "futures 0.3.15", - "pin-project 0.4.23", + "pin-project 0.4.28", "static_assertions", ] @@ -8071,7 +8040,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "log", "sp-core", @@ -8082,7 +8051,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "derive_more", @@ -8111,7 +8080,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8134,7 +8103,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8150,7 +8119,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8170,7 +8139,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8181,7 +8150,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "chrono", "fdlimit", @@ -8213,13 +8182,13 @@ dependencies = [ "structopt", "thiserror", "tiny-bip39", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "fnv", @@ -8253,7 +8222,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "blake2-rfc", "hash-db", @@ -8283,7 +8252,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8296,7 +8265,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "derive_more", @@ -8342,7 +8311,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "futures 0.3.15", @@ -8366,7 +8335,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8379,7 +8348,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "assert_matches", "async-trait", @@ -8395,6 +8364,7 @@ dependencies = [ "sc-consensus-babe", "sc-consensus-epochs", "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "sp-api", "sp-blockchain", @@ -8407,14 +8377,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-timestamp", - "sp-transaction-pool", "substrate-prometheus-endpoint", ] [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "futures 0.3.15", @@ -8442,7 +8411,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "sc-client-api", "sp-authorship", @@ -8453,7 +8422,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "lazy_static", @@ -8482,7 +8451,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "parity-scale-codec", @@ -8499,7 +8468,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "log", "parity-scale-codec", @@ -8514,7 +8483,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8534,7 +8503,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "derive_more", @@ -8575,7 +8544,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "finality-grandpa", @@ -8599,7 +8568,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "futures 0.3.15", @@ -8620,7 +8589,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8638,7 +8607,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "derive_more", @@ -8652,13 +8621,13 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keystore", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "hash-db", "lazy_static", @@ -8677,7 +8646,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-std", "async-trait", @@ -8730,7 +8699,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8747,14 +8716,14 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "bytes 0.5.6", "fnv", "futures 0.3.15", "futures-timer 3.0.2", "hex", - "hyper 0.13.9", + "hyper 0.13.10", "hyper-rustls", "log", "num_cpus", @@ -8775,7 +8744,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "libp2p", @@ -8788,7 +8757,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8797,7 +8766,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "hash-db", @@ -8832,7 +8801,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "futures 0.3.15", @@ -8857,9 +8826,9 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "jsonrpc-core", "jsonrpc-http-server", "jsonrpc-ipc-server", @@ -8875,12 +8844,12 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "directories", "exit-future", - "futures 0.1.29", + "futures 0.1.31", "futures 0.3.15", "futures-timer 3.0.2", "hash-db", @@ -8942,7 +8911,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "log", "parity-scale-codec", @@ -8957,7 +8926,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8977,7 +8946,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "chrono", "futures 0.3.15", @@ -8997,7 +8966,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9034,7 +9003,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9042,32 +9011,10 @@ dependencies = [ "syn", ] -[[package]] -name = "sc-transaction-graph" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" -dependencies = [ - "derive_more", - "futures 0.3.15", - "linked-hash-map", - "log", - "parity-util-mem", - "parking_lot 0.11.1", - "retain_mut", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-transaction-pool", - "sp-utils", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "futures 0.3.15", @@ -9096,7 +9043,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "derive_more", "futures 0.3.15", @@ -9126,13 +9073,13 @@ checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" dependencies = [ "arrayref", "arrayvec 0.5.2", - "curve25519-dalek 2.1.0", - "getrandom 0.1.14", + "curve25519-dalek 2.1.2", + "getrandom 0.1.16", "merlin", "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", - "subtle 2.2.3", + "subtle 2.4.0", "zeroize", ] @@ -9150,9 +9097,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "sct" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" +checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" dependencies = [ "ring", "untrusted", @@ -9182,15 +9129,15 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84" +checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" dependencies = [ "bitflags", "core-foundation 0.9.1", "core-foundation-sys 0.8.2", "libc", - "security-framework-sys 2.2.0", + "security-framework-sys 2.3.0", ] [[package]] @@ -9205,9 +9152,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339" +checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" dependencies = [ "core-foundation-sys 0.8.2", "libc", @@ -9338,13 +9285,13 @@ dependencies = [ [[package]] name = "sha2" -version = "0.9.2" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" +checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpuid-bool", + "cpufeatures", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -9363,12 +9310,11 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127" +checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" dependencies = [ "lazy_static", - "loom", ] [[package]] @@ -9379,9 +9325,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" -version = "0.1.16" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed" +checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39" dependencies = [ "libc", "signal-hook-registry", @@ -9389,19 +9335,18 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.2.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" +checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" dependencies = [ - "arc-swap", "libc", ] [[package]] name = "signature" -version = "1.1.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852" +checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" [[package]] name = "simba" @@ -9417,9 +9362,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" +checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" [[package]] name = "slog" @@ -9443,18 +9388,18 @@ dependencies = [ [[package]] name = "slotmap" -version = "1.0.2" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3003725ae562cf995f3dc82bb99e70926e09000396816765bb6d7adbe740b1" +checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4" dependencies = [ "version_check", ] [[package]] name = "smallvec" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" +checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" dependencies = [ "maybe-uninit", ] @@ -9467,9 +9412,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "snow" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e" +checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50" dependencies = [ "aes-gcm", "blake2", @@ -9477,21 +9422,20 @@ dependencies = [ "rand 0.7.3", "rand_core 0.5.1", "ring", - "rustc_version", - "sha2 0.9.2", - "subtle 2.2.3", - "x25519-dalek 0.6.0", + "rustc_version 0.2.3", + "sha2 0.9.5", + "subtle 2.4.0", + "x25519-dalek", ] [[package]] name = "socket2" -version = "0.3.17" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902" +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.1.56", "winapi 0.3.9", ] @@ -9507,9 +9451,9 @@ dependencies = [ [[package]] name = "soketto" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0" +checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88" dependencies = [ "base64 0.12.3", "bytes 0.5.6", @@ -9518,7 +9462,7 @@ dependencies = [ "httparse", "log", "rand 0.7.3", - "sha-1 0.8.2", + "sha-1 0.9.6", ] [[package]] @@ -9539,7 +9483,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "hash-db", "log", @@ -9556,7 +9500,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9568,7 +9512,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "serde", @@ -9580,7 +9524,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "integer-sqrt", "num-traits", @@ -9594,7 +9538,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "sp-api", @@ -9606,7 +9550,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "parity-scale-codec", @@ -9618,7 +9562,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "sp-api", @@ -9630,7 +9574,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "log", @@ -9648,7 +9592,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "futures 0.3.15", @@ -9675,7 +9619,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "merlin", @@ -9697,7 +9641,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9707,7 +9651,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9719,7 +9663,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "base58", "blake2-rfc", @@ -9745,7 +9689,7 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.9.2", + "sha2 0.9.5", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -9763,7 +9707,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9772,7 +9716,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "proc-macro2", "quote", @@ -9782,7 +9726,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "environmental", "parity-scale-codec", @@ -9793,7 +9737,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "finality-grandpa", "log", @@ -9810,7 +9754,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9824,7 +9768,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "hash-db", @@ -9849,7 +9793,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "lazy_static", "sp-core", @@ -9860,7 +9804,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "derive_more", @@ -9877,7 +9821,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "ruzstd", "zstd", @@ -9886,7 +9830,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "serde", @@ -9899,7 +9843,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9910,7 +9854,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "sp-api", "sp-core", @@ -9920,7 +9864,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "backtrace", ] @@ -9928,7 +9872,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "rustc-hash", "serde", @@ -9939,7 +9883,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "either", "hash256-std-hasher", @@ -9960,7 +9904,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9977,7 +9921,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9989,7 +9933,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "serde", "serde_json", @@ -9998,7 +9942,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "sp-api", @@ -10011,7 +9955,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10021,7 +9965,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "hash-db", "log", @@ -10044,12 +9988,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10062,7 +10006,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "log", "sp-core", @@ -10075,7 +10019,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10092,7 +10036,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "erased-serde", "log", @@ -10110,7 +10054,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "sp-api", "sp-runtime", @@ -10119,7 +10063,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", "log", @@ -10134,7 +10078,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "hash-db", "memory-db", @@ -10148,7 +10092,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "futures-core", @@ -10160,7 +10104,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10175,7 +10119,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10187,7 +10131,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10203,9 +10147,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "stable_deref_trait" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staking-miner" @@ -10241,7 +10185,7 @@ dependencies = [ "sp-version", "structopt", "thiserror", - "tokio 0.2.21", + "tokio 0.2.25", "westend-runtime", ] @@ -10291,10 +10235,11 @@ dependencies = [ [[package]] name = "stream-cipher" -version = "0.4.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88" +checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89" dependencies = [ + "block-cipher", "generic-array 0.14.4", ] @@ -10374,14 +10319,14 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "chrono", "console_error_panic_hook", - "futures 0.1.29", + "futures 0.1.31", "futures 0.3.15", "futures-timer 3.0.2", - "getrandom 0.2.1", + "getrandom 0.2.3", "js-sys", "kvdb-memorydb", "libp2p-wasm-ext", @@ -10400,7 +10345,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "platforms", ] @@ -10408,7 +10353,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10431,24 +10376,24 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-std", "derive_more", "futures-util", - "hyper 0.13.9", + "hyper 0.13.10", "log", "prometheus", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "async-trait", - "futures 0.1.29", + "futures 0.1.31", "futures 0.3.15", "hash-db", "hex", @@ -10474,17 +10419,17 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10494,7 +10439,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10515,15 +10460,15 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.2.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1" +checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" -version = "1.0.67" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702" +checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" dependencies = [ "proc-macro2", "quote", @@ -10550,9 +10495,9 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[package]] name = "tap" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" @@ -10569,16 +10514,16 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.4", - "redox_syscall 0.2.4", + "redox_syscall 0.2.9", "remove_dir_all", "winapi 0.3.9", ] [[package]] name = "termcolor" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" dependencies = [ "winapi-util", ] @@ -10620,7 +10565,7 @@ dependencies = [ "structopt", "substrate-test-utils", "test-parachain-adder", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] @@ -10645,7 +10590,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#9235309a7c651fc23bdbe653834c102dc2db9c9b" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "env_logger 0.7.1", "frame-system", @@ -10662,8 +10607,8 @@ dependencies = [ "sc-rpc", "sc-rpc-server", "sc-service", - "sc-transaction-graph", "sc-transaction-pool", + "sc-transaction-pool-api", "sp-api", "sp-block-builder", "sp-blockchain", @@ -10681,7 +10626,7 @@ dependencies = [ "sp-state-machine", "sp-transaction-pool", "sp-wasm-interface", - "tokio 0.2.21", + "tokio 0.2.25", ] [[package]] @@ -10695,18 +10640,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.24" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" +checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.24" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" +checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" dependencies = [ "proc-macro2", "quote", @@ -10746,11 +10691,12 @@ dependencies = [ [[package]] name = "time" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" +checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" dependencies = [ "libc", + "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.9", ] @@ -10766,7 +10712,7 @@ dependencies = [ "pbkdf2 0.4.0", "rand 0.7.3", "rustc-hash", - "sha2 0.9.2", + "sha2 0.9.5", "thiserror", "unicode-normalization", "zeroize", @@ -10783,15 +10729,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" - -[[package]] -name = "tinyvec" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" +checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" dependencies = [ "tinyvec_macros", ] @@ -10809,7 +10749,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "mio", "num_cpus", "tokio-codec", @@ -10828,9 +10768,9 @@ dependencies = [ [[package]] name = "tokio" -version = "0.2.21" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" +checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" dependencies = [ "bytes 0.5.6", "fnv", @@ -10843,7 +10783,7 @@ dependencies = [ "mio-named-pipes", "mio-uds", "num_cpus", - "pin-project-lite 0.1.7", + "pin-project-lite 0.1.12", "signal-hook-registry", "slab", "tokio-macros", @@ -10852,12 +10792,12 @@ dependencies = [ [[package]] name = "tokio" -version = "1.6.1" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" +checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985" dependencies = [ "autocfg", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.7", ] [[package]] @@ -10868,7 +10808,7 @@ checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" dependencies = [ "bytes 0.4.12", "either", - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -10878,7 +10818,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "tokio-io", ] @@ -10888,7 +10828,7 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "tokio-executor", ] @@ -10899,7 +10839,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -10908,7 +10848,7 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "tokio-io", "tokio-threadpool", ] @@ -10920,15 +10860,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "log", ] [[package]] name = "tokio-macros" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" +checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ "proc-macro2", "quote", @@ -10942,7 +10882,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "mio", "mio-named-pipes", "tokio 0.1.22", @@ -10955,7 +10895,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", "lazy_static", "log", "mio", @@ -10969,13 +10909,13 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9" +checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" dependencies = [ "futures-core", - "rustls 0.18.0", - "tokio 0.2.21", + "rustls 0.18.1", + "tokio 0.2.25", "webpki", ] @@ -10987,7 +10927,7 @@ checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736" dependencies = [ "futures-core", "rustls 0.19.1", - "tokio 0.2.21", + "tokio 0.2.25", "webpki", ] @@ -10997,7 +10937,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -11007,7 +10947,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" dependencies = [ "fnv", - "futures 0.1.29", + "futures 0.1.31", ] [[package]] @@ -11017,7 +10957,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "iovec", "mio", "tokio-io", @@ -11030,10 +10970,10 @@ version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" dependencies = [ - "crossbeam-deque", + "crossbeam-deque 0.7.3", "crossbeam-queue", "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", "lazy_static", "log", "num_cpus", @@ -11048,7 +10988,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.29", + "futures 0.1.31", "slab", "tokio-executor", ] @@ -11060,7 +11000,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "log", "mio", "tokio-codec", @@ -11075,7 +11015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" dependencies = [ "bytes 0.4.12", - "futures 0.1.29", + "futures 0.1.31", "iovec", "libc", "log", @@ -11097,24 +11037,24 @@ dependencies = [ "futures-io", "futures-sink", "log", - "pin-project-lite 0.1.7", - "tokio 0.2.21", + "pin-project-lite 0.1.12", + "tokio 0.2.25", ] [[package]] name = "toml" -version = "0.5.6" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" dependencies = [ "serde", ] [[package]] name = "tower-service" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" +checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" @@ -11124,7 +11064,7 @@ checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d" dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.4", + "pin-project-lite 0.2.7", "tracing-attributes", "tracing-core", ] @@ -11151,11 +11091,11 @@ dependencies = [ [[package]] name = "tracing-futures" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 0.4.23", + "pin-project 1.0.7", "tracing", ] @@ -11182,9 +11122,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5" +checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48" dependencies = [ "ansi_term 0.12.1", "chrono", @@ -11232,9 +11172,9 @@ dependencies = [ [[package]] name = "trust-dns-proto" -version = "0.20.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c" +checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4" dependencies = [ "async-trait", "cfg-if 1.0.0", @@ -11243,22 +11183,22 @@ dependencies = [ "futures-channel", "futures-io", "futures-util", - "idna 0.2.0", + "idna 0.2.3", "ipnet", "lazy_static", "log", "rand 0.8.4", "smallvec 1.6.1", "thiserror", - "tinyvec 1.1.1", - "url 2.2.0", + "tinyvec", + "url 2.2.2", ] [[package]] name = "trust-dns-resolver" -version = "0.20.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae" +checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770" dependencies = [ "cfg-if 1.0.0", "futures-util", @@ -11275,14 +11215,14 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#d3db3c1d1011983ba7565e342910a6d2095625c8" +source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" dependencies = [ "frame-try-runtime", "log", @@ -11332,9 +11272,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" +checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" [[package]] name = "ucd-trie" @@ -11344,9 +11284,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "uint" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" +checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f" dependencies = [ "byteorder", "crunchy", @@ -11365,27 +11305,27 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" +checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" dependencies = [ "matches", ] [[package]] name = "unicode-normalization" -version = "0.1.13" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" +checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" dependencies = [ - "tinyvec 0.3.3", + "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" +checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" [[package]] name = "unicode-width" @@ -11395,9 +11335,9 @@ checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" [[package]] name = "unicode-xid" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" +checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "universal-hash" @@ -11406,7 +11346,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" dependencies = [ "generic-array 0.14.4", - "subtle 2.2.3", + "subtle 2.4.0", ] [[package]] @@ -11458,36 +11398,31 @@ dependencies = [ [[package]] name = "url" -version = "2.2.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" dependencies = [ "form_urlencoded", - "idna 0.2.0", + "idna 0.2.3", "matches", "percent-encoding 2.1.0", ] [[package]] name = "value-bag" -version = "1.0.0-alpha.6" +version = "1.0.0-alpha.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1" +checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae" dependencies = [ "ctor", + "version_check", ] [[package]] name = "vcpkg" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" - -[[package]] -name = "vec-arena" -version = "1.0.0" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vec_map" @@ -11497,9 +11432,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "version_check" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" +checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "void" @@ -11524,9 +11459,9 @@ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" [[package]] name = "walkdir" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" +checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" dependencies = [ "same-file", "winapi 0.3.9", @@ -11539,7 +11474,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" dependencies = [ - "futures 0.1.29", + "futures 0.1.31", "log", "try-lock", ] @@ -11568,9 +11503,9 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wasm-bindgen" -version = "0.2.73" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" +checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd" dependencies = [ "cfg-if 1.0.0", "serde", @@ -11580,9 +11515,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.73" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" +checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900" dependencies = [ "bumpalo", "lazy_static", @@ -11595,9 +11530,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.23" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea" +checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -11607,9 +11542,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.73" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f" +checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -11617,9 +11552,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.73" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" +checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97" dependencies = [ "proc-macro2", "quote", @@ -11630,9 +11565,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.73" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489" +checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f" [[package]] name = "wasm-gc-api" @@ -11736,7 +11671,7 @@ dependencies = [ "libc", "log", "serde", - "sha2 0.9.2", + "sha2 0.9.5", "toml", "winapi 0.3.9", "zstd", @@ -11764,7 +11699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a" dependencies = [ "anyhow", - "gimli 0.24.0", + "gimli", "more-asserts", "object 0.24.0", "target-lexicon", @@ -11783,7 +11718,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-wasm", - "gimli 0.24.0", + "gimli", "indexmap", "log", "more-asserts", @@ -11798,7 +11733,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707" dependencies = [ - "addr2line 0.15.1", + "addr2line", "anyhow", "cfg-if 1.0.0", "cranelift-codegen", @@ -11806,7 +11741,7 @@ dependencies = [ "cranelift-frontend", "cranelift-native", "cranelift-wasm", - "gimli 0.24.0", + "gimli", "log", "more-asserts", "object 0.24.0", @@ -11870,7 +11805,7 @@ dependencies = [ "libc", "log", "mach", - "memoffset 0.6.1", + "memoffset 0.6.4", "more-asserts", "rand 0.8.4", "region", @@ -11881,9 +11816,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.46" +version = "0.3.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" +checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582" dependencies = [ "js-sys", "wasm-bindgen", @@ -11891,9 +11826,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" dependencies = [ "ring", "untrusted", @@ -11901,18 +11836,18 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" +checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" dependencies = [ "webpki", ] [[package]] -name = "wepoll-sys" -version = "3.0.1" +name = "wepoll-ffi" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff" +checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" dependencies = [ "cc", ] @@ -12005,12 +11940,12 @@ dependencies = [ [[package]] name = "which" -version = "4.0.2" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef" +checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" dependencies = [ + "either", "libc", - "thiserror", ] [[package]] @@ -12089,22 +12024,11 @@ checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" [[package]] name = "x25519-dalek" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217" -dependencies = [ - "curve25519-dalek 2.1.0", - "rand_core 0.5.1", - "zeroize", -] - -[[package]] -name = "x25519-dalek" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088" +checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "rand_core 0.5.1", "zeroize", ] @@ -12169,18 +12093,18 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36" +checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" dependencies = [ "zeroize_derive", ] [[package]] name = "zeroize_derive" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" +checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1" dependencies = [ "proc-macro2", "quote", From 41bb9fb73ab0bbb2691f3d1b964db176ce456a2e Mon Sep 17 00:00:00 2001 From: CI system <> Date: Fri, 9 Jul 2021 21:01:47 +0100 Subject: [PATCH 46/53] tested and it works --- node/test/polkadot-simnet/common/src/lib.rs | 244 ++++++++++---------- node/test/polkadot-simnet/test/src/main.rs | 47 +++- 2 files changed, 162 insertions(+), 129 deletions(-) diff --git a/node/test/polkadot-simnet/common/src/lib.rs b/node/test/polkadot-simnet/common/src/lib.rs index c30eb493a01e..caf1a5333110 100644 --- a/node/test/polkadot-simnet/common/src/lib.rs +++ b/node/test/polkadot-simnet/common/src/lib.rs @@ -81,7 +81,7 @@ impl ChainInfo for PolkadotChainInfo { /// Dispatch with root origin, via pallet-democracy pub async fn dispatch_with_root(call: ::Call, node: &Node) - -> Result<(), sc_transaction_pool::error::Error> + -> Result<(), Box> where T: ChainInfo< Block = Block, @@ -119,138 +119,140 @@ pub async fn dispatch_with_root(call: ::Call, n collective::Members::::get() )); - // note the call (pre-image?) of the call. - node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()).await?; - node.seal_blocks(1).await; - - // fetch proposal hash from event emitted by the runtime - let events = node.events(); - let proposal_hash = events.into_iter() - .filter_map(|event| match event.event { - Event::Democracy(democracy::Event::PreimageNoted(proposal_hash, _, _)) => Some(proposal_hash), - _ => None - }) - .next() - .unwrap(); - - // submit external_propose call through council - let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); - let proposal_length = external_propose.using_encoded(|x| x.len()) as u32 + 1; - let proposal_weight = Weight::MAX / 100_000_000; - let proposal = CouncilCollectiveCall::propose( - council_collective.len() as u32, - Box::new(external_propose.clone().into()), - proposal_length - ); - - node.submit_extrinsic(proposal.clone(), council_collective[0].clone()).await?; - node.seal_blocks(1).await; - - // fetch proposal index from event emitted by the runtime - let events = node.events(); - let (proposal_index, proposal_hash): (u32, H256) = events.into_iter() - .filter_map(|event| { - match event.event { - Event::Council(CouncilCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), + // hash of the proposal in democracy + let proposal_hash = { + // note the call (pre-image?) of the call. + node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()).await?; + node.seal_blocks(1).await; + + // fetch proposal hash from event emitted by the runtime + let events = node.events(); + events.into_iter() + .filter_map(|event| match event.event { + Event::Democracy(democracy::Event::PreimageNoted(proposal_hash, _, _)) => Some(proposal_hash), _ => None - } - }) - .next() - .unwrap(); - - // vote - for member in &council_collective[1..] { - let call = CouncilCollectiveCall::vote(proposal_hash.clone(), proposal_index, true); - node.submit_extrinsic(call, member.clone()).await?; + }) + .next() + .ok_or_else(|| "failed to note pre-image")? + }; + + // submit external_propose call through council collective + { + let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); + let length = external_propose.using_encoded(|x| x.len()) as u32 + 1; + let weight = Weight::MAX / 100_000_000; + let proposal = CouncilCollectiveCall::propose( + council_collective.len() as u32, + Box::new(external_propose.clone().into()), + length + ); + + node.submit_extrinsic(proposal.clone(), council_collective[0].clone()).await?; + node.seal_blocks(1).await; + + // fetch proposal index from event emitted by the runtime + let events = node.events(); + let (index, hash): (u32, H256) = events.into_iter() + .filter_map(|event| { + match event.event { + Event::Council(CouncilCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), + _ => None + } + }) + .next() + .ok_or_else(|| "failed to execute council::Call::propose(democracy::Call::external_propose_majority)")?; + + // vote + for member in &council_collective[1..] { + let call = CouncilCollectiveCall::vote(hash.clone(), index, true); + node.submit_extrinsic(call, member.clone()).await?; + } + node.seal_blocks(1).await; + + // close vote + let call = CouncilCollectiveCall::close(hash, index, weight, length); + node.submit_extrinsic(call, council_collective[0].clone()).await?; + node.seal_blocks(1).await; + + // assert that proposal has been passed on chain + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::Council(CouncilCollectiveEvent::Closed(_, _, _)) | + Event::Council(CouncilCollectiveEvent::Approved(_,)) | + Event::Council(CouncilCollectiveEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(events.len(), 3); } - node.seal_blocks(1).await; - - // close vote - let call = CouncilCollectiveCall::close(proposal_hash, proposal_index, proposal_weight, proposal_length); - node.submit_extrinsic(call, council_collective[0].clone()).await?; - node.seal_blocks(1).await; - - // assert that proposal has been passed on chain - let events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::Council(CouncilCollectiveEvent::Closed(_, _, _)) | - Event::Council(CouncilCollectiveEvent::Approved(_,)) | - Event::Council(CouncilCollectiveEvent::Executed(_, Ok(()))) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all 3 events are in state - assert_eq!(events.len(), 3); // next technical collective must fast track the proposal. - let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); - let proposal_weight = Weight::MAX / 100_000_000; - let fast_track_length = fast_track.using_encoded(|x| x.len()) as u32 + 1; - let proposal = TechnicalCollectiveCall::propose( - technical_collective.len() as u32, - Box::new(fast_track.into()), - fast_track_length - ); - - node.submit_extrinsic(proposal, technical_collective[0].clone()).await?; - node.seal_blocks(1).await; - - let (proposal_index, proposal_hash) = node.events() - .into_iter() - .filter_map(|event| { - match event.event { - Event::TechnicalCommittee(TechnicalCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), - _ => None - } - }) - .next() - .unwrap(); - - // vote - for member in &technical_collective[1..] { - let call = TechnicalCollectiveCall::vote(proposal_hash.clone(), proposal_index, true); - node.submit_extrinsic(call, member.clone()).await?; + { + let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); + let weight = Weight::MAX / 100_000_000; + let length = fast_track.using_encoded(|x| x.len()) as u32 + 1; + let proposal = TechnicalCollectiveCall::propose( + technical_collective.len() as u32, + Box::new(fast_track.into()), + length + ); + + node.submit_extrinsic(proposal, technical_collective[0].clone()).await?; + node.seal_blocks(1).await; + + let (index, hash) = node.events() + .into_iter() + .filter_map(|event| { + match event.event { + Event::TechnicalCommittee(TechnicalCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), + _ => None + } + }) + .next() + .ok_or_else(|| "failed to execute council::Call::propose(democracy::Call::fast_track))")?; + + // vote + for member in &technical_collective[1..] { + let call = TechnicalCollectiveCall::vote(hash.clone(), index, true); + node.submit_extrinsic(call, member.clone()).await?; + } + node.seal_blocks(1).await; + + // close vote + let call = TechnicalCollectiveCall::close(hash, index, weight, length); + node.submit_extrinsic(call, technical_collective[0].clone()).await?; + node.seal_blocks(1).await; + + // assert that fast-track proposal has been passed on chain + let collective_events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::TechnicalCommittee(TechnicalCollectiveEvent::Closed(_, _, _)) | + Event::TechnicalCommittee(TechnicalCollectiveEvent::Approved(_)) | + Event::TechnicalCommittee(TechnicalCollectiveEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(collective_events.len(), 3); } - node.seal_blocks(1).await; - - // close vote - let call = TechnicalCollectiveCall::close( - proposal_hash, - proposal_index, - proposal_weight, - fast_track_length, - ); - node.submit_extrinsic(call, technical_collective[0].clone()).await?; - node.seal_blocks(1).await; - - // assert that fast-track proposal has been passed on chain - let collective_events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::TechnicalCommittee(TechnicalCollectiveEvent::Closed(_, _, _)) | - Event::TechnicalCommittee(TechnicalCollectiveEvent::Approved(_)) | - Event::TechnicalCommittee(TechnicalCollectiveEvent::Executed(_, Ok(()))) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all 3 events are in state - assert_eq!(collective_events.len(), 3); // now runtime upgrade proposal is a fast-tracked referendum we can vote for. - let referendum_index = events.into_iter() + let referendum_index = node.events().into_iter() .filter_map(|event| match event.event { Event::Democracy(democracy::Event::::Started(index, _)) => Some(index), _ => None, }) .next() - .unwrap(); + .ok_or_else(|| "failed to execute council::Call::close")?; let call = DemocracyCall::vote( referendum_index, AccountVote::Standard { diff --git a/node/test/polkadot-simnet/test/src/main.rs b/node/test/polkadot-simnet/test/src/main.rs index 2e6be34b8551..99fa263ea79e 100644 --- a/node/test/polkadot-simnet/test/src/main.rs +++ b/node/test/polkadot-simnet/test/src/main.rs @@ -17,26 +17,57 @@ use std::{error::Error, str::FromStr}; use polkadot_simnet::{run, dispatch_with_root}; +use polkadot_runtime::{Event, Runtime}; use sp_core::crypto::AccountId32; fn main() -> Result<(), Box> { run(|node| async { + let old_runtime_version = node.with_state(|| system::Pallet::::runtime_version().spec_version); let wasm_binary = polkadot_runtime::WASM_BINARY .ok_or("Polkadot development wasm not available")? .to_vec(); // start runtime upgrade dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node).await?; - let (from, dest, balance) = ( - AccountId32::from_str("15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK")?, - AccountId32::from_str("1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A")?, - 10_000_000_000_000 // 10 dots - ); + // assert that the runtime has been updated by looking at events + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::System(system::Event::CodeUpdated) => true, + _ => false, + } + }) + .collect::>(); - // post upgrade tests, a simple balance transfer - node.submit_extrinsic(balances::Call::transfer(dest.into(), balance), from).await?; + // make sure all events were emitted + assert_eq!(events.len(), 1); + let new_runtime_version = node.with_state(|| system::Pallet::::runtime_version().spec_version); + assert!(new_runtime_version > old_runtime_version); - // done upgrading runtime, drop node. + let (from, dest, balance) = ( + AccountId32::from_str("15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK")?, + AccountId32::from_str("1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A")?, + 10_000_000_000_000 // 10 dots + ); + + // post upgrade tests, a simple balance transfer + node.submit_extrinsic(balances::Call::transfer(dest.into(), balance), from).await?; + node.seal_blocks(1).await; + + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::Balances(balances::Event::Transfer(_, _, _)) => true, + _ => false, + } + }) + .collect::>(); + // make sure transfer went through + assert_eq!(events.len(), 1); + + // we're done, drop node. drop(node); Ok(()) From 02c9e40ac6cc6f6d4a2c34fce05f5823446967b1 Mon Sep 17 00:00:00 2001 From: CI system <> Date: Mon, 12 Jul 2021 14:34:04 +0100 Subject: [PATCH 47/53] compare runtime spec version --- Cargo.lock | 3 +++ node/test/polkadot-simnet/common/src/lib.rs | 19 +++++++------- node/test/polkadot-simnet/test/Cargo.toml | 5 ++++ node/test/polkadot-simnet/test/src/main.rs | 29 ++++++++++++++------- 4 files changed, 38 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5560a5295927..49eb2400298d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6968,7 +6968,10 @@ dependencies = [ "pallet-balances", "polkadot-runtime", "polkadot-simnet", + "sc-client-api", + "sp-blockchain", "sp-core", + "sp-runtime", ] [[package]] diff --git a/node/test/polkadot-simnet/common/src/lib.rs b/node/test/polkadot-simnet/common/src/lib.rs index caf1a5333110..79894c3875e2 100644 --- a/node/test/polkadot-simnet/common/src/lib.rs +++ b/node/test/polkadot-simnet/common/src/lib.rs @@ -80,7 +80,7 @@ impl ChainInfo for PolkadotChainInfo { } /// Dispatch with root origin, via pallet-democracy -pub async fn dispatch_with_root(call: ::Call, node: &Node) +pub async fn dispatch_with_root(call: impl Into<::Call>, node: &Node) -> Result<(), Box> where T: ChainInfo< @@ -122,12 +122,12 @@ pub async fn dispatch_with_root(call: ::Call, n // hash of the proposal in democracy let proposal_hash = { // note the call (pre-image?) of the call. - node.submit_extrinsic(DemocracyCall::note_preimage(call.encode()), whales[0].clone()).await?; + node.submit_extrinsic(DemocracyCall::note_preimage(call.into().encode()), whales[0].clone()).await?; node.seal_blocks(1).await; // fetch proposal hash from event emitted by the runtime - let events = node.events(); - events.into_iter() + node.events() + .into_iter() .filter_map(|event| match event.event { Event::Democracy(democracy::Event::PreimageNoted(proposal_hash, _, _)) => Some(proposal_hash), _ => None @@ -151,8 +151,8 @@ pub async fn dispatch_with_root(call: ::Call, n node.seal_blocks(1).await; // fetch proposal index from event emitted by the runtime - let events = node.events(); - let (index, hash): (u32, H256) = events.into_iter() + let (index, hash): (u32, H256) = node.events() + .into_iter() .filter_map(|event| { match event.event { Event::Council(CouncilCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), @@ -229,7 +229,7 @@ pub async fn dispatch_with_root(call: ::Call, n node.seal_blocks(1).await; // assert that fast-track proposal has been passed on chain - let collective_events = node.events() + let events = node.events() .into_iter() .filter(|event| { match event.event { @@ -242,11 +242,12 @@ pub async fn dispatch_with_root(call: ::Call, n .collect::>(); // make sure all 3 events are in state - assert_eq!(collective_events.len(), 3); + assert_eq!(events.len(), 3); } // now runtime upgrade proposal is a fast-tracked referendum we can vote for. - let referendum_index = node.events().into_iter() + let referendum_index = node.events() + .into_iter() .filter_map(|event| match event.event { Event::Democracy(democracy::Event::::Started(index, _)) => Some(index), _ => None, diff --git a/node/test/polkadot-simnet/test/Cargo.toml b/node/test/polkadot-simnet/test/Cargo.toml index 2b7cfc7158b2..8d1ba41b8ece 100644 --- a/node/test/polkadot-simnet/test/Cargo.toml +++ b/node/test/polkadot-simnet/test/Cargo.toml @@ -7,11 +7,16 @@ edition = "2018" [dependencies] # substrate primitives sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # frame pallets system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "master" } +# substrate client libs +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } + # polkadot deps polkadot-simnet = { path = "../common" } polkadot-runtime = { path = "../../../../runtime/polkadot" } diff --git a/node/test/polkadot-simnet/test/src/main.rs b/node/test/polkadot-simnet/test/src/main.rs index 99fa263ea79e..fcef9831e784 100644 --- a/node/test/polkadot-simnet/test/src/main.rs +++ b/node/test/polkadot-simnet/test/src/main.rs @@ -17,17 +17,24 @@ use std::{error::Error, str::FromStr}; use polkadot_simnet::{run, dispatch_with_root}; -use polkadot_runtime::{Event, Runtime}; +use polkadot_runtime::Event; +use sp_runtime::generic::BlockId; +use sc_client_api::{ExecutorProvider, CallExecutor}; use sp_core::crypto::AccountId32; +use sp_blockchain::HeaderBackend; fn main() -> Result<(), Box> { run(|node| async { - let old_runtime_version = node.with_state(|| system::Pallet::::runtime_version().spec_version); - let wasm_binary = polkadot_runtime::WASM_BINARY + let old_runtime_version = node.client() + .executor() + .runtime_version(&BlockId::Hash(node.client().info().best_hash))? + .spec_version; + + let wasm_binary = polkadot_runtime::WASM_BINARY .ok_or("Polkadot development wasm not available")? .to_vec(); - // start runtime upgrade - dispatch_with_root(system::Call::set_code(wasm_binary).into(), &node).await?; + // upgrade runtime. + dispatch_with_root(system::Call::set_code(wasm_binary), &node).await?; // assert that the runtime has been updated by looking at events let events = node.events() @@ -40,9 +47,13 @@ fn main() -> Result<(), Box> { }) .collect::>(); - // make sure all events were emitted + // make sure event was emitted assert_eq!(events.len(), 1); - let new_runtime_version = node.with_state(|| system::Pallet::::runtime_version().spec_version); + let new_runtime_version = node.client() + .executor() + .runtime_version(&BlockId::Hash(node.client().info().best_hash))? + .spec_version; + // just confirming assert!(new_runtime_version > old_runtime_version); let (from, dest, balance) = ( @@ -67,8 +78,8 @@ fn main() -> Result<(), Box> { // make sure transfer went through assert_eq!(events.len(), 1); - // we're done, drop node. - drop(node); + // we're done, drop node. + drop(node); Ok(()) })?; From a2d2d10c2aa3ffcd9aab273e5c24aa7805a811f2 Mon Sep 17 00:00:00 2001 From: CI system <> Date: Mon, 12 Jul 2021 16:26:44 +0100 Subject: [PATCH 48/53] fix spaces, remove docker files --- .../build-bin-remote.Dockerfile | 49 ------- .../polkadot-simnet/cheatsheet-commands.sh | 17 --- node/test/polkadot-simnet/config.toml | 14 -- .../local-build-1-stages.Dockerfile | 64 --------- .../local-build-with-cargo-chef.Dockerfile | 133 ------------------ node/test/polkadot-simnet/test/src/main.rs | 2 +- 6 files changed, 1 insertion(+), 278 deletions(-) delete mode 100644 node/test/polkadot-simnet/build-bin-remote.Dockerfile delete mode 100755 node/test/polkadot-simnet/cheatsheet-commands.sh delete mode 100644 node/test/polkadot-simnet/config.toml delete mode 100644 node/test/polkadot-simnet/local-build-1-stages.Dockerfile delete mode 100644 node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile diff --git a/node/test/polkadot-simnet/build-bin-remote.Dockerfile b/node/test/polkadot-simnet/build-bin-remote.Dockerfile deleted file mode 100644 index 2df0deb311ce..000000000000 --- a/node/test/polkadot-simnet/build-bin-remote.Dockerfile +++ /dev/null @@ -1,49 +0,0 @@ -FROM debian:buster-slim as runtime -RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y \ - build-essential \ - ca-certificates \ - clang \ - curl \ - cmake \ - libssl1.1 \ - libssl-dev \ - pkg-config \ - tini - -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \ - export PATH="$PATH:$HOME/.cargo/bin" && \ - rustup toolchain install nightly && \ - rustup target add wasm32-unknown-unknown --toolchain nightly && \ - rustup default stable - -# Non-root user for security purposes. -# -# UIDs below 10,000 are a security risk, as a container breakout could result -# in the container being ran as a more privileged user on the host kernel with -# the same UID. -# -# Static GID/UID is also useful for chown'ing files outside the container where -# such a user does not exist. -RUN groupadd --gid 10001 nonroot && \ - useradd --home-dir /home/nonroot \ - --create-home \ - --shell /bin/bash \ - --gid nonroot \ - --groups nonroot \ - --uid 10000 nonroot -WORKDIR /home/nonroot/polkadot-simnet -# Before running this cmd you need to manually copy polkadot-simnet binary from -# project root target/release here, because all files in /target are ignored -# because they are specified in .dockerignore file -# cp ../../../target/release/polkadot-simnet . -COPY polkadot-simnet /usr/local/bin/polkadot-simnet -RUN chown -R nonroot. /home/nonroot - -# Use the non-root user to run our application -# Tell run test script that it runs in container -USER nonroot -# check if executable works in this container -RUN /usr/local/bin/polkadot-simnet --version -# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. -ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] diff --git a/node/test/polkadot-simnet/cheatsheet-commands.sh b/node/test/polkadot-simnet/cheatsheet-commands.sh deleted file mode 100755 index 3206630cec8b..000000000000 --- a/node/test/polkadot-simnet/cheatsheet-commands.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# Build docker image with by copying the binary into the image -# First you need to copy the binary to this dire because all files in -# polkadot/target are ignored because they are specified in .dockerignore file - -# cp ../../../target/release/polkadot-simnet . -# docker build -t paritypr/forrestgump:"$1" -f build-bin-remote.Dockerfile . -# docker push paritypr/forrestgump:"$1" - -# build docker image locally using cache from cargo-chef -# add export DOCKER_BUILDKIT=1 to ~/.bashrc - -# normally we use chargo-chef because it's caching capacity; add the --no-cache arg only -# once in a while when the build fails -date ; docker build -t seunlanlege/forrestgump:"$1" -f local-build-1-stages.Dockerfile --no-cache ../../../../ - -date ; docker push seunlanlege/forrestgump:"$1" diff --git a/node/test/polkadot-simnet/config.toml b/node/test/polkadot-simnet/config.toml deleted file mode 100644 index 94a955ddc149..000000000000 --- a/node/test/polkadot-simnet/config.toml +++ /dev/null @@ -1,14 +0,0 @@ -[settings.defaults] -chain-name = "polkadot-local" - -[nodes.alice] -validator = true -extra-args = ["--alice"] -image = "parity/polkadot" -command = "polkadot" - -[nodes.bob] -validator = true -extra-args = ["--bob"] -image = "paritypr/forrestgump:v3" -command = "/usr/local/bin/polkadot-simnet" diff --git a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile b/node/test/polkadot-simnet/local-build-1-stages.Dockerfile deleted file mode 100644 index ff79c289604a..000000000000 --- a/node/test/polkadot-simnet/local-build-1-stages.Dockerfile +++ /dev/null @@ -1,64 +0,0 @@ -FROM rust as builder - -WORKDIR /usr/src/polkadot-simnet -RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y \ - ca-certificates \ - clang \ - curl \ - cmake \ - libssl1.1 \ - libssl-dev \ - pkg-config - -RUN export PATH="$PATH:$HOME/.cargo/bin" && \ - rustup toolchain install nightly && \ - rustup target add wasm32-unknown-unknown --toolchain nightly && \ - rustup default stable - -COPY substrate/ /usr/src/polkadot-simnet/substrate/ -COPY polkadot/ /usr/src/polkadot-simnet/polkadot/ -WORKDIR /usr/src/polkadot-simnet/polkadot - -RUN cargo build -p polkadot-simnet --release -RUN cp /usr/src/polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin - -# check if executable works in this container -RUN /usr/local/bin/polkadot-simnet --version - - -FROM debian:buster-slim as runtime -RUN apt-get update && \ - apt-get install -y curl tini - -COPY --from=builder /usr/src/polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin -# COPY polkadot-simnet /usr/local/bin -# Non-root user for security purposes. -# -# UIDs below 10,000 are a security risk, as a container breakout could result -# in the container being ran as a more privileged user on the host kernel with -# the same UID. -# -# Static GID/UID is also useful for chown'ing files outside the container where -# such a user does not exist. -RUN groupadd --gid 10001 nonroot && \ - useradd --home-dir /home/nonroot \ - --create-home \ - --shell /bin/bash \ - --gid nonroot \ - --groups nonroot \ - --uid 10000 nonroot -WORKDIR /home/nonroot/polkadot-simnet -# COPY substrate/ /home/nonroot/polkadot-simnet/substrate/ -# COPY polkadot/ /home/nonroot/polkadot-simnet/polkadot/ - -RUN chown -R nonroot. /home/nonroot - -# Use the non-root user to run our application -# Tell run test script that it runs in container -USER nonroot -# check if executable works in this container -RUN /usr/local/bin/polkadot-simnet --version -# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. -ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] - diff --git a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile b/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile deleted file mode 100644 index 4592ad820470..000000000000 --- a/node/test/polkadot-simnet/local-build-with-cargo-chef.Dockerfile +++ /dev/null @@ -1,133 +0,0 @@ -# -### planner -# -FROM rust as planner -WORKDIR /polkadot-simnet -# We only pay the installation cost once, -# it will be cached from the second build onwards -# To ensure a reproducible build consider pinning -# the cargo-chef version with `--version X.X.X` -# https://github.com/LukeMathWalker/cargo-chef -COPY substrate/ /polkadot-simnet -COPY polkadot/ /polkadot-simnet - -WORKDIR /polkadot-simnet/polkadot -RUN cargo install cargo-chef -RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y \ - ca-certificates \ - clang \ - curl \ - cmake \ - libssl1.1 \ - libssl-dev \ - pkg-config - -RUN export PATH="$PATH:$HOME/.cargo/bin" && \ - rustup toolchain install nightly && \ - rustup target add wasm32-unknown-unknown --toolchain nightly && \ - rustup default stable - -RUN cargo chef prepare --recipe-path recipe.json - -# -### cacher -# - -FROM rust as cacher -WORKDIR /polkadot-simnet -COPY substrate/ /polkadot-simnet -COPY polkadot/ /polkadot-simnet -WORKDIR /polkadot-simnet/polkadot - -RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y \ - ca-certificates \ - clang \ - curl \ - cmake \ - libssl1.1 \ - libssl-dev \ - pkg-config - -RUN export PATH="$PATH:$HOME/.cargo/bin" && \ - rustup toolchain install nightly && \ - rustup target add wasm32-unknown-unknown --toolchain nightly && \ - rustup default stable - -RUN cargo install cargo-chef -COPY --from=planner /polkadot-simnet/polkadot/recipe.json recipe.json -ENV RUST_BACKTRACE=full - -RUN export PATH="$PATH:$HOME/.cargo/bin" && \ - rustup toolchain install nightly && \ - rustup target add wasm32-unknown-unknown --toolchain nightly && \ - rustup default stable -RUN cargo chef cook --release --recipe-path recipe.json - -# -### builder -# - -FROM rust as builder -WORKDIR /polkadot-simnet -COPY substrate/ /polkadot-simnet -COPY polkadot/ /polkadot-simnet -# Copy over the cached dependencies -WORKDIR /polkadot-simnet/polkadot -COPY --from=cacher /polkadot-simnet/polkadot/target target -COPY --from=cacher /usr/local/cargo /usr/local/cargo -RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y \ - ca-certificates \ - clang \ - curl \ - cmake \ - libssl1.1 \ - libssl-dev \ - pkg-config - -RUN export PATH="$PATH:$HOME/.cargo/bin" && \ - rustup toolchain install nightly && \ - rustup target add wasm32-unknown-unknown --toolchain nightly && \ - rustup default stable && \ - cargo build -p polkadot-simnet --release - -# -### runtime -# - -# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. -FROM debian:buster-slim as runtime -RUN apt-get update && \ - apt-get install -y curl tini - -# Non-root user for security purposes. -# -# UIDs below 10,000 are a security risk, as a container breakout could result -# in the container being ran as a more privileged user on the host kernel with -# the same UID. -# -# Static GID/UID is also useful for chown'ing files outside the container where -# such a user does not exist. -RUN groupadd --gid 10001 nonroot && \ - useradd --home-dir /home/nonroot \ - --create-home \ - --shell /bin/bash \ - --gid nonroot \ - --groups nonroot \ - --uid 10000 nonroot -WORKDIR /home/nonroot/polkadot-simnet -COPY substrate/ . -COPY polkadot/ . -COPY --from=builder /polkadot-simnet/polkadot/target/release/polkadot-simnet /usr/local/bin -RUN chown -R nonroot. /home/nonroot - -# Use the non-root user to run our application -# Tell run test script that it runs in container -USER nonroot -# check if executable works in this container -RUN /usr/local/bin/polkadot-simnet --version -# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini. -ENTRYPOINT ["tini", "--", "/usr/local/bin/polkadot-simnet"] - diff --git a/node/test/polkadot-simnet/test/src/main.rs b/node/test/polkadot-simnet/test/src/main.rs index eb2900028d3f..ce17db28ada8 100644 --- a/node/test/polkadot-simnet/test/src/main.rs +++ b/node/test/polkadot-simnet/test/src/main.rs @@ -81,6 +81,6 @@ fn main() -> Result<(), Box> { // we're done, drop node. drop(node); - Ok(()) + Ok(()) }) } From 8c3a4863ef6d59c88e75c84d51812c4458f5c21c Mon Sep 17 00:00:00 2001 From: CI system <> Date: Mon, 12 Jul 2021 17:06:51 +0100 Subject: [PATCH 49/53] replace spaces with tabs --- node/test/polkadot-simnet/common/src/lib.rs | 574 ++++++++++---------- node/test/polkadot-simnet/node/src/main.rs | 8 +- 2 files changed, 291 insertions(+), 291 deletions(-) diff --git a/node/test/polkadot-simnet/common/src/lib.rs b/node/test/polkadot-simnet/common/src/lib.rs index 79894c3875e2..fec6e151074f 100644 --- a/node/test/polkadot-simnet/common/src/lib.rs +++ b/node/test/polkadot-simnet/common/src/lib.rs @@ -19,8 +19,8 @@ //! Utilities for End to end runtime tests use test_runner::{ - Node, ChainInfo, SignatureVerificationOverride, task_executor, - build_runtime, client_parts, ConfigOrChainSpec, + Node, ChainInfo, SignatureVerificationOverride, task_executor, + build_runtime, client_parts, ConfigOrChainSpec, }; use grandpa::GrandpaBlockImport; use sc_service::{TFullBackend, TFullClient}; @@ -51,303 +51,303 @@ sc_executor::native_executor_instance!( pub struct PolkadotChainInfo; impl ChainInfo for PolkadotChainInfo { - type Block = Block; - type Executor = Executor; - type Runtime = Runtime; - type RuntimeApi = RuntimeApi; - type SelectChain = SelectChain; - type BlockImport = BlockImport< - Self::Block, - TFullBackend, - TFullClient, - Self::SelectChain, - >; - type SignedExtras = polkadot_runtime::SignedExtra; - type InherentDataProviders = (SlotTimestampProvider, sp_consensus_babe::inherents::InherentDataProvider); - - fn signed_extras(from: ::AccountId) -> Self::SignedExtras { - ( - system::CheckSpecVersion::::new(), - system::CheckTxVersion::::new(), - system::CheckGenesis::::new(), - system::CheckMortality::::from(Era::Immortal), - system::CheckNonce::::from(system::Pallet::::account_nonce(from)), - system::CheckWeight::::new(), - transaction_payment::ChargeTransactionPayment::::from(0), - claims::PrevalidateAttests::::new(), - ) - } + type Block = Block; + type Executor = Executor; + type Runtime = Runtime; + type RuntimeApi = RuntimeApi; + type SelectChain = SelectChain; + type BlockImport = BlockImport< + Self::Block, + TFullBackend, + TFullClient, + Self::SelectChain, + >; + type SignedExtras = polkadot_runtime::SignedExtra; + type InherentDataProviders = (SlotTimestampProvider, sp_consensus_babe::inherents::InherentDataProvider); + + fn signed_extras(from: ::AccountId) -> Self::SignedExtras { + ( + system::CheckSpecVersion::::new(), + system::CheckTxVersion::::new(), + system::CheckGenesis::::new(), + system::CheckMortality::::from(Era::Immortal), + system::CheckNonce::::from(system::Pallet::::account_nonce(from)), + system::CheckWeight::::new(), + transaction_payment::ChargeTransactionPayment::::from(0), + claims::PrevalidateAttests::::new(), + ) + } } /// Dispatch with root origin, via pallet-democracy pub async fn dispatch_with_root(call: impl Into<::Call>, node: &Node) - -> Result<(), Box> - where - T: ChainInfo< - Block = Block, - Executor = Executor, - Runtime = Runtime, - RuntimeApi = RuntimeApi, - SelectChain = SelectChain, - BlockImport = BlockImport< - Block, - TFullBackend, - TFullClient, - SelectChain, - >, - SignedExtras = polkadot_runtime::SignedExtra - > + -> Result<(), Box> + where + T: ChainInfo< + Block=Block, + Executor=Executor, + Runtime=Runtime, + RuntimeApi=RuntimeApi, + SelectChain=SelectChain, + BlockImport=BlockImport< + Block, + TFullBackend, + TFullClient, + SelectChain, + >, + SignedExtras=polkadot_runtime::SignedExtra + > { - type DemocracyCall = democracy::Call; - type CouncilCollectiveEvent = collective::Event::; - type CouncilCollectiveCall = collective::Call; - type TechnicalCollectiveCall = collective::Call; - type TechnicalCollectiveEvent = collective::Event::; - - // here lies a black mirror esque copy of on chain whales. - let whales = vec![ - "1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A", - "15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK", - ] - .into_iter() - .map(|account| AccountId32::from_str(account).unwrap()) - .collect::>(); - - // and these - let (technical_collective, council_collective) = node.with_state(|| ( - collective::Members::::get(), - collective::Members::::get() - )); - - // hash of the proposal in democracy - let proposal_hash = { - // note the call (pre-image?) of the call. - node.submit_extrinsic(DemocracyCall::note_preimage(call.into().encode()), whales[0].clone()).await?; - node.seal_blocks(1).await; - - // fetch proposal hash from event emitted by the runtime - node.events() - .into_iter() - .filter_map(|event| match event.event { - Event::Democracy(democracy::Event::PreimageNoted(proposal_hash, _, _)) => Some(proposal_hash), - _ => None - }) - .next() - .ok_or_else(|| "failed to note pre-image")? - }; - - // submit external_propose call through council collective - { - let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); - let length = external_propose.using_encoded(|x| x.len()) as u32 + 1; - let weight = Weight::MAX / 100_000_000; - let proposal = CouncilCollectiveCall::propose( - council_collective.len() as u32, - Box::new(external_propose.clone().into()), - length - ); - - node.submit_extrinsic(proposal.clone(), council_collective[0].clone()).await?; - node.seal_blocks(1).await; - - // fetch proposal index from event emitted by the runtime - let (index, hash): (u32, H256) = node.events() - .into_iter() - .filter_map(|event| { - match event.event { - Event::Council(CouncilCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), - _ => None - } - }) - .next() - .ok_or_else(|| "failed to execute council::Call::propose(democracy::Call::external_propose_majority)")?; - - // vote - for member in &council_collective[1..] { - let call = CouncilCollectiveCall::vote(hash.clone(), index, true); - node.submit_extrinsic(call, member.clone()).await?; - } - node.seal_blocks(1).await; - - // close vote - let call = CouncilCollectiveCall::close(hash, index, weight, length); - node.submit_extrinsic(call, council_collective[0].clone()).await?; - node.seal_blocks(1).await; - - // assert that proposal has been passed on chain - let events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::Council(CouncilCollectiveEvent::Closed(_, _, _)) | - Event::Council(CouncilCollectiveEvent::Approved(_,)) | - Event::Council(CouncilCollectiveEvent::Executed(_, Ok(()))) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all 3 events are in state - assert_eq!(events.len(), 3); - } - - // next technical collective must fast track the proposal. - { - let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); - let weight = Weight::MAX / 100_000_000; - let length = fast_track.using_encoded(|x| x.len()) as u32 + 1; - let proposal = TechnicalCollectiveCall::propose( - technical_collective.len() as u32, - Box::new(fast_track.into()), - length - ); - - node.submit_extrinsic(proposal, technical_collective[0].clone()).await?; - node.seal_blocks(1).await; - - let (index, hash) = node.events() - .into_iter() - .filter_map(|event| { - match event.event { - Event::TechnicalCommittee(TechnicalCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), - _ => None - } - }) - .next() - .ok_or_else(|| "failed to execute council::Call::propose(democracy::Call::fast_track))")?; - - // vote - for member in &technical_collective[1..] { - let call = TechnicalCollectiveCall::vote(hash.clone(), index, true); - node.submit_extrinsic(call, member.clone()).await?; - } - node.seal_blocks(1).await; - - // close vote - let call = TechnicalCollectiveCall::close(hash, index, weight, length); - node.submit_extrinsic(call, technical_collective[0].clone()).await?; - node.seal_blocks(1).await; - - // assert that fast-track proposal has been passed on chain - let events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::TechnicalCommittee(TechnicalCollectiveEvent::Closed(_, _, _)) | - Event::TechnicalCommittee(TechnicalCollectiveEvent::Approved(_)) | - Event::TechnicalCommittee(TechnicalCollectiveEvent::Executed(_, Ok(()))) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all 3 events are in state - assert_eq!(events.len(), 3); - } - - // now runtime upgrade proposal is a fast-tracked referendum we can vote for. - let referendum_index = node.events() - .into_iter() - .filter_map(|event| match event.event { - Event::Democracy(democracy::Event::::Started(index, _)) => Some(index), - _ => None, - }) - .next() - .ok_or_else(|| "failed to execute council::Call::close")?; - let call = DemocracyCall::vote( - referendum_index, - AccountVote::Standard { - vote: Vote { aye: true, conviction: Conviction::Locked1x }, - // 10 DOTS - balance: 10_000_000_000_000 - } - ); - for whale in whales { - node.submit_extrinsic(call.clone(), whale).await?; - } - - // wait for fast track period. - node.seal_blocks(FastTrackVotingPeriod::get() as usize).await; - - // assert that the proposal is passed by looking at events - let events = node.events() - .into_iter() - .filter(|event| { - match event.event { - Event::Democracy(democracy::Event::Passed(_)) | - Event::Democracy(democracy::Event::PreimageUsed(_, _, _)) | - Event::Democracy(democracy::Event::Executed(_, true)) => true, - _ => false, - } - }) - .collect::>(); - - // make sure all events were emitted - assert_eq!(events.len(), 3); - Ok(()) + type DemocracyCall = democracy::Call; + type CouncilCollectiveEvent = collective::Event::; + type CouncilCollectiveCall = collective::Call; + type TechnicalCollectiveCall = collective::Call; + type TechnicalCollectiveEvent = collective::Event::; + + // here lies a black mirror esque copy of on chain whales. + let whales = vec![ + "1rvXMZpAj9nKLQkPFCymyH7Fg3ZyKJhJbrc7UtHbTVhJm1A", + "15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK", + ] + .into_iter() + .map(|account| AccountId32::from_str(account).unwrap()) + .collect::>(); + + // and these + let (technical_collective, council_collective) = node.with_state(|| ( + collective::Members::::get(), + collective::Members::::get() + )); + + // hash of the proposal in democracy + let proposal_hash = { + // note the call (pre-image?) of the call. + node.submit_extrinsic(DemocracyCall::note_preimage(call.into().encode()), whales[0].clone()).await?; + node.seal_blocks(1).await; + + // fetch proposal hash from event emitted by the runtime + node.events() + .into_iter() + .filter_map(|event| match event.event { + Event::Democracy(democracy::Event::PreimageNoted(proposal_hash, _, _)) => Some(proposal_hash), + _ => None + }) + .next() + .ok_or_else(|| "failed to note pre-image")? + }; + + // submit external_propose call through council collective + { + let external_propose = DemocracyCall::external_propose_majority(proposal_hash.clone().into()); + let length = external_propose.using_encoded(|x| x.len()) as u32 + 1; + let weight = Weight::MAX / 100_000_000; + let proposal = CouncilCollectiveCall::propose( + council_collective.len() as u32, + Box::new(external_propose.clone().into()), + length, + ); + + node.submit_extrinsic(proposal.clone(), council_collective[0].clone()).await?; + node.seal_blocks(1).await; + + // fetch proposal index from event emitted by the runtime + let (index, hash): (u32, H256) = node.events() + .into_iter() + .filter_map(|event| { + match event.event { + Event::Council(CouncilCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), + _ => None + } + }) + .next() + .ok_or_else(|| "failed to execute council::Call::propose(democracy::Call::external_propose_majority)")?; + + // vote + for member in &council_collective[1..] { + let call = CouncilCollectiveCall::vote(hash.clone(), index, true); + node.submit_extrinsic(call, member.clone()).await?; + } + node.seal_blocks(1).await; + + // close vote + let call = CouncilCollectiveCall::close(hash, index, weight, length); + node.submit_extrinsic(call, council_collective[0].clone()).await?; + node.seal_blocks(1).await; + + // assert that proposal has been passed on chain + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::Council(CouncilCollectiveEvent::Closed(_, _, _)) | + Event::Council(CouncilCollectiveEvent::Approved(_, )) | + Event::Council(CouncilCollectiveEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(events.len(), 3); + } + + // next technical collective must fast track the proposal. + { + let fast_track = DemocracyCall::fast_track(proposal_hash.into(), FastTrackVotingPeriod::get(), 0); + let weight = Weight::MAX / 100_000_000; + let length = fast_track.using_encoded(|x| x.len()) as u32 + 1; + let proposal = TechnicalCollectiveCall::propose( + technical_collective.len() as u32, + Box::new(fast_track.into()), + length, + ); + + node.submit_extrinsic(proposal, technical_collective[0].clone()).await?; + node.seal_blocks(1).await; + + let (index, hash) = node.events() + .into_iter() + .filter_map(|event| { + match event.event { + Event::TechnicalCommittee(TechnicalCollectiveEvent::Proposed(_, index, hash, _)) => Some((index, hash)), + _ => None + } + }) + .next() + .ok_or_else(|| "failed to execute council::Call::propose(democracy::Call::fast_track))")?; + + // vote + for member in &technical_collective[1..] { + let call = TechnicalCollectiveCall::vote(hash.clone(), index, true); + node.submit_extrinsic(call, member.clone()).await?; + } + node.seal_blocks(1).await; + + // close vote + let call = TechnicalCollectiveCall::close(hash, index, weight, length); + node.submit_extrinsic(call, technical_collective[0].clone()).await?; + node.seal_blocks(1).await; + + // assert that fast-track proposal has been passed on chain + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::TechnicalCommittee(TechnicalCollectiveEvent::Closed(_, _, _)) | + Event::TechnicalCommittee(TechnicalCollectiveEvent::Approved(_)) | + Event::TechnicalCommittee(TechnicalCollectiveEvent::Executed(_, Ok(()))) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all 3 events are in state + assert_eq!(events.len(), 3); + } + + // now runtime upgrade proposal is a fast-tracked referendum we can vote for. + let referendum_index = node.events() + .into_iter() + .filter_map(|event| match event.event { + Event::Democracy(democracy::Event::::Started(index, _)) => Some(index), + _ => None, + }) + .next() + .ok_or_else(|| "failed to execute council::Call::close")?; + let call = DemocracyCall::vote( + referendum_index, + AccountVote::Standard { + vote: Vote { aye: true, conviction: Conviction::Locked1x }, + // 10 DOTS + balance: 10_000_000_000_000, + }, + ); + for whale in whales { + node.submit_extrinsic(call.clone(), whale).await?; + } + + // wait for fast track period. + node.seal_blocks(FastTrackVotingPeriod::get() as usize).await; + + // assert that the proposal is passed by looking at events + let events = node.events() + .into_iter() + .filter(|event| { + match event.event { + Event::Democracy(democracy::Event::Passed(_)) | + Event::Democracy(democracy::Event::PreimageUsed(_, _, _)) | + Event::Democracy(democracy::Event::Executed(_, true)) => true, + _ => false, + } + }) + .collect::>(); + + // make sure all events were emitted + assert_eq!(events.len(), 3); + Ok(()) } /// Runs the test-runner as a binary. pub fn run(callback: F) -> Result<(), Box> - where - F: FnOnce(Node) -> Fut, - Fut: Future>>, + where + F: FnOnce(Node) -> Fut, + Fut: Future>>, { - use structopt::StructOpt; - use sc_cli::{CliConfiguration, SubstrateCli}; - - let mut tokio_runtime = build_runtime()?; - let task_executor = task_executor(tokio_runtime.handle().clone()); - // parse cli args - let cmd = ::from_args(); - // set up logging - let filters = cmd.run.base.log_filters()?; - let logger = sc_tracing::logging::LoggerBuilder::new(filters); - logger.init()?; - - // set up the test-runner - let config = cmd.create_configuration(&cmd.run.base, task_executor)?; - sc_cli::print_node_infos::(&config); - let (rpc, task_manager, client, pool, command_sink, backend) = - client_parts::(ConfigOrChainSpec::Config(config))?; - let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); - - // hand off node. - tokio_runtime.block_on(callback(node))?; - - Ok(()) + use structopt::StructOpt; + use sc_cli::{CliConfiguration, SubstrateCli}; + + let mut tokio_runtime = build_runtime()?; + let task_executor = task_executor(tokio_runtime.handle().clone()); + // parse cli args + let cmd = ::from_args(); + // set up logging + let filters = cmd.run.base.log_filters()?; + let logger = sc_tracing::logging::LoggerBuilder::new(filters); + logger.init()?; + + // set up the test-runner + let config = cmd.create_configuration(&cmd.run.base, task_executor)?; + sc_cli::print_node_infos::(&config); + let (rpc, task_manager, client, pool, command_sink, backend) = + client_parts::(ConfigOrChainSpec::Config(config))?; + let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); + + // hand off node. + tokio_runtime.block_on(callback(node))?; + + Ok(()) } #[cfg(test)] mod tests { - use super::*; - use sp_keyring::sr25519::Keyring::Alice; - use sp_runtime::{MultiSigner, traits::IdentifyAccount}; - use polkadot_service::chain_spec::polkadot_development_config; - - #[test] - fn test_runner() { - let mut runtime = build_runtime().unwrap(); - let task_executor = task_executor(runtime.handle().clone()); - let (rpc,task_manager, client, pool, command_sink, backend) = - client_parts::( - ConfigOrChainSpec::ChainSpec(Box::new(polkadot_development_config().unwrap()), task_executor) - ).unwrap(); - let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); - - runtime.block_on(async { - // seals blocks - node.seal_blocks(1).await; - // submit extrinsics - let alice = MultiSigner::from(Alice.public()).into_account(); - node.submit_extrinsic(system::Call::remark((b"hello world").to_vec()), alice) - .await - .unwrap(); - - // look ma, I can read state. - let _events = node.with_state(|| system::Pallet::::events()); - // get access to the underlying client. - let _client = node.client(); - }); - } + use super::*; + use sp_keyring::sr25519::Keyring::Alice; + use sp_runtime::{MultiSigner, traits::IdentifyAccount}; + use polkadot_service::chain_spec::polkadot_development_config; + + #[test] + fn test_runner() { + let mut runtime = build_runtime().unwrap(); + let task_executor = task_executor(runtime.handle().clone()); + let (rpc, task_manager, client, pool, command_sink, backend) = + client_parts::( + ConfigOrChainSpec::ChainSpec(Box::new(polkadot_development_config().unwrap()), task_executor) + ).unwrap(); + let node = Node::::new(rpc, task_manager, client, pool, command_sink, backend); + + runtime.block_on(async { + // seals blocks + node.seal_blocks(1).await; + // submit extrinsics + let alice = MultiSigner::from(Alice.public()).into_account(); + node.submit_extrinsic(system::Call::remark((b"hello world").to_vec()), alice) + .await + .unwrap(); + + // look ma, I can read state. + let _events = node.with_state(|| system::Pallet::::events()); + // get access to the underlying client. + let _client = node.client(); + }); + } } diff --git a/node/test/polkadot-simnet/node/src/main.rs b/node/test/polkadot-simnet/node/src/main.rs index f260373b8190..807c37d038e6 100644 --- a/node/test/polkadot-simnet/node/src/main.rs +++ b/node/test/polkadot-simnet/node/src/main.rs @@ -23,8 +23,8 @@ use std::error::Error; fn main() -> Result<(), Box> { - polkadot_simnet::run(|node| async { - node.until_shutdown().await; - Ok(()) - }) + polkadot_simnet::run(|node| async { + node.until_shutdown().await; + Ok(()) + }) } From 5d4c88c4f4826795166064fd66f96f37e0baf454 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Mon, 12 Jul 2021 17:11:22 +0100 Subject: [PATCH 50/53] Update runtime/polkadot/src/lib.rs Co-authored-by: Andronik Ordian --- runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index bce5b27553c3..ec50f69eba2c 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -96,7 +96,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, spec_version: 9090, - impl_version: 1, + impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] From df9b660a38ef05318debe361ef41b176d78bcc22 Mon Sep 17 00:00:00 2001 From: CI system <> Date: Mon, 12 Jul 2021 17:33:14 +0100 Subject: [PATCH 51/53] ... --- Cargo.lock | 625 +++++++++++++++++++++++++++-------------------------- 1 file changed, 313 insertions(+), 312 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32c235d271b1..7af52226688f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,9 +131,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.41" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" +checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" [[package]] name = "approx" @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" dependencies = [ "beefy-primitives", "fnv", @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" dependencies = [ "parity-scale-codec", "sp-api", @@ -961,9 +961,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" +checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" dependencies = [ "jobserver", ] @@ -1978,7 +1978,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", ] @@ -1995,8 +1995,8 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -2014,8 +2014,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "Inflector", "chrono", @@ -2038,8 +2038,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -2051,8 +2051,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -2066,8 +2066,8 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "14.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "serde", @@ -2077,8 +2077,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "bitflags", "frame-metadata", @@ -2103,8 +2103,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2115,8 +2115,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2128,7 +2128,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro2", "quote", @@ -2138,7 +2138,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-metadata", "frame-support", @@ -2157,8 +2157,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2174,8 +2174,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -2188,8 +2188,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -2197,8 +2197,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "parity-scale-codec", @@ -2988,9 +2988,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" +checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d" dependencies = [ "cfg-if 1.0.0", ] @@ -4593,8 +4593,8 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-authority-discovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -4608,8 +4608,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -4622,8 +4622,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4645,8 +4645,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4660,7 +4660,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#8f651f02c2b4c1109b661ce4f20eaced86f678da" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" dependencies = [ "beefy-primitives", "frame-support", @@ -4674,8 +4674,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4752,8 +4752,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4768,8 +4768,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4783,8 +4783,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4804,8 +4804,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4821,8 +4821,8 @@ dependencies = [ [[package]] name = "pallet-gilt" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4835,8 +4835,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4857,8 +4857,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4872,8 +4872,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4891,8 +4891,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4907,8 +4907,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4922,8 +4922,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4939,8 +4939,8 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4973,8 +4973,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4988,8 +4988,8 @@ dependencies = [ [[package]] name = "pallet-nicks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5001,8 +5001,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5017,8 +5017,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5039,8 +5039,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5054,8 +5054,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "enumflags2", "frame-support", @@ -5068,8 +5068,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5083,8 +5083,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5103,8 +5103,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5119,8 +5119,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5132,8 +5132,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5156,8 +5156,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5167,8 +5167,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "sp-arithmetic", @@ -5176,8 +5176,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5189,8 +5189,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5207,8 +5207,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5222,8 +5222,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5238,8 +5238,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5255,8 +5255,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5266,8 +5266,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5282,8 +5282,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5297,8 +5297,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7748,8 +7748,8 @@ dependencies = [ [[package]] name = "remote-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "env_logger 0.8.4", "hex", @@ -8043,8 +8043,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "sp-core", @@ -8054,8 +8054,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8083,8 +8083,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8106,8 +8106,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8122,8 +8122,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8142,8 +8142,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8153,8 +8153,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "chrono", "fdlimit", @@ -8191,8 +8191,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "fnv", @@ -8225,8 +8225,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "blake2-rfc", "hash-db", @@ -8255,8 +8255,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8268,8 +8268,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8314,8 +8314,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -8338,8 +8338,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8351,8 +8351,8 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "assert_matches", "async-trait", @@ -8386,8 +8386,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures 0.3.15", @@ -8414,8 +8414,8 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "sc-client-api", "sp-authorship", @@ -8425,8 +8425,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "lazy_static", @@ -8454,8 +8454,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "parity-scale-codec", @@ -8471,8 +8471,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "parity-scale-codec", @@ -8486,8 +8486,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8506,8 +8506,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8547,8 +8547,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "finality-grandpa", @@ -8571,8 +8571,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -8592,8 +8592,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8610,8 +8610,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8630,8 +8630,8 @@ dependencies = [ [[package]] name = "sc-light" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "lazy_static", @@ -8649,8 +8649,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-std", "async-trait", @@ -8702,8 +8702,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8719,8 +8719,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "bytes 0.5.6", "fnv", @@ -8747,8 +8747,8 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "libp2p", @@ -8761,7 +8761,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8769,8 +8769,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "hash-db", @@ -8804,8 +8804,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -8829,8 +8829,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.1.31", "jsonrpc-core", @@ -8847,8 +8847,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "directories", @@ -8914,8 +8914,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "parity-scale-codec", @@ -8929,8 +8929,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8949,8 +8949,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "chrono", "futures 0.3.15", @@ -8969,8 +8969,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9006,8 +9006,8 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9017,8 +9017,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -9046,8 +9046,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -9486,8 +9486,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "log", @@ -9503,8 +9503,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9515,8 +9515,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "serde", @@ -9527,8 +9527,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "integer-sqrt", "num-traits", @@ -9541,8 +9541,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -9553,8 +9553,8 @@ dependencies = [ [[package]] name = "sp-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "parity-scale-codec", @@ -9565,8 +9565,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -9577,8 +9577,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "log", @@ -9595,8 +9595,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures 0.3.15", @@ -9622,8 +9622,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "merlin", @@ -9644,8 +9644,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9654,8 +9654,8 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9666,8 +9666,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "base58", "blake2-rfc", @@ -9710,8 +9710,8 @@ dependencies = [ [[package]] name = "sp-database" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9720,7 +9720,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro2", "quote", @@ -9729,8 +9729,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "environmental", "parity-scale-codec", @@ -9740,8 +9740,8 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "finality-grandpa", "log", @@ -9757,8 +9757,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9771,8 +9771,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "hash-db", @@ -9796,8 +9796,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "lazy_static", "sp-core", @@ -9807,8 +9807,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -9824,8 +9824,8 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ruzstd", "zstd", @@ -9833,8 +9833,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "serde", @@ -9846,8 +9846,8 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9857,8 +9857,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "sp-api", "sp-core", @@ -9868,15 +9868,15 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "backtrace", ] [[package]] name = "sp-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "rustc-hash", "serde", @@ -9886,8 +9886,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "either", "hash256-std-hasher", @@ -9907,8 +9907,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9924,8 +9924,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9937,7 +9937,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "serde", "serde_json", @@ -9945,8 +9945,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -9958,8 +9958,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9968,8 +9968,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "log", @@ -9991,13 +9991,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" [[package]] name = "sp-storage" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10009,8 +10009,8 @@ dependencies = [ [[package]] name = "sp-tasks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "sp-core", @@ -10022,8 +10022,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10039,8 +10039,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "erased-serde", "log", @@ -10057,8 +10057,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "sp-api", "sp-runtime", @@ -10066,8 +10066,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "log", @@ -10081,8 +10081,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "memory-db", @@ -10095,8 +10095,8 @@ dependencies = [ [[package]] name = "sp-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "futures-core", @@ -10107,8 +10107,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10122,8 +10122,8 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10134,8 +10134,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10322,8 +10322,8 @@ dependencies = [ [[package]] name = "substrate-browser-utils" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "chrono", "console_error_panic_hook", @@ -10349,15 +10349,15 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "platforms", ] [[package]] name = "substrate-frame-rpc-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10380,7 +10380,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-std", "derive_more", @@ -10394,7 +10394,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures 0.1.31", @@ -10422,8 +10422,8 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -10432,8 +10432,8 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10442,8 +10442,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10481,9 +10481,9 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" +checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa" dependencies = [ "proc-macro2", "quote", @@ -10594,18 +10594,21 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#279369e7e4b580e9cbc48c6cbae6ccd8f13825ae" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ - "env_logger 0.7.1", "frame-system", "futures 0.3.15", "jsonrpc-core", "log", + "num-traits", "sc-basic-authorship", "sc-cli", "sc-client-api", + "sc-consensus", + "sc-consensus-babe", "sc-consensus-manual-seal", "sc-executor", + "sc-finality-grandpa", "sc-informant", "sc-network", "sc-rpc", @@ -10617,10 +10620,10 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", + "sp-consensus-babe", "sp-core", "sp-externalities", "sp-inherents", - "sp-io", "sp-keyring", "sp-keystore", "sp-offchain", @@ -10784,7 +10787,6 @@ dependencies = [ "libc", "memchr", "mio", - "mio-named-pipes", "mio-uds", "num_cpus", "pin-project-lite 0.1.12", @@ -11225,8 +11227,8 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-try-runtime", "log", @@ -11242,7 +11244,6 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-externalities", - "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", From 52ff9656c3c80cea07ced2c43f758845a1f8b460 Mon Sep 17 00:00:00 2001 From: CI system <> Date: Mon, 12 Jul 2021 17:51:09 +0100 Subject: [PATCH 52/53] revert Cargo.lock --- Cargo.lock | 2203 +++++++++++++++++++++++++--------------------------- 1 file changed, 1060 insertions(+), 1143 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7af52226688f..8e6bdbdb1a5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -12,18 +14,27 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.15.2" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" +dependencies = [ + "gimli 0.23.0", +] + +[[package]] +name = "addr2line" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a" +checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a" dependencies = [ - "gimli", + "gimli 0.24.0", ] [[package]] name = "adler" -version = "1.0.2" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10" [[package]] name = "aead" @@ -36,9 +47,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.5.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6" +checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5" dependencies = [ "aes-soft", "aesni", @@ -47,43 +58,43 @@ dependencies = [ [[package]] name = "aes-gcm" -version = "0.7.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f" +checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1" dependencies = [ "aead", "aes", "block-cipher", "ghash", - "subtle 2.4.0", + "subtle 2.2.3", ] [[package]] name = "aes-soft" -version = "0.5.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6" +checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7" dependencies = [ "block-cipher", "byteorder", - "opaque-debug 0.3.0", + "opaque-debug 0.2.3", ] [[package]] name = "aesni" -version = "0.8.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a" +checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264" dependencies = [ "block-cipher", - "opaque-debug 0.3.0", + "opaque-debug 0.2.3", ] [[package]] name = "ahash" -version = "0.4.7" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" +checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c" [[package]] name = "ahash" @@ -91,16 +102,16 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" dependencies = [ - "getrandom 0.2.3", + "getrandom 0.2.1", "once_cell", "version_check", ] [[package]] name = "aho-corasick" -version = "0.7.18" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" +checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" dependencies = [ "memchr", ] @@ -131,9 +142,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.42" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" +checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" [[package]] name = "approx" @@ -144,6 +155,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "arc-swap" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" + [[package]] name = "arrayref" version = "0.3.6" @@ -167,9 +184,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arrayvec" -version = "0.7.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd" +checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7" [[package]] name = "asn1_der" @@ -179,11 +196,10 @@ checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3" [[package]] name = "assert_cmd" -version = "1.0.7" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d20831bd004dda4c7c372c19cdabff369f794a95e955b3f13fe460e3e1ae95f" +checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e" dependencies = [ - "bstr", "doc-comment", "predicates", "predicates-core", @@ -209,9 +225,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "1.6.1" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" +checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9" dependencies = [ "concurrent-queue", "event-listener", @@ -250,19 +266,20 @@ dependencies = [ [[package]] name = "async-io" -version = "1.6.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" +checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd" dependencies = [ "concurrent-queue", + "fastrand", "futures-lite", "libc", "log", + "nb-connect", "once_cell", "parking", "polling", - "slab", - "socket2 0.4.0", + "vec-arena", "waker-fn", "winapi 0.3.9", ] @@ -287,16 +304,15 @@ dependencies = [ [[package]] name = "async-process" -version = "1.1.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac" +checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda" dependencies = [ "async-io", "blocking", - "cfg-if 1.0.0", + "cfg-if 0.1.10", "event-listener", "futures-lite", - "libc", "once_cell", "signal-hook", "winapi 0.3.9", @@ -314,7 +330,7 @@ dependencies = [ "async-io", "async-lock", "async-process", - "crossbeam-utils 0.8.5", + "crossbeam-utils 0.8.1", "futures-channel", "futures-core", "futures-io", @@ -325,7 +341,7 @@ dependencies = [ "memchr", "num_cpus", "once_cell", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.4", "pin-utils", "slab", "wasm-bindgen-futures", @@ -333,9 +349,9 @@ dependencies = [ [[package]] name = "async-std-resolver" -version = "0.20.3" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638" +checksum = "f665c56111e244fe38e7708ee10948a4356ad6a548997c21f5a63a0f4e0edc4d" dependencies = [ "async-std", "async-trait", @@ -372,7 +388,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.4", ] [[package]] @@ -385,7 +401,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.4", ] [[package]] @@ -416,22 +432,21 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.0.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" +checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" [[package]] name = "backtrace" -version = "0.3.60" +version = "0.3.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282" +checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc" dependencies = [ - "addr2line", - "cc", + "addr2line 0.14.1", "cfg-if 1.0.0", "libc", "miniz_oxide", - "object 0.25.3", + "object 0.23.0", "rustc-demangle", ] @@ -447,6 +462,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" +[[package]] +name = "base64" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" + [[package]] name = "base64" version = "0.12.3" @@ -471,7 +492,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "beefy-primitives", "fnv", @@ -500,7 +521,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -521,7 +542,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "parity-scale-codec", "sp-api", @@ -533,10 +554,11 @@ dependencies = [ [[package]] name = "bincode" -version = "1.3.3" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" +checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" dependencies = [ + "byteorder", "serde", ] @@ -567,9 +589,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bitvec" -version = "0.20.4" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" +checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d" dependencies = [ "funty", "radium", @@ -579,13 +601,15 @@ dependencies = [ [[package]] name = "blake2" -version = "0.9.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4" +checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471" dependencies = [ + "byte-tools", + "byteorder", "crypto-mac 0.8.0", "digest 0.9.0", - "opaque-debug 0.3.0", + "opaque-debug 0.2.3", ] [[package]] @@ -600,9 +624,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "0.5.11" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" +checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" dependencies = [ "arrayref", "arrayvec 0.5.2", @@ -622,9 +646,9 @@ dependencies = [ [[package]] name = "blake3" -version = "0.3.8" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" +checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f" dependencies = [ "arrayref", "arrayvec 0.5.2", @@ -644,7 +668,7 @@ dependencies = [ "block-padding 0.1.5", "byte-tools", "byteorder", - "generic-array 0.12.4", + "generic-array 0.12.3", ] [[package]] @@ -659,9 +683,9 @@ dependencies = [ [[package]] name = "block-cipher" -version = "0.8.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80" +checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10" dependencies = [ "generic-array 0.14.4", ] @@ -856,13 +880,11 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "0.2.16" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279" +checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" dependencies = [ - "lazy_static", "memchr", - "regex-automata", ] [[package]] @@ -876,9 +898,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.7.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" +checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" [[package]] name = "byte-slice-cast" @@ -894,9 +916,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byteorder" -version = "1.4.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "bytes" @@ -961,9 +983,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.69" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" +checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" dependencies = [ "jobserver", ] @@ -997,9 +1019,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chacha20" -version = "0.5.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845" +checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58" dependencies = [ "stream-cipher", "zeroize", @@ -1007,9 +1029,9 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.6.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5" +checksum = "18b0c90556d8e3fec7cf18d84a2f53d27b21288f2fe481b830fadcf809e48205" dependencies = [ "aead", "chacha20", @@ -1035,9 +1057,9 @@ dependencies = [ [[package]] name = "cid" -version = "0.6.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768" +checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e" dependencies = [ "multibase", "multihash", @@ -1097,6 +1119,15 @@ dependencies = [ "bitflags", ] +[[package]] +name = "cloudabi" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" +dependencies = [ + "bitflags", +] + [[package]] name = "color-eyre" version = "0.5.11" @@ -1175,27 +1206,28 @@ checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] name = "cpp_demangle" -version = "0.3.3" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a" +checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390" dependencies = [ "cfg-if 1.0.0", + "glob", ] [[package]] name = "cpufeatures" -version = "0.1.5" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" +checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" dependencies = [ "libc", ] [[package]] name = "cpuid-bool" -version = "0.2.0" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" +checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4" [[package]] name = "cranelift-bforest" @@ -1216,7 +1248,7 @@ dependencies = [ "cranelift-codegen-meta", "cranelift-codegen-shared", "cranelift-entity", - "gimli", + "gimli 0.24.0", "log", "regalloc", "serde", @@ -1283,7 +1315,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", - "itertools 0.10.1", + "itertools 0.10.0", "log", "serde", "smallvec 1.6.1", @@ -1293,21 +1325,11 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" -dependencies = [ - "cfg-if 1.0.0", -] - -[[package]] -name = "crossbeam-channel" -version = "0.5.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" +checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" dependencies = [ - "cfg-if 1.0.0", - "crossbeam-utils 0.8.5", + "cfg-if 0.1.10", ] [[package]] @@ -1316,22 +1338,11 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" dependencies = [ - "crossbeam-epoch 0.8.2", + "crossbeam-epoch", "crossbeam-utils 0.7.2", "maybe-uninit", ] -[[package]] -name = "crossbeam-deque" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" -dependencies = [ - "cfg-if 1.0.0", - "crossbeam-epoch 0.9.5", - "crossbeam-utils 0.8.5", -] - [[package]] name = "crossbeam-epoch" version = "0.8.2" @@ -1343,20 +1354,7 @@ dependencies = [ "crossbeam-utils 0.7.2", "lazy_static", "maybe-uninit", - "memoffset 0.5.6", - "scopeguard", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" -dependencies = [ - "cfg-if 1.0.0", - "crossbeam-utils 0.8.5", - "lazy_static", - "memoffset 0.6.4", + "memoffset 0.5.5", "scopeguard", ] @@ -1384,10 +1382,11 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.5" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" +checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" dependencies = [ + "autocfg", "cfg-if 1.0.0", "lazy_static", ] @@ -1404,7 +1403,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" dependencies = [ - "generic-array 0.12.4", + "generic-array 0.12.3", "subtle 1.0.0", ] @@ -1415,7 +1414,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.4", - "subtle 2.4.0", + "subtle 2.2.3", ] [[package]] @@ -1429,9 +1428,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.20" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d" +checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" dependencies = [ "quote", "syn", @@ -1450,27 +1449,27 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "2.1.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8" +checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5" dependencies = [ "byteorder", "digest 0.8.1", "rand_core 0.5.1", - "subtle 2.4.0", + "subtle 2.2.3", "zeroize", ] [[package]] name = "curve25519-dalek" -version = "3.1.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3" +checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307" dependencies = [ "byteorder", "digest 0.9.0", "rand_core 0.5.1", - "subtle 2.4.0", + "subtle 2.2.3", "zeroize", ] @@ -1482,9 +1481,9 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "data-encoding-macro" -version = "0.1.12" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca" +checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -1492,9 +1491,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.10" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db" +checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a" dependencies = [ "data-encoding", "syn", @@ -1513,14 +1512,13 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.16" +version = "0.99.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" +checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320" dependencies = [ "convert_case", "proc-macro2", "quote", - "rustc_version 0.3.3", "syn", ] @@ -1536,19 +1534,13 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" -[[package]] -name = "difflib" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" - [[package]] name = "digest" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" dependencies = [ - "generic-array 0.12.4", + "generic-array 0.12.3", ] [[package]] @@ -1562,9 +1554,9 @@ dependencies = [ [[package]] name = "directories" -version = "3.0.2" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7" +checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f" dependencies = [ "dirs-sys", ] @@ -1581,12 +1573,12 @@ dependencies = [ [[package]] name = "dirs-sys" -version = "0.3.6" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" +checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" dependencies = [ "libc", - "redox_users", + "redox_users 0.3.4", "winapi 0.3.9", ] @@ -1597,7 +1589,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ "libc", - "redox_users", + "redox_users 0.4.0", "winapi 0.3.9", ] @@ -1655,15 +1647,15 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.4" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf" +checksum = "4c53dc3a653e0f64081026e4bf048d48fec9fce90c66e8326ca7292df0ff2d82" [[package]] name = "ed25519" -version = "1.1.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d0860415b12243916284c67a9be413e044ee6668247b99ba26d94b2bc06c8f6" +checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc" dependencies = [ "signature", ] @@ -1674,19 +1666,19 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ - "curve25519-dalek 3.1.0", + "curve25519-dalek 3.0.0", "ed25519", "rand 0.7.3", "serde", - "sha2 0.9.5", + "sha2 0.9.2", "zeroize", ] [[package]] name = "either" -version = "1.6.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" +checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" [[package]] name = "enum-as-inner" @@ -1751,7 +1743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" dependencies = [ "atty", - "humantime 2.1.0", + "humantime 2.0.1", "log", "regex", "termcolor", @@ -1765,18 +1757,18 @@ checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797" [[package]] name = "erased-serde" -version = "0.3.16" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa" +checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38" dependencies = [ "serde", ] [[package]] name = "errno" -version = "0.2.7" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" +checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371" dependencies = [ "errno-dragonfly", "libc", @@ -1837,9 +1829,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.5" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221239d1d5ea86bf5d6f91c9d6bc3646ffe471b08ff9b0f91c44f115ac969d2b" +checksum = "534ce924bff9118be8b28b24ede6bf7e96a00b53e4ded25050aa7b526e051e1a" dependencies = [ "indenter", "once_cell", @@ -1881,9 +1873,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fastrand" -version = "1.4.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb" +checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3" dependencies = [ "instant", ] @@ -1915,9 +1907,9 @@ dependencies = [ [[package]] name = "file-per-thread-logger" -version = "0.1.4" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126" +checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1" dependencies = [ "env_logger 0.7.1", "log", @@ -1958,11 +1950,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "flate2" -version = "1.0.20" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0" +checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "crc32fast", "libc", "libz-sys", @@ -1978,16 +1970,16 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", ] [[package]] name = "form_urlencoded" -version = "1.0.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" +checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" dependencies = [ "matches", "percent-encoding 2.1.0", @@ -1995,8 +1987,8 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.1.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -2014,8 +2006,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "Inflector", "chrono", @@ -2038,8 +2030,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -2051,8 +2043,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -2066,8 +2058,8 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "13.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "serde", @@ -2077,8 +2069,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "bitflags", "frame-metadata", @@ -2103,8 +2095,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2115,8 +2107,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2128,7 +2120,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "proc-macro2", "quote", @@ -2138,7 +2130,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-metadata", "frame-support", @@ -2157,8 +2149,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2174,8 +2166,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -2188,8 +2180,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "sp-api", @@ -2197,8 +2189,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "parity-scale-codec", @@ -2209,9 +2201,9 @@ dependencies = [ [[package]] name = "fs-err" -version = "2.6.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0" +checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431" [[package]] name = "fs-swap" @@ -2237,9 +2229,9 @@ dependencies = [ [[package]] name = "fs_extra" -version = "1.2.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" +checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" [[package]] name = "fuchsia-cprng" @@ -2271,9 +2263,9 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "futures" -version = "0.1.31" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" +checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" [[package]] name = "futures" @@ -2312,7 +2304,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" dependencies = [ - "futures 0.1.31", + "futures 0.1.29", "num_cpus", ] @@ -2336,16 +2328,16 @@ checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" [[package]] name = "futures-lite" -version = "1.12.0" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" +checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb" dependencies = [ "fastrand", "futures-core", "futures-io", "memchr", "parking", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.4", "waker-fn", ] @@ -2408,7 +2400,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" dependencies = [ "autocfg", - "futures 0.1.31", + "futures 0.1.29", "futures-channel", "futures-core", "futures-io", @@ -2416,7 +2408,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.4", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -2429,11 +2421,24 @@ version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" +[[package]] +name = "generator" +version = "0.6.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc" +dependencies = [ + "cc", + "libc", + "log", + "rustc_version", + "winapi 0.3.9", +] + [[package]] name = "generic-array" -version = "0.12.4" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" +checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" dependencies = [ "typenum", ] @@ -2450,12 +2455,11 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.1.16" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" +checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" dependencies = [ - "cfg-if 1.0.0", - "js-sys", + "cfg-if 0.1.10", "libc", "wasi 0.9.0+wasi-snapshot-preview1", "wasm-bindgen", @@ -2463,9 +2467,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.3" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" +checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2476,14 +2480,19 @@ dependencies = [ [[package]] name = "ghash" -version = "0.3.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" +checksum = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531" dependencies = [ - "opaque-debug 0.3.0", "polyval", ] +[[package]] +name = "gimli" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" + [[package]] name = "gimli" version = "0.24.0" @@ -2503,9 +2512,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "globset" -version = "0.4.8" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" +checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120" dependencies = [ "aho-corasick", "bstr", @@ -2536,7 +2545,7 @@ dependencies = [ "byteorder", "bytes 0.4.12", "fnv", - "futures 0.1.31", + "futures 0.1.29", "http 0.1.21", "indexmap", "log", @@ -2547,34 +2556,33 @@ dependencies = [ [[package]] name = "h2" -version = "0.2.7" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" +checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" dependencies = [ "bytes 0.5.6", "fnv", "futures-core", "futures-sink", "futures-util", - "http 0.2.4", + "http 0.2.1", "indexmap", + "log", "slab", - "tokio 0.2.25", + "tokio 0.2.21", "tokio-util", - "tracing", - "tracing-futures", ] [[package]] name = "handlebars" -version = "3.5.5" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3" +checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9" dependencies = [ "log", "pest", "pest_derive", - "quick-error 2.0.1", + "quick-error 2.0.0", "serde", "serde_json", ] @@ -2600,7 +2608,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" dependencies = [ - "ahash 0.4.7", + "ahash 0.4.6", ] [[package]] @@ -2614,33 +2622,33 @@ dependencies = [ [[package]] name = "heck" -version = "0.3.3" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" +checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" dependencies = [ "unicode-segmentation", ] [[package]] name = "hermit-abi" -version = "0.1.19" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" +checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" dependencies = [ "libc", ] [[package]] name = "hex" -version = "0.4.3" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" [[package]] name = "hex-literal" -version = "0.3.2" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76505e26b6ca3bbdbbb360b68472abbb80998c5fa5dc43672eca34f28258e138" +checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8" [[package]] name = "hex_fmt" @@ -2675,7 +2683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" dependencies = [ "digest 0.8.1", - "generic-array 0.12.4", + "generic-array 0.12.3", "hmac 0.7.1", ] @@ -2703,11 +2711,11 @@ dependencies = [ [[package]] name = "http" -version = "0.2.4" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" +checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" dependencies = [ - "bytes 1.0.1", + "bytes 0.5.6", "fnv", "itoa", ] @@ -2719,7 +2727,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "http 0.1.21", "tokio-buf", ] @@ -2731,7 +2739,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" dependencies = [ "bytes 0.5.6", - "http 0.2.4", + "http 0.2.1", ] [[package]] @@ -2741,15 +2749,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" dependencies = [ "bytes 1.0.1", - "http 0.2.4", - "pin-project-lite 0.2.7", + "http 0.2.1", + "pin-project-lite 0.2.4", ] [[package]] name = "httparse" -version = "1.4.1" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68" +checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" [[package]] name = "httpdate" @@ -2757,12 +2765,6 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" -[[package]] -name = "httpdate" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" - [[package]] name = "humantime" version = "1.3.0" @@ -2774,18 +2776,18 @@ dependencies = [ [[package]] name = "humantime" -version = "2.1.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "hyper" -version = "0.12.36" +version = "0.12.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52" +checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "futures-cpupool", "h2 0.1.26", "http 0.1.21", @@ -2795,7 +2797,7 @@ dependencies = [ "itoa", "log", "net2", - "rustc_version 0.2.3", + "rustc_version", "time", "tokio 0.1.22", "tokio-buf", @@ -2810,23 +2812,23 @@ dependencies = [ [[package]] name = "hyper" -version = "0.13.10" +version = "0.13.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" +checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" dependencies = [ "bytes 0.5.6", "futures-channel", "futures-core", "futures-util", - "h2 0.2.7", - "http 0.2.4", + "h2 0.2.5", + "http 0.2.1", "http-body 0.3.1", "httparse", - "httpdate 0.3.2", + "httpdate", "itoa", "pin-project 1.0.7", - "socket2 0.3.19", - "tokio 0.2.25", + "socket2 0.3.17", + "tokio 0.2.21", "tower-service", "tracing", "want 0.3.0", @@ -2834,21 +2836,21 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.10" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03" +checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1" dependencies = [ "bytes 1.0.1", "futures-channel", "futures-core", "futures-util", - "http 0.2.4", + "http 0.2.1", "http-body 0.4.2", "httparse", - "httpdate 1.0.1", + "httpdate", "itoa", - "pin-project-lite 0.2.7", - "tokio 1.8.1", + "pin-project 1.0.7", + "tokio 1.6.1", "tower-service", "tracing", "want 0.3.0", @@ -2863,12 +2865,12 @@ dependencies = [ "bytes 0.5.6", "ct-logs", "futures-util", - "hyper 0.13.10", + "hyper 0.13.9", "log", - "rustls 0.18.1", + "rustls 0.18.0", "rustls-native-certs 0.4.0", - "tokio 0.2.25", - "tokio-rustls 0.14.1", + "tokio 0.2.21", + "tokio-rustls 0.14.0", "webpki", ] @@ -2885,9 +2887,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" +checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" dependencies = [ "matches", "unicode-bidi", @@ -2917,9 +2919,9 @@ dependencies = [ [[package]] name = "if-watch" -version = "0.2.2" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179" +checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6" dependencies = [ "async-io", "futures 0.3.15", @@ -2971,44 +2973,38 @@ dependencies = [ [[package]] name = "indenter" -version = "0.3.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" +checksum = "e0bd112d44d9d870a6819eb505d04dd92b5e4d94bb8c304924a0872ae7016fb5" [[package]] name = "indexmap" -version = "1.7.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" +checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" dependencies = [ "autocfg", - "hashbrown 0.11.2", + "hashbrown 0.9.1", "serde", ] [[package]] name = "instant" -version = "0.1.10" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d" -dependencies = [ - "cfg-if 1.0.0", -] +checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" [[package]] name = "integer-encoding" -version = "1.1.7" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f" +checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625" [[package]] name = "integer-sqrt" -version = "0.1.5" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" -dependencies = [ - "num-traits", -] +checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b" [[package]] name = "intervalier" @@ -3041,7 +3037,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7" dependencies = [ - "socket2 0.3.19", + "socket2 0.3.17", "widestring", "winapi 0.3.9", "winreg", @@ -3049,9 +3045,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.3.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" +checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" [[package]] name = "itertools" @@ -3064,18 +3060,18 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" dependencies = [ "either", ] [[package]] name = "itoa" -version = "0.4.7" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" +checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" [[package]] name = "jemalloc-sys" @@ -3100,18 +3096,18 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.22" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd" +checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.51" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062" +checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c" dependencies = [ "wasm-bindgen", ] @@ -3123,7 +3119,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7" dependencies = [ "failure", - "futures 0.1.31", + "futures 0.1.29", "jsonrpc-core", "jsonrpc-pubsub", "log", @@ -3138,7 +3134,7 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa" dependencies = [ - "futures 0.1.31", + "futures 0.1.29", "log", "serde", "serde_derive", @@ -3172,7 +3168,7 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7" dependencies = [ - "hyper 0.12.36", + "hyper 0.12.35", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -3267,7 +3263,7 @@ dependencies = [ "beef", "futures-channel", "futures-util", - "hyper 0.14.10", + "hyper 0.14.5", "log", "serde", "serde_json", @@ -3293,10 +3289,10 @@ dependencies = [ "serde_json", "soketto 0.5.0", "thiserror", - "tokio 0.2.25", + "tokio 0.2.21", "tokio-rustls 0.15.0", "tokio-util", - "url 2.2.2", + "url 2.2.0", ] [[package]] @@ -3460,15 +3456,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" -version = "1.3.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" +checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" [[package]] name = "libc" -version = "0.2.98" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" +checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" [[package]] name = "libloading" @@ -3537,9 +3533,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.28.3" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9" +checksum = "71dd51b562e14846e65bad00e5808d0644376e6588668c490d3c48e1dfeb4a9a" dependencies = [ "asn1_der", "bs58", @@ -3561,7 +3557,7 @@ dependencies = [ "rand 0.7.3", "ring", "rw-stream-sink", - "sha2 0.9.5", + "sha2 0.9.2", "smallvec 1.6.1", "thiserror", "unsigned-varint 0.7.0", @@ -3614,9 +3610,9 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.30.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9" +checksum = "73cb9a89a301afde1e588c73f7e9131e12a5388725f290a9047b878862db1b53" dependencies = [ "asynchronous-codec 0.6.0", "base64 0.13.0", @@ -3632,7 +3628,7 @@ dependencies = [ "prost-build", "rand 0.7.3", "regex", - "sha2 0.9.5", + "sha2 0.9.2", "smallvec 1.6.1", "unsigned-varint 0.7.0", "wasm-timer", @@ -3672,7 +3668,7 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.5", + "sha2 0.9.2", "smallvec 1.6.1", "uint", "unsigned-varint 0.7.0", @@ -3682,9 +3678,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.30.2" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714" +checksum = "c221897b3fd7f215de7ecfec215c5eba598e5b61c605b5f8b56fe8a4fb507724" dependencies = [ "async-io", "data-encoding", @@ -3726,7 +3722,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd" dependencies = [ "bytes 1.0.1", - "curve25519-dalek 3.1.0", + "curve25519-dalek 3.0.0", "futures 0.3.15", "lazy_static", "libp2p-core", @@ -3734,10 +3730,10 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sha2 0.9.5", + "sha2 0.9.2", "snow", "static_assertions", - "x25519-dalek", + "x25519-dalek 1.1.0", "zeroize", ] @@ -3887,9 +3883,9 @@ dependencies = [ [[package]] name = "libp2p-wasm-ext" -version = "0.28.2" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de" +checksum = "cef45d61e43c313531b5e903e4e8415212ff6338e0c54c47da5b9b412b5760de" dependencies = [ "futures 0.3.15", "js-sys", @@ -3912,8 +3908,8 @@ dependencies = [ "log", "quicksink", "rw-stream-sink", - "soketto 0.4.2", - "url 2.2.2", + "soketto 0.4.1", + "url 2.2.0", "webpki-roots", ] @@ -3954,32 +3950,33 @@ dependencies = [ "hmac-drbg", "rand 0.7.3", "sha2 0.8.2", - "subtle 2.4.0", + "subtle 2.2.3", "typenum", ] [[package]] name = "libz-sys" -version = "1.1.3" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" +checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" dependencies = [ "cc", + "libc", "pkg-config", "vcpkg", ] [[package]] name = "linked-hash-map" -version = "0.5.4" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" +checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" [[package]] name = "linked_hash_set" -version = "0.1.4" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" +checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c" dependencies = [ "linked-hash-map", ] @@ -4005,9 +4002,9 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.4" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb" +checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" dependencies = [ "scopeguard", ] @@ -4022,6 +4019,19 @@ dependencies = [ "value-bag", ] +[[package]] +name = "loom" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed" +dependencies = [ + "cfg-if 0.1.10", + "generator", + "scoped-tls", + "serde", + "serde_json", +] + [[package]] name = "lru" version = "0.6.5" @@ -4093,33 +4103,33 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" [[package]] name = "memchr" -version = "2.4.0" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" +checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" [[package]] name = "memmap2" -version = "0.2.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" +checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee" dependencies = [ "libc", ] [[package]] name = "memoffset" -version = "0.5.6" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" +checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" dependencies = [ "autocfg", ] [[package]] name = "memoffset" -version = "0.6.4" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" +checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" dependencies = [ "autocfg", ] @@ -4152,9 +4162,9 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merlin" -version = "2.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" +checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78" dependencies = [ "byteorder", "keccak", @@ -4185,18 +4195,18 @@ dependencies = [ [[package]] name = "minicbor" -version = "0.8.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d" +checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9" dependencies = [ "minicbor-derive", ] [[package]] name = "minicbor-derive" -version = "0.6.3" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2b9e8883d58e34b18facd16c4564a77ea50fce028ad3d0ee6753440e37acc8" +checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068" dependencies = [ "proc-macro2", "quote", @@ -4205,19 +4215,18 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.4.4" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" +checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f" dependencies = [ "adler", - "autocfg", ] [[package]] name = "mio" -version = "0.6.23" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" +checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" dependencies = [ "cfg-if 0.1.10", "fuchsia-zircon", @@ -4226,7 +4235,7 @@ dependencies = [ "kernel32-sys", "libc", "log", - "miow 0.2.2", + "miow 0.2.1", "net2", "slab", "winapi 0.2.8", @@ -4252,7 +4261,7 @@ checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" dependencies = [ "log", "mio", - "miow 0.3.7", + "miow 0.3.5", "winapi 0.3.9", ] @@ -4269,9 +4278,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.2.2" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" +checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" dependencies = [ "kernel32-sys", "net2", @@ -4281,10 +4290,11 @@ dependencies = [ [[package]] name = "miow" -version = "0.3.7" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" +checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" dependencies = [ + "socket2 0.3.17", "winapi 0.3.9", ] @@ -4307,9 +4317,9 @@ dependencies = [ [[package]] name = "multihash" -version = "0.13.2" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab" +checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe" dependencies = [ "blake2b_simd", "blake2s_simd", @@ -4317,18 +4327,18 @@ dependencies = [ "digest 0.9.0", "generic-array 0.14.4", "multihash-derive", - "sha2 0.9.5", + "sha2 0.9.2", "sha3", "unsigned-varint 0.5.1", ] [[package]] name = "multihash-derive" -version = "0.7.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99" +checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a" dependencies = [ - "proc-macro-crate 1.0.0", + "proc-macro-crate 0.1.5", "proc-macro-error", "proc-macro2", "quote", @@ -4338,22 +4348,22 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.3" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce" [[package]] name = "multistream-select" -version = "0.10.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8" +checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840" dependencies = [ "bytes 1.0.1", "futures 0.3.15", "log", "pin-project 1.0.7", "smallvec 1.6.1", - "unsigned-varint 0.7.0", + "unsigned-varint 0.6.0", ] [[package]] @@ -4394,11 +4404,21 @@ dependencies = [ "rand 0.3.23", ] +[[package]] +name = "nb-connect" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998" +dependencies = [ + "libc", + "winapi 0.3.9", +] + [[package]] name = "net2" -version = "0.2.37" +version = "0.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" +checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" dependencies = [ "cfg-if 0.1.10", "libc", @@ -4461,9 +4481,9 @@ dependencies = [ [[package]] name = "num-integer" -version = "0.1.44" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" +checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" dependencies = [ "autocfg", "num-traits", @@ -4514,28 +4534,25 @@ dependencies = [ [[package]] name = "object" -version = "0.24.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" -dependencies = [ - "crc32fast", - "indexmap", -] +checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" [[package]] name = "object" -version = "0.25.3" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7" +checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" dependencies = [ - "memchr", + "crc32fast", + "indexmap", ] [[package]] name = "once_cell" -version = "1.8.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd" dependencies = [ "parking_lot 0.11.1", ] @@ -4554,15 +4571,15 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl-probe" -version = "0.1.4" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" +checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "ordered-float" -version = "1.1.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" +checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579" dependencies = [ "num-traits", ] @@ -4587,14 +4604,14 @@ dependencies = [ [[package]] name = "owo-colors" -version = "1.3.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" +checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -4608,8 +4625,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -4622,8 +4639,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4645,8 +4662,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4660,7 +4677,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#1b47332395c3e058c2131c1c3a18a86ae8cc99e6" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "beefy-primitives", "frame-support", @@ -4674,8 +4691,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4752,8 +4769,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4768,8 +4785,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4783,8 +4800,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4804,8 +4821,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4821,8 +4838,8 @@ dependencies = [ [[package]] name = "pallet-gilt" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4835,8 +4852,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.1.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4857,8 +4874,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4872,8 +4889,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4891,8 +4908,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4907,8 +4924,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4922,8 +4939,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4939,8 +4956,8 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -4956,7 +4973,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4973,8 +4990,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4988,8 +5005,8 @@ dependencies = [ [[package]] name = "pallet-nicks" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -5001,8 +5018,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -5017,8 +5034,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5039,8 +5056,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5054,8 +5071,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "enumflags2", "frame-support", @@ -5068,8 +5085,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5083,8 +5100,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -5103,8 +5120,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5119,8 +5136,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -5132,8 +5149,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5156,8 +5173,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5167,8 +5184,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "log", "sp-arithmetic", @@ -5176,8 +5193,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -5189,8 +5206,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5207,8 +5224,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5222,8 +5239,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-support", "frame-system", @@ -5238,8 +5255,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5255,8 +5272,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5266,8 +5283,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5282,8 +5299,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5297,8 +5314,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5356,7 +5373,7 @@ dependencies = [ "serde", "static_assertions", "unsigned-varint 0.7.0", - "url 2.2.2", + "url 2.2.0", ] [[package]] @@ -5365,7 +5382,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9" dependencies = [ - "arrayvec 0.7.1", + "arrayvec 0.7.0", "bitvec", "byte-slice-cast", "impl-trait-for-tuples", @@ -5398,11 +5415,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "libc", "log", "mio-named-pipes", - "miow 0.3.7", + "miow 0.3.5", "rand 0.7.3", "tokio 0.1.22", "tokio-named-pipes", @@ -5470,7 +5487,7 @@ dependencies = [ "rand 0.7.3", "sha-1 0.8.2", "slab", - "url 2.2.2", + "url 2.2.0", ] [[package]] @@ -5487,7 +5504,7 @@ checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" dependencies = [ "lock_api 0.3.4", "parking_lot_core 0.6.2", - "rustc_version 0.2.3", + "rustc_version", ] [[package]] @@ -5507,8 +5524,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" dependencies = [ "instant", - "lock_api 0.4.4", - "parking_lot_core 0.8.3", + "lock_api 0.4.1", + "parking_lot_core 0.8.0", ] [[package]] @@ -5518,11 +5535,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" dependencies = [ "cfg-if 0.1.10", - "cloudabi", + "cloudabi 0.0.3", "libc", - "redox_syscall 0.1.57", - "rustc_version 0.2.3", - "smallvec 0.6.14", + "redox_syscall 0.1.56", + "rustc_version", + "smallvec 0.6.13", "winapi 0.3.9", ] @@ -5533,23 +5550,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" dependencies = [ "cfg-if 0.1.10", - "cloudabi", + "cloudabi 0.0.3", "libc", - "redox_syscall 0.1.57", + "redox_syscall 0.1.56", "smallvec 1.6.1", "winapi 0.3.9", ] [[package]] name = "parking_lot_core" -version = "0.8.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" +checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", + "cloudabi 0.1.0", "instant", "libc", - "redox_syscall 0.2.9", + "redox_syscall 0.1.56", "smallvec 1.6.1", "winapi 0.3.9", ] @@ -5658,11 +5676,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.28" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f" +checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" dependencies = [ - "pin-project-internal 0.4.28", + "pin-project-internal 0.4.23", ] [[package]] @@ -5676,9 +5694,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "0.4.28" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e" +checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" dependencies = [ "proc-macro2", "quote", @@ -5698,15 +5716,15 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.1.12" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" +checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" [[package]] name = "pin-project-lite" -version = "0.2.7" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" +checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" [[package]] name = "pin-utils" @@ -5716,9 +5734,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.19" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" +checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" [[package]] name = "platforms" @@ -6473,7 +6491,7 @@ dependencies = [ "env_logger 0.8.4", "futures 0.3.15", "futures-timer 3.0.2", - "itertools 0.10.1", + "itertools 0.10.0", "log", "lru", "metered-channel", @@ -6917,64 +6935,6 @@ dependencies = [ "westend-runtime", ] -[[package]] -name = "polkadot-simnet" -version = "0.9.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-collective", - "pallet-democracy", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-cli", - "polkadot-primitives", - "polkadot-runtime", - "polkadot-runtime-common", - "polkadot-service", - "sc-cli", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-manual-seal", - "sc-executor", - "sc-finality-grandpa", - "sc-service", - "sc-tracing", - "sc-transaction-pool", - "sp-api", - "sp-consensus", - "sp-consensus-babe", - "sp-inherents", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "structopt", - "test-runner", -] - -[[package]] -name = "polkadot-simnet-node" -version = "0.1.0" -dependencies = [ - "polkadot-simnet", -] - -[[package]] -name = "polkadot-simnet-test" -version = "0.1.0" -dependencies = [ - "frame-system", - "pallet-balances", - "polkadot-runtime", - "polkadot-simnet", - "sc-client-api", - "sp-blockchain", - "sp-core", - "sp-runtime", -] - [[package]] name = "polkadot-statement-distribution" version = "0.1.0" @@ -7120,7 +7080,7 @@ version = "0.9.8" dependencies = [ "frame-benchmarking", "frame-system", - "futures 0.1.31", + "futures 0.1.29", "futures 0.3.15", "hex", "pallet-balances", @@ -7164,72 +7124,69 @@ dependencies = [ "substrate-test-client", "substrate-test-utils", "tempfile", - "tokio 0.2.25", + "tokio 0.2.21", "tracing", ] [[package]] name = "polling" -version = "2.1.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25" +checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "libc", "log", - "wepoll-ffi", + "wepoll-sys", "winapi 0.3.9", ] [[package]] name = "poly1305" -version = "0.6.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8" +checksum = "d9b42192ab143ed7619bf888a7f9c6733a9a2153b218e2cd557cfdb52fbf9bb1" dependencies = [ - "cpuid-bool", "universal-hash", ] [[package]] name = "polyval" -version = "0.4.5" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" +checksum = "d9a50142b55ab3ed0e9f68dfb3709f1d90d29da24e91033f28b96330643107dc" dependencies = [ - "cpuid-bool", - "opaque-debug 0.3.0", + "cfg-if 0.1.10", "universal-hash", ] [[package]] name = "ppv-lite86" -version = "0.2.10" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" +checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" [[package]] name = "predicates" -version = "2.0.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e46ca79eb4e21e2ec14430340c71250ab69332abf85521c95d3a8bc336aa76" +checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030" dependencies = [ - "difflib", - "itertools 0.10.1", + "difference", "predicates-core", ] [[package]] name = "predicates-core" -version = "1.0.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451" +checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" [[package]] name = "predicates-tree" -version = "1.0.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2" +checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124" dependencies = [ "predicates-core", "treeline", @@ -7323,9 +7280,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] name = "proc-macro-nested" -version = "0.1.7" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" +checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" [[package]] name = "proc-macro2" @@ -7403,18 +7360,18 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.13" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21ff0279b4a85e576b97e4a21d13e437ebcd56612706cde5d3f0d5c9399490c0" +checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a" dependencies = [ "cc", ] [[package]] name = "pwasm-utils" -version = "0.18.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f" +checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481" dependencies = [ "byteorder", "log", @@ -7429,9 +7386,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-error" -version = "2.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" +checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda" [[package]] name = "quicksink" @@ -7441,7 +7398,7 @@ checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" dependencies = [ "futures-core", "futures-sink", - "pin-project-lite 0.1.12", + "pin-project-lite 0.1.7", ] [[package]] @@ -7488,7 +7445,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom 0.1.16", + "getrandom 0.1.14", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", @@ -7504,8 +7461,8 @@ checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" dependencies = [ "libc", "rand_chacha 0.3.1", - "rand_core 0.6.3", - "rand_hc 0.3.1", + "rand_core 0.6.1", + "rand_hc 0.3.0", ] [[package]] @@ -7525,7 +7482,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.3", + "rand_core 0.6.1", ] [[package]] @@ -7549,16 +7506,16 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom 0.1.16", + "getrandom 0.1.14", ] [[package]] name = "rand_core" -version = "0.6.3" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" +checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" dependencies = [ - "getrandom 0.2.3", + "getrandom 0.2.1", ] [[package]] @@ -7582,11 +7539,11 @@ dependencies = [ [[package]] name = "rand_hc" -version = "0.3.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" dependencies = [ - "rand_core 0.6.3", + "rand_core 0.6.1", ] [[package]] @@ -7606,25 +7563,25 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.5.1" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" +checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" dependencies = [ "autocfg", - "crossbeam-deque 0.8.0", + "crossbeam-deque", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.9.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" +checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" dependencies = [ - "crossbeam-channel", - "crossbeam-deque 0.8.0", - "crossbeam-utils 0.8.5", + "crossbeam-deque", + "crossbeam-queue", + "crossbeam-utils 0.7.2", "lazy_static", "num_cpus", ] @@ -7640,27 +7597,38 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.57" +version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" +checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" [[package]] name = "redox_syscall" -version = "0.2.9" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee" +checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570" dependencies = [ "bitflags", ] +[[package]] +name = "redox_users" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" +dependencies = [ + "getrandom 0.1.14", + "redox_syscall 0.1.56", + "rust-argon2", +] + [[package]] name = "redox_users" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.3", - "redox_syscall 0.2.9", + "getrandom 0.2.1", + "redox_syscall 0.2.4", ] [[package]] @@ -7671,25 +7639,25 @@ checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221" dependencies = [ "derive_more", "fs-err", - "itertools 0.10.1", + "itertools 0.10.0", "static_init", "thiserror", ] [[package]] name = "ref-cast" -version = "1.0.6" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da" +checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.6" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" +checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144" dependencies = [ "proc-macro2", "quote", @@ -7710,29 +7678,31 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" dependencies = [ "aho-corasick", "memchr", "regex-syntax", + "thread_local", ] [[package]] name = "regex-automata" -version = "0.1.10" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" dependencies = [ + "byteorder", "regex-syntax", ] [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" [[package]] name = "region" @@ -7748,8 +7718,8 @@ dependencies = [ [[package]] name = "remote-externalities" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "env_logger 0.8.4", "hex", @@ -7896,19 +7866,31 @@ dependencies = [ [[package]] name = "rpassword" -version = "5.0.1" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" +checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9" dependencies = [ "libc", "winapi 0.3.9", ] +[[package]] +name = "rust-argon2" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" +dependencies = [ + "base64 0.11.0", + "blake2b_simd", + "constant_time_eq", + "crossbeam-utils 0.7.2", +] + [[package]] name = "rustc-demangle" -version = "0.1.20" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" +checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" [[package]] name = "rustc-hash" @@ -7931,20 +7913,11 @@ dependencies = [ "semver 0.9.0", ] -[[package]] -name = "rustc_version" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" -dependencies = [ - "semver 0.11.0", -] - [[package]] name = "rustls" -version = "0.18.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" +checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693" dependencies = [ "base64 0.12.3", "log", @@ -7973,7 +7946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8" dependencies = [ "openssl-probe", - "rustls 0.18.1", + "rustls 0.18.0", "schannel", "security-framework 1.0.0", ] @@ -7987,20 +7960,20 @@ dependencies = [ "openssl-probe", "rustls 0.19.1", "schannel", - "security-framework 2.3.1", + "security-framework 2.2.0", ] [[package]] name = "rustversion" -version = "1.0.5" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" +checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" [[package]] name = "ruzstd" -version = "0.2.4" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cada0ef59efa6a5f4dc5e491f93d9f31e3fc7758df421ff1de8a706338e1100" +checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00" dependencies = [ "byteorder", "twox-hash", @@ -8013,7 +7986,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ "futures 0.3.15", - "pin-project 0.4.28", + "pin-project 0.4.23", "static_assertions", ] @@ -8043,8 +8016,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "log", "sp-core", @@ -8054,8 +8027,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "derive_more", @@ -8083,8 +8056,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8106,8 +8079,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8122,8 +8095,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8142,8 +8115,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8153,8 +8126,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "chrono", "fdlimit", @@ -8186,13 +8159,13 @@ dependencies = [ "structopt", "thiserror", "tiny-bip39", - "tokio 0.2.25", + "tokio 0.2.21", ] [[package]] name = "sc-client-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "fnv", @@ -8225,8 +8198,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "blake2-rfc", "hash-db", @@ -8255,8 +8228,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8268,8 +8241,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "derive_more", @@ -8314,8 +8287,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "futures 0.3.15", @@ -8338,8 +8311,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8349,45 +8322,10 @@ dependencies = [ "sp-runtime", ] -[[package]] -name = "sc-consensus-manual-seal" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" -dependencies = [ - "assert_matches", - "async-trait", - "derive_more", - "futures 0.3.15", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-timestamp", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-consensus-slots" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "futures 0.3.15", @@ -8414,8 +8352,8 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "sc-client-api", "sp-authorship", @@ -8425,8 +8363,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "lazy_static", @@ -8454,8 +8392,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "parity-scale-codec", @@ -8471,8 +8409,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "log", "parity-scale-codec", @@ -8486,8 +8424,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8506,8 +8444,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "derive_more", @@ -8547,8 +8485,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "finality-grandpa", @@ -8571,8 +8509,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "futures 0.3.15", @@ -8592,8 +8530,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8610,8 +8548,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "derive_more", @@ -8625,13 +8563,13 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keystore", - "subtle 2.4.0", + "subtle 2.2.3", ] [[package]] name = "sc-light" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "hash-db", "lazy_static", @@ -8649,8 +8587,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-std", "async-trait", @@ -8702,8 +8640,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8719,15 +8657,15 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "bytes 0.5.6", "fnv", "futures 0.3.15", "futures-timer 3.0.2", "hex", - "hyper 0.13.10", + "hyper 0.13.9", "hyper-rustls", "log", "num_cpus", @@ -8747,8 +8685,8 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "libp2p", @@ -8761,7 +8699,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8769,8 +8707,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "hash-db", @@ -8804,8 +8742,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "futures 0.3.15", @@ -8829,10 +8767,10 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ - "futures 0.1.31", + "futures 0.1.29", "jsonrpc-core", "jsonrpc-http-server", "jsonrpc-ipc-server", @@ -8847,13 +8785,13 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "directories", "exit-future", - "futures 0.1.31", + "futures 0.1.29", "futures 0.3.15", "futures-timer 3.0.2", "hash-db", @@ -8914,8 +8852,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "log", "parity-scale-codec", @@ -8929,8 +8867,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8949,8 +8887,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "chrono", "futures 0.3.15", @@ -8969,8 +8907,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9006,8 +8944,8 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9017,8 +8955,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "futures 0.3.15", @@ -9046,8 +8984,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "derive_more", "futures 0.3.15", @@ -9077,13 +9015,13 @@ checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" dependencies = [ "arrayref", "arrayvec 0.5.2", - "curve25519-dalek 2.1.2", - "getrandom 0.1.16", + "curve25519-dalek 2.1.0", + "getrandom 0.1.14", "merlin", "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", - "subtle 2.4.0", + "subtle 2.2.3", "zeroize", ] @@ -9101,9 +9039,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "sct" -version = "0.6.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" +checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" dependencies = [ "ring", "untrusted", @@ -9133,15 +9071,15 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.3.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" +checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84" dependencies = [ "bitflags", "core-foundation 0.9.1", "core-foundation-sys 0.8.2", "libc", - "security-framework-sys 2.3.0", + "security-framework-sys 2.2.0", ] [[package]] @@ -9156,9 +9094,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.3.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" +checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339" dependencies = [ "core-foundation-sys 0.8.2", "libc", @@ -9289,13 +9227,13 @@ dependencies = [ [[package]] name = "sha2" -version = "0.9.5" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" +checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", - "cpufeatures", + "cpuid-bool", "digest 0.9.0", "opaque-debug 0.3.0", ] @@ -9314,11 +9252,12 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.1" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" +checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127" dependencies = [ "lazy_static", + "loom", ] [[package]] @@ -9329,9 +9268,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" -version = "0.3.9" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39" +checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed" dependencies = [ "libc", "signal-hook-registry", @@ -9339,18 +9278,19 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.4.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" +checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" dependencies = [ + "arc-swap", "libc", ] [[package]] name = "signature" -version = "1.3.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" +checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852" [[package]] name = "simba" @@ -9366,9 +9306,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.3" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "slog" @@ -9392,18 +9332,18 @@ dependencies = [ [[package]] name = "slotmap" -version = "1.0.5" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4" +checksum = "ab3003725ae562cf995f3dc82bb99e70926e09000396816765bb6d7adbe740b1" dependencies = [ "version_check", ] [[package]] name = "smallvec" -version = "0.6.14" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" +checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" dependencies = [ "maybe-uninit", ] @@ -9416,9 +9356,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "snow" -version = "0.7.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50" +checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e" dependencies = [ "aes-gcm", "blake2", @@ -9426,20 +9366,21 @@ dependencies = [ "rand 0.7.3", "rand_core 0.5.1", "ring", - "rustc_version 0.2.3", - "sha2 0.9.5", - "subtle 2.4.0", - "x25519-dalek", + "rustc_version", + "sha2 0.9.2", + "subtle 2.2.3", + "x25519-dalek 0.6.0", ] [[package]] name = "socket2" -version = "0.3.19" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" +checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902" dependencies = [ "cfg-if 1.0.0", "libc", + "redox_syscall 0.1.56", "winapi 0.3.9", ] @@ -9455,9 +9396,9 @@ dependencies = [ [[package]] name = "soketto" -version = "0.4.2" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88" +checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0" dependencies = [ "base64 0.12.3", "bytes 0.5.6", @@ -9466,7 +9407,7 @@ dependencies = [ "httparse", "log", "rand 0.7.3", - "sha-1 0.9.6", + "sha-1 0.8.2", ] [[package]] @@ -9486,8 +9427,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "hash-db", "log", @@ -9503,8 +9444,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9515,8 +9456,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "serde", @@ -9527,8 +9468,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "integer-sqrt", "num-traits", @@ -9541,8 +9482,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "sp-api", @@ -9553,8 +9494,8 @@ dependencies = [ [[package]] name = "sp-authorship" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "parity-scale-codec", @@ -9565,8 +9506,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "sp-api", @@ -9577,8 +9518,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "log", @@ -9595,8 +9536,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "futures 0.3.15", @@ -9622,8 +9563,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "merlin", @@ -9644,8 +9585,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9654,8 +9595,8 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9666,8 +9607,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "base58", "blake2-rfc", @@ -9693,7 +9634,7 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.9.5", + "sha2 0.9.2", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -9710,8 +9651,8 @@ dependencies = [ [[package]] name = "sp-database" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9720,7 +9661,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "proc-macro2", "quote", @@ -9729,8 +9670,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "environmental", "parity-scale-codec", @@ -9740,8 +9681,8 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "finality-grandpa", "log", @@ -9757,8 +9698,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9771,8 +9712,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "hash-db", @@ -9796,8 +9737,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "lazy_static", "sp-core", @@ -9807,8 +9748,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "derive_more", @@ -9824,8 +9765,8 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "ruzstd", "zstd", @@ -9833,8 +9774,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "serde", @@ -9846,8 +9787,8 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9857,8 +9798,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "sp-api", "sp-core", @@ -9868,15 +9809,15 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "backtrace", ] [[package]] name = "sp-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "rustc-hash", "serde", @@ -9886,8 +9827,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "either", "hash256-std-hasher", @@ -9907,8 +9848,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9924,8 +9865,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9937,7 +9878,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "serde", "serde_json", @@ -9945,8 +9886,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "sp-api", @@ -9958,8 +9899,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9968,8 +9909,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "hash-db", "log", @@ -9991,13 +9932,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" [[package]] name = "sp-storage" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10009,8 +9950,8 @@ dependencies = [ [[package]] name = "sp-tasks" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "log", "sp-core", @@ -10022,8 +9963,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10039,8 +9980,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "erased-serde", "log", @@ -10057,8 +9998,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "sp-api", "sp-runtime", @@ -10066,8 +10007,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", "log", @@ -10081,8 +10022,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "hash-db", "memory-db", @@ -10095,8 +10036,8 @@ dependencies = [ [[package]] name = "sp-utils" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "futures-core", @@ -10107,8 +10048,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10122,8 +10063,8 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10134,8 +10075,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10151,9 +10092,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "stable_deref_trait" -version = "1.2.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" +checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" [[package]] name = "staking-miner" @@ -10189,7 +10130,7 @@ dependencies = [ "sp-version", "structopt", "thiserror", - "tokio 0.2.25", + "tokio 0.2.21", "westend-runtime", ] @@ -10239,11 +10180,10 @@ dependencies = [ [[package]] name = "stream-cipher" -version = "0.7.1" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89" +checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88" dependencies = [ - "block-cipher", "generic-array 0.14.4", ] @@ -10264,9 +10204,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.22" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" +checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" dependencies = [ "clap", "lazy_static", @@ -10275,9 +10215,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.15" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" +checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" dependencies = [ "heck", "proc-macro-error", @@ -10322,15 +10262,15 @@ dependencies = [ [[package]] name = "substrate-browser-utils" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "chrono", "console_error_panic_hook", - "futures 0.1.31", + "futures 0.1.29", "futures 0.3.15", "futures-timer 3.0.2", - "getrandom 0.2.3", + "getrandom 0.2.1", "js-sys", "kvdb-memorydb", "libp2p-wasm-ext", @@ -10349,15 +10289,15 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "platforms", ] [[package]] name = "substrate-frame-rpc-system" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10380,24 +10320,24 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-std", "derive_more", "futures-util", - "hyper 0.13.10", + "hyper 0.13.9", "log", "prometheus", - "tokio 0.2.25", + "tokio 0.2.21", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "async-trait", - "futures 0.1.31", + "futures 0.1.29", "futures 0.3.15", "hash-db", "hex", @@ -10422,18 +10362,18 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", - "tokio 0.2.25", + "tokio 0.2.21", ] [[package]] name = "substrate-test-utils-derive" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10442,8 +10382,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10464,15 +10404,15 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.4.0" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" +checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1" [[package]] name = "syn" -version = "1.0.73" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" +checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702" dependencies = [ "proc-macro2", "quote", @@ -10481,9 +10421,9 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.12.5" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa" +checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" dependencies = [ "proc-macro2", "quote", @@ -10499,9 +10439,9 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[package]] name = "tap" -version = "1.0.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" +checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e" [[package]] name = "target-lexicon" @@ -10518,16 +10458,16 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.4", - "redox_syscall 0.2.9", + "redox_syscall 0.2.4", "remove_dir_all", "winapi 0.3.9", ] [[package]] name = "termcolor" -version = "1.1.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" +checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" dependencies = [ "winapi-util", ] @@ -10569,7 +10509,7 @@ dependencies = [ "structopt", "substrate-test-utils", "test-parachain-adder", - "tokio 0.2.25", + "tokio 0.2.21", ] [[package]] @@ -10591,51 +10531,6 @@ dependencies = [ "tiny-keccak", ] -[[package]] -name = "test-runner" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" -dependencies = [ - "frame-system", - "futures 0.3.15", - "jsonrpc-core", - "log", - "num-traits", - "sc-basic-authorship", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-manual-seal", - "sc-executor", - "sc-finality-grandpa", - "sc-informant", - "sc-network", - "sc-rpc", - "sc-rpc-server", - "sc-service", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-keyring", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "sp-runtime-interface", - "sp-session", - "sp-state-machine", - "sp-transaction-pool", - "sp-wasm-interface", - "tokio 0.2.25", -] - [[package]] name = "textwrap" version = "0.11.0" @@ -10647,18 +10542,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.26" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" +checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.26" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" +checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" dependencies = [ "proc-macro2", "quote", @@ -10698,12 +10593,11 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" dependencies = [ "libc", - "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.9", ] @@ -10719,7 +10613,7 @@ dependencies = [ "pbkdf2 0.4.0", "rand 0.7.3", "rustc-hash", - "sha2 0.9.5", + "sha2 0.9.2", "thiserror", "unicode-normalization", "zeroize", @@ -10736,9 +10630,15 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.2.0" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" +checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" + +[[package]] +name = "tinyvec" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" dependencies = [ "tinyvec_macros", ] @@ -10756,7 +10656,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "mio", "num_cpus", "tokio-codec", @@ -10775,9 +10675,9 @@ dependencies = [ [[package]] name = "tokio" -version = "0.2.25" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" +checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" dependencies = [ "bytes 0.5.6", "fnv", @@ -10789,7 +10689,7 @@ dependencies = [ "mio", "mio-uds", "num_cpus", - "pin-project-lite 0.1.12", + "pin-project-lite 0.1.7", "signal-hook-registry", "slab", "tokio-macros", @@ -10798,12 +10698,12 @@ dependencies = [ [[package]] name = "tokio" -version = "1.8.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985" +checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" dependencies = [ "autocfg", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.4", ] [[package]] @@ -10814,7 +10714,7 @@ checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" dependencies = [ "bytes 0.4.12", "either", - "futures 0.1.31", + "futures 0.1.29", ] [[package]] @@ -10824,7 +10724,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "tokio-io", ] @@ -10834,7 +10734,7 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" dependencies = [ - "futures 0.1.31", + "futures 0.1.29", "tokio-executor", ] @@ -10845,7 +10745,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.31", + "futures 0.1.29", ] [[package]] @@ -10854,7 +10754,7 @@ version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" dependencies = [ - "futures 0.1.31", + "futures 0.1.29", "tokio-io", "tokio-threadpool", ] @@ -10866,15 +10766,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "log", ] [[package]] name = "tokio-macros" -version = "0.2.6" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" +checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" dependencies = [ "proc-macro2", "quote", @@ -10888,7 +10788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "mio", "mio-named-pipes", "tokio 0.1.22", @@ -10901,7 +10801,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.31", + "futures 0.1.29", "lazy_static", "log", "mio", @@ -10915,13 +10815,13 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.14.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" +checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9" dependencies = [ "futures-core", - "rustls 0.18.1", - "tokio 0.2.25", + "rustls 0.18.0", + "tokio 0.2.21", "webpki", ] @@ -10933,7 +10833,7 @@ checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736" dependencies = [ "futures-core", "rustls 0.19.1", - "tokio 0.2.25", + "tokio 0.2.21", "webpki", ] @@ -10943,7 +10843,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" dependencies = [ - "futures 0.1.31", + "futures 0.1.29", ] [[package]] @@ -10953,7 +10853,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" dependencies = [ "fnv", - "futures 0.1.31", + "futures 0.1.29", ] [[package]] @@ -10963,7 +10863,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "iovec", "mio", "tokio-io", @@ -10976,10 +10876,10 @@ version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" dependencies = [ - "crossbeam-deque 0.7.3", + "crossbeam-deque", "crossbeam-queue", "crossbeam-utils 0.7.2", - "futures 0.1.31", + "futures 0.1.29", "lazy_static", "log", "num_cpus", @@ -10994,7 +10894,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" dependencies = [ "crossbeam-utils 0.7.2", - "futures 0.1.31", + "futures 0.1.29", "slab", "tokio-executor", ] @@ -11006,7 +10906,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "log", "mio", "tokio-codec", @@ -11021,7 +10921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" dependencies = [ "bytes 0.4.12", - "futures 0.1.31", + "futures 0.1.29", "iovec", "libc", "log", @@ -11043,24 +10943,24 @@ dependencies = [ "futures-io", "futures-sink", "log", - "pin-project-lite 0.1.12", - "tokio 0.2.25", + "pin-project-lite 0.1.7", + "tokio 0.2.21", ] [[package]] name = "toml" -version = "0.5.8" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" +checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" dependencies = [ "serde", ] [[package]] name = "tower-service" -version = "0.3.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" +checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" @@ -11070,7 +10970,7 @@ checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d" dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.7", + "pin-project-lite 0.2.4", "tracing-attributes", "tracing-core", ] @@ -11097,11 +10997,11 @@ dependencies = [ [[package]] name = "tracing-futures" -version = "0.2.5" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" +checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" dependencies = [ - "pin-project 1.0.7", + "pin-project 0.4.23", "tracing", ] @@ -11128,9 +11028,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.19" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48" +checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5" dependencies = [ "ansi_term 0.12.1", "chrono", @@ -11178,9 +11078,9 @@ dependencies = [ [[package]] name = "trust-dns-proto" -version = "0.20.3" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4" +checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c" dependencies = [ "async-trait", "cfg-if 1.0.0", @@ -11189,22 +11089,22 @@ dependencies = [ "futures-channel", "futures-io", "futures-util", - "idna 0.2.3", + "idna 0.2.0", "ipnet", "lazy_static", "log", "rand 0.8.4", "smallvec 1.6.1", "thiserror", - "tinyvec", - "url 2.2.2", + "tinyvec 1.1.1", + "url 2.2.0", ] [[package]] name = "trust-dns-resolver" -version = "0.20.3" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770" +checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae" dependencies = [ "cfg-if 1.0.0", "futures-util", @@ -11221,14 +11121,14 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.3" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" +checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" dependencies = [ "frame-try-runtime", "log", @@ -11244,6 +11144,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-externalities", + "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", @@ -11277,9 +11178,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.13.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" +checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" [[package]] name = "ucd-trie" @@ -11289,9 +11190,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "uint" -version = "0.9.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f" +checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" dependencies = [ "byteorder", "crunchy", @@ -11310,27 +11211,27 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.5" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" dependencies = [ "matches", ] [[package]] name = "unicode-normalization" -version = "0.1.19" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" +checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" dependencies = [ - "tinyvec", + "tinyvec 0.3.3", ] [[package]] name = "unicode-segmentation" -version = "1.8.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" +checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" [[package]] name = "unicode-width" @@ -11340,9 +11241,9 @@ checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" [[package]] name = "unicode-xid" -version = "0.2.2" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" [[package]] name = "universal-hash" @@ -11351,7 +11252,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" dependencies = [ "generic-array 0.14.4", - "subtle 2.4.0", + "subtle 2.2.3", ] [[package]] @@ -11403,31 +11304,36 @@ dependencies = [ [[package]] name = "url" -version = "2.2.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" dependencies = [ "form_urlencoded", - "idna 0.2.3", + "idna 0.2.0", "matches", "percent-encoding 2.1.0", ] [[package]] name = "value-bag" -version = "1.0.0-alpha.7" +version = "1.0.0-alpha.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae" +checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1" dependencies = [ "ctor", - "version_check", ] [[package]] name = "vcpkg" -version = "0.2.15" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" + +[[package]] +name = "vec-arena" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d" [[package]] name = "vec_map" @@ -11437,9 +11343,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "version_check" -version = "0.9.3" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" +checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" [[package]] name = "void" @@ -11464,9 +11370,9 @@ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" [[package]] name = "walkdir" -version = "2.3.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" dependencies = [ "same-file", "winapi 0.3.9", @@ -11479,7 +11385,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" dependencies = [ - "futures 0.1.31", + "futures 0.1.29", "log", "try-lock", ] @@ -11508,9 +11414,9 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wasm-bindgen" -version = "0.2.74" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd" +checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" dependencies = [ "cfg-if 1.0.0", "serde", @@ -11520,9 +11426,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.74" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900" +checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" dependencies = [ "bumpalo", "lazy_static", @@ -11535,9 +11441,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.24" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1" +checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -11547,9 +11453,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.74" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4" +checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -11557,9 +11463,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.74" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97" +checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" dependencies = [ "proc-macro2", "quote", @@ -11570,9 +11476,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.74" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f" +checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489" [[package]] name = "wasm-gc-api" @@ -11676,7 +11582,7 @@ dependencies = [ "libc", "log", "serde", - "sha2 0.9.5", + "sha2 0.9.2", "toml", "winapi 0.3.9", "zstd", @@ -11704,7 +11610,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a" dependencies = [ "anyhow", - "gimli", + "gimli 0.24.0", "more-asserts", "object 0.24.0", "target-lexicon", @@ -11723,7 +11629,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-wasm", - "gimli", + "gimli 0.24.0", "indexmap", "log", "more-asserts", @@ -11738,7 +11644,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707" dependencies = [ - "addr2line", + "addr2line 0.15.1", "anyhow", "cfg-if 1.0.0", "cranelift-codegen", @@ -11746,7 +11652,7 @@ dependencies = [ "cranelift-frontend", "cranelift-native", "cranelift-wasm", - "gimli", + "gimli 0.24.0", "log", "more-asserts", "object 0.24.0", @@ -11810,7 +11716,7 @@ dependencies = [ "libc", "log", "mach", - "memoffset 0.6.4", + "memoffset 0.6.1", "more-asserts", "rand 0.8.4", "region", @@ -11821,9 +11727,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.51" +version = "0.3.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582" +checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" dependencies = [ "js-sys", "wasm-bindgen", @@ -11831,9 +11737,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.21.4" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" +checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" dependencies = [ "ring", "untrusted", @@ -11841,18 +11747,18 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.21.1" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" +checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" dependencies = [ "webpki", ] [[package]] -name = "wepoll-ffi" -version = "0.1.2" +name = "wepoll-sys" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" +checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff" dependencies = [ "cc", ] @@ -11945,12 +11851,12 @@ dependencies = [ [[package]] name = "which" -version = "4.1.0" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" +checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef" dependencies = [ - "either", "libc", + "thiserror", ] [[package]] @@ -12029,11 +11935,22 @@ checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" [[package]] name = "x25519-dalek" -version = "1.1.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" +checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217" dependencies = [ - "curve25519-dalek 3.1.0", + "curve25519-dalek 2.1.0", + "rand_core 0.5.1", + "zeroize", +] + +[[package]] +name = "x25519-dalek" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088" +dependencies = [ + "curve25519-dalek 3.0.0", "rand_core 0.5.1", "zeroize", ] @@ -12098,18 +12015,18 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.3.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" +checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36" dependencies = [ "zeroize_derive", ] [[package]] name = "zeroize_derive" -version = "1.1.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1" +checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" dependencies = [ "proc-macro2", "quote", From bfcbc0a5e40a1ee14d817fa281fd590922e61a4e Mon Sep 17 00:00:00 2001 From: CI system <> Date: Mon, 12 Jul 2021 17:55:59 +0100 Subject: [PATCH 53/53] bump cargo.lock --- Cargo.lock | 733 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 435 insertions(+), 298 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e6bdbdb1a5a..2654a66fd058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1970,7 +1970,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", ] @@ -1987,8 +1987,8 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -2006,8 +2006,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "Inflector", "chrono", @@ -2030,8 +2030,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -2043,8 +2043,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -2058,8 +2058,8 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "14.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "serde", @@ -2069,8 +2069,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "bitflags", "frame-metadata", @@ -2095,8 +2095,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2107,8 +2107,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2120,7 +2120,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro2", "quote", @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-metadata", "frame-support", @@ -2149,8 +2149,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2166,8 +2166,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -2180,8 +2180,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -2189,8 +2189,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "parity-scale-codec", @@ -4610,8 +4610,8 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -4625,8 +4625,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -4639,8 +4639,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4662,8 +4662,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4691,8 +4691,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4769,8 +4769,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4785,8 +4785,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4800,8 +4800,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4821,8 +4821,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4838,8 +4838,8 @@ dependencies = [ [[package]] name = "pallet-gilt" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4852,8 +4852,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4874,8 +4874,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4889,8 +4889,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4908,8 +4908,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4924,8 +4924,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -4939,8 +4939,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4956,8 +4956,8 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -4973,7 +4973,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4990,8 +4990,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5005,8 +5005,8 @@ dependencies = [ [[package]] name = "pallet-nicks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5018,8 +5018,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5034,8 +5034,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5056,8 +5056,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5071,8 +5071,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "enumflags2", "frame-support", @@ -5085,8 +5085,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5100,8 +5100,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5120,8 +5120,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5136,8 +5136,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5149,8 +5149,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5173,8 +5173,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5184,8 +5184,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "sp-arithmetic", @@ -5193,8 +5193,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5206,8 +5206,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5224,8 +5224,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5239,8 +5239,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-support", "frame-system", @@ -5255,8 +5255,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5272,8 +5272,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5283,8 +5283,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5299,8 +5299,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-benchmarking", "frame-support", @@ -5314,8 +5314,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6935,6 +6935,64 @@ dependencies = [ "westend-runtime", ] +[[package]] +name = "polkadot-simnet" +version = "0.9.0" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-collective", + "pallet-democracy", + "pallet-transaction-payment", + "parity-scale-codec", + "polkadot-cli", + "polkadot-primitives", + "polkadot-runtime", + "polkadot-runtime-common", + "polkadot-service", + "sc-cli", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-manual-seal", + "sc-executor", + "sc-finality-grandpa", + "sc-service", + "sc-tracing", + "sc-transaction-pool", + "sp-api", + "sp-consensus", + "sp-consensus-babe", + "sp-inherents", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "structopt", + "test-runner", +] + +[[package]] +name = "polkadot-simnet-node" +version = "0.1.0" +dependencies = [ + "polkadot-simnet", +] + +[[package]] +name = "polkadot-simnet-test" +version = "0.1.0" +dependencies = [ + "frame-system", + "pallet-balances", + "polkadot-runtime", + "polkadot-simnet", + "sc-client-api", + "sp-blockchain", + "sp-core", + "sp-runtime", +] + [[package]] name = "polkadot-statement-distribution" version = "0.1.0" @@ -7718,8 +7776,8 @@ dependencies = [ [[package]] name = "remote-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "env_logger 0.8.4", "hex", @@ -8016,8 +8074,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "sp-core", @@ -8027,8 +8085,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8056,8 +8114,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8079,8 +8137,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8095,8 +8153,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8115,8 +8173,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8126,8 +8184,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "chrono", "fdlimit", @@ -8164,8 +8222,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "fnv", @@ -8198,8 +8256,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "blake2-rfc", "hash-db", @@ -8228,8 +8286,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8241,8 +8299,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8287,8 +8345,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -8311,8 +8369,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8322,10 +8380,45 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "sc-consensus-manual-seal" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +dependencies = [ + "assert_matches", + "async-trait", + "derive_more", + "futures 0.3.15", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures 0.3.15", @@ -8352,8 +8445,8 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "sc-client-api", "sp-authorship", @@ -8363,8 +8456,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "lazy_static", @@ -8392,8 +8485,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "parity-scale-codec", @@ -8409,8 +8502,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "parity-scale-codec", @@ -8424,8 +8517,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8444,8 +8537,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8485,8 +8578,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "finality-grandpa", @@ -8509,8 +8602,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -8530,8 +8623,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8548,8 +8641,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -8568,8 +8661,8 @@ dependencies = [ [[package]] name = "sc-light" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "lazy_static", @@ -8587,8 +8680,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-std", "async-trait", @@ -8640,8 +8733,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8657,8 +8750,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "bytes 0.5.6", "fnv", @@ -8685,8 +8778,8 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "libp2p", @@ -8699,7 +8792,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8707,8 +8800,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "hash-db", @@ -8742,8 +8835,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -8767,8 +8860,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8785,8 +8878,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "directories", @@ -8852,8 +8945,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "parity-scale-codec", @@ -8867,8 +8960,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8887,8 +8980,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "chrono", "futures 0.3.15", @@ -8907,8 +9000,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8944,8 +9037,8 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8955,8 +9048,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -8984,8 +9077,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "derive_more", "futures 0.3.15", @@ -9427,8 +9520,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "log", @@ -9444,8 +9537,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9456,8 +9549,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "serde", @@ -9468,8 +9561,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "integer-sqrt", "num-traits", @@ -9482,8 +9575,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -9494,8 +9587,8 @@ dependencies = [ [[package]] name = "sp-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "parity-scale-codec", @@ -9506,8 +9599,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -9518,8 +9611,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "log", @@ -9536,8 +9629,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures 0.3.15", @@ -9563,8 +9656,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "merlin", @@ -9585,8 +9678,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9595,8 +9688,8 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9607,8 +9700,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "base58", "blake2-rfc", @@ -9651,8 +9744,8 @@ dependencies = [ [[package]] name = "sp-database" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9661,7 +9754,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro2", "quote", @@ -9670,8 +9763,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "environmental", "parity-scale-codec", @@ -9681,8 +9774,8 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "finality-grandpa", "log", @@ -9698,8 +9791,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9712,8 +9805,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "hash-db", @@ -9737,8 +9830,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "lazy_static", "sp-core", @@ -9748,8 +9841,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "derive_more", @@ -9765,8 +9858,8 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ruzstd", "zstd", @@ -9774,8 +9867,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "serde", @@ -9787,8 +9880,8 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9798,8 +9891,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "sp-api", "sp-core", @@ -9809,15 +9902,15 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "backtrace", ] [[package]] name = "sp-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "rustc-hash", "serde", @@ -9827,8 +9920,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "either", "hash256-std-hasher", @@ -9848,8 +9941,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9865,8 +9958,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9878,7 +9971,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "serde", "serde_json", @@ -9886,8 +9979,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-api", @@ -9899,8 +9992,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9909,8 +10002,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "log", @@ -9932,13 +10025,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" [[package]] name = "sp-storage" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9950,8 +10043,8 @@ dependencies = [ [[package]] name = "sp-tasks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "log", "sp-core", @@ -9963,8 +10056,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9980,8 +10073,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "erased-serde", "log", @@ -9998,8 +10091,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "sp-api", "sp-runtime", @@ -10007,8 +10100,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "log", @@ -10022,8 +10115,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "hash-db", "memory-db", @@ -10036,8 +10129,8 @@ dependencies = [ [[package]] name = "sp-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "futures-core", @@ -10048,8 +10141,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10063,8 +10156,8 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10075,8 +10168,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10204,9 +10297,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.21" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" +checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" dependencies = [ "clap", "lazy_static", @@ -10215,9 +10308,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" +checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" dependencies = [ "heck", "proc-macro-error", @@ -10262,8 +10355,8 @@ dependencies = [ [[package]] name = "substrate-browser-utils" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "chrono", "console_error_panic_hook", @@ -10289,15 +10382,15 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "platforms", ] [[package]] name = "substrate-frame-rpc-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10320,7 +10413,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-std", "derive_more", @@ -10334,7 +10427,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "async-trait", "futures 0.1.29", @@ -10362,8 +10455,8 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -10372,8 +10465,8 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10382,8 +10475,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10531,6 +10624,51 @@ dependencies = [ "tiny-keccak", ] +[[package]] +name = "test-runner" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" +dependencies = [ + "frame-system", + "futures 0.3.15", + "jsonrpc-core", + "log", + "num-traits", + "sc-basic-authorship", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-manual-seal", + "sc-executor", + "sc-finality-grandpa", + "sc-informant", + "sc-network", + "sc-rpc", + "sc-rpc-server", + "sc-service", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-keyring", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-runtime-interface", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-wasm-interface", + "tokio 0.2.21", +] + [[package]] name = "textwrap" version = "0.11.0" @@ -11127,8 +11265,8 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#deac6324a16fc4128b94a7b4c3826eebcb86917f" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#00de2189b56cc3269c615b55d4c36dabf6f350ef" dependencies = [ "frame-try-runtime", "log", @@ -11144,7 +11282,6 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-externalities", - "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine",