diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index da02c37e7c..d665e505b1 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -14,9 +14,9 @@ name = "adder" version = "0.7.21" dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -27,14 +27,14 @@ version = "0.1.0" dependencies = [ "adder 0.7.21", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-collator 0.7.21", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -397,32 +397,6 @@ dependencies = [ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "browser-utils" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" -dependencies = [ - "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "console_log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb-web 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-informant 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "bs58" version = "0.2.5" @@ -1037,6 +1011,31 @@ dependencies = [ "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "ethbloom" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "ethereum-types" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "ethbloom 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "exit-future" version = "0.2.0" @@ -1116,7 +1115,7 @@ dependencies = [ "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1156,79 +1155,82 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-benchmarking" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "frame-executive" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "frame-metadata" -version = "11.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "11.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "frame-support" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support-procedural 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-metadata 11.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support-procedural-tools 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1236,10 +1238,10 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1248,8 +1250,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1258,27 +1260,27 @@ dependencies = [ [[package]] name = "frame-system" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "frame-system-rpc-runtime-api" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -1829,7 +1831,15 @@ name = "impl-codec" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "impl-rlp" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rlp 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2036,41 +2046,41 @@ name = "kusama-runtime" version = "0.7.21" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-recovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-society 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-utility 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-vesting 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-balances 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-collective 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-democracy 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-elections-phragmen 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-finality-tracker 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-grandpa 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-identity 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-im-online 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-indices 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-membership 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-nicks 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-offences 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-randomness-collective-flip 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-recovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-society 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-staking-reward-curve 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-utility 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", "polkadot-runtime-common 0.7.21", @@ -2078,22 +2088,22 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3002,329 +3012,329 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-authorship" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-babe" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-balances" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-benchmarking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-collective" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-democracy" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-elections-phragmen" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-phragmen 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-phragmen 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-finality-tracker" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-tracker 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-grandpa" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-finality-tracker 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-grandpa 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-identity" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-benchmarking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-im-online" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-indices" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-membership" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-nicks" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-offences" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-balances 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-randomness-collective-flip" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-recovery" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-session" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-society" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-staking" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-phragmen 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-phragmen 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-staking-reward-curve" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3334,122 +3344,121 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-timestamp" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-benchmarking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-transaction-payment" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-treasury" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-balances 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-utility" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "pallet-vesting" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -3521,19 +3530,19 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "byte-slice-cast 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec-derive 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "parity-scale-codec-derive" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3566,7 +3575,10 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3754,19 +3766,19 @@ dependencies = [ "kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb-rocksdb 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-erasure-coding 0.7.21", "polkadot-primitives 0.7.21", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3774,19 +3786,19 @@ dependencies = [ name = "polkadot-cli" version = "0.7.21" dependencies = [ - "browser-utils 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.7.21", - "sc-cli 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-cli 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-db 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-browser-utils 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3799,22 +3811,22 @@ dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-cli 0.7.21", "polkadot-network 0.7.21", "polkadot-primitives 0.7.21", "polkadot-service 0.7.21", "polkadot-validation 0.7.21", - "sc-cli 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-cli 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3823,11 +3835,11 @@ name = "polkadot-erasure-coding" version = "0.7.21" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.21", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -3841,21 +3853,21 @@ dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-availability-store 0.7.21", "polkadot-erasure-coding 0.7.21", "polkadot-primitives 0.7.21", "polkadot-validation 0.7.21", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network-gossip 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3868,16 +3880,16 @@ dependencies = [ "halt 0.7.21", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3886,20 +3898,20 @@ name = "polkadot-primitives" version = "0.7.21" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-serializer 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -3907,15 +3919,15 @@ name = "polkadot-rpc" version = "0.7.21" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.21", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-frame-rpc-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-frame-rpc-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -3923,39 +3935,39 @@ name = "polkadot-runtime" version = "0.7.21" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-sudo 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-vesting 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-balances 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-collective 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-democracy 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-elections-phragmen 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-finality-tracker 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-grandpa 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-identity 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-im-online 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-indices 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-membership 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-nicks 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-offences 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-randomness-collective-flip 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-staking-reward-curve 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-sudo 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", "polkadot-runtime-common 0.7.21", @@ -3963,21 +3975,21 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3988,37 +4000,37 @@ name = "polkadot-runtime-common" version = "0.7.21" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-vesting 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-balances 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-randomness-collective-flip 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-staking-reward-curve 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4027,17 +4039,17 @@ dependencies = [ name = "polkadot-service" version = "0.7.21" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kusama-runtime 0.7.21", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-im-online 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-availability-store 0.7.21", "polkadot-network 0.7.21", @@ -4045,44 +4057,45 @@ dependencies = [ "polkadot-rpc 0.7.21", "polkadot-runtime 0.7.21", "polkadot-validation 0.7.21", - "sc-authority-discovery 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-chain-spec 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-authority-discovery 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-db 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-finality-grandpa 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-service 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-grandpa 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-prometheus-endpoint 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-statement-table" version = "0.7.21" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.21", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -4095,29 +4108,29 @@ dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-availability-store 0.7.21", "polkadot-erasure-coding 0.7.21", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", "polkadot-statement-table 0.7.21", - "sc-block-builder 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-finality-grandpa 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4165,6 +4178,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fixed-hash 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4245,20 +4259,6 @@ dependencies = [ "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "prometheus-exporter" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" -dependencies = [ - "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "prost" version = "0.6.1" @@ -4609,6 +4609,14 @@ dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rlp" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rocksdb" version = "0.13.0" @@ -4742,8 +4750,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4751,56 +4759,56 @@ dependencies = [ "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-block-builder" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-chain-spec" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-chain-spec-derive" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4810,8 +4818,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4826,31 +4834,31 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "prometheus-exporter 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-informant 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-informant 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-service 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-tracing 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-panic-handler 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4859,31 +4867,31 @@ dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client-api" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4892,29 +4900,29 @@ dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-client-db" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4922,29 +4930,29 @@ dependencies = [ "kvdb-rocksdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-state-db 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-state-db 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-consensus-babe" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4952,225 +4960,228 @@ dependencies = [ "num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-rational 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-epochs 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-slots 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-uncles 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-consensus-epochs 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-consensus-slots 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-consensus-uncles 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-consensus-epochs" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "fork-tree 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-consensus-slots" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-consensus-uncles" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-executor" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmi 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmtime 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-wasmi 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-wasmtime 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-panic-handler 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-serializer 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-common" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-allocator 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-allocator 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-serializer 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmi" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-allocator 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-allocator 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmtime" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-allocator 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-allocator 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-finality-grandpa" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "finality-grandpa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network-gossip 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-tracker 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-grandpa 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-tracker 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-prometheus-endpoint 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-informant" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-service 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-keystore" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-network" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5178,7 +5189,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5188,28 +5199,29 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "nohash-hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-peerset 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-peerset 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-prometheus-endpoint 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5219,8 +5231,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5228,15 +5240,15 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-offchain" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5246,23 +5258,23 @@ dependencies = [ "hyper-rustls 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-peerset" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5273,38 +5285,38 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-pubsub 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-api 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-rpc-api 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-rpc-api" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5313,21 +5325,21 @@ dependencies = [ "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-pubsub 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-rpc-server" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5336,13 +5348,13 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-service" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5353,35 +5365,35 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "prometheus-exporter 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-chain-spec 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-server 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-db 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-rpc-server 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-tracing 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-prometheus-endpoint 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5390,19 +5402,22 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sc-telemetry" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5423,13 +5438,13 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5438,8 +5453,8 @@ dependencies = [ [[package]] name = "sc-transaction-graph" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5448,33 +5463,33 @@ dependencies = [ "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-transaction-pool" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-graph 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-transaction-graph 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5801,35 +5816,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-allocator" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-api" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api-proc-macro 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api-proc-macro 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-api-proc-macro" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5840,84 +5855,84 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-arithmetic" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-authority-discovery" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-authorship" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-block-builder" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-blockchain" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-consensus" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5925,37 +5940,37 @@ dependencies = [ "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-consensus-babe" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-core" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5969,7 +5984,7 @@ dependencies = [ "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5979,11 +5994,11 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-storage 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5994,8 +6009,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6004,91 +6019,91 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-storage 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-finality-grandpa" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-finality-tracker" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-inherents" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-io" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-keyring" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-offchain" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-panic-handler" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6096,61 +6111,62 @@ dependencies = [ [[package]] name = "sp-phragmen" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-rpc" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-runtime" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ + "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-arithmetic 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-runtime-interface" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface-proc-macro 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface-proc-macro 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface-proc-macro" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6161,8 +6177,8 @@ dependencies = [ [[package]] name = "sp-serializer" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6170,122 +6186,122 @@ dependencies = [ [[package]] name = "sp-session" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-staking" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-state-machine" -version = "0.8.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-panic-handler 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-std" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" [[package]] name = "sp-storage" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-timestamp" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-transaction-pool" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-trie" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-version" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sp-wasm-interface" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6386,24 +6402,64 @@ dependencies = [ ] [[package]] -name = "substrate-frame-rpc-system" -version = "2.0.0-alpha.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6a242290efa96c9fe8eca0b31623409a1e216fd1" +name = "substrate-browser-utils" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "console_log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-web 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-informant 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-service 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "substrate-frame-rpc-system" +version = "2.0.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" +dependencies = [ + "frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + +[[package]] +name = "substrate-prometheus-endpoint" +version = "0.8.0-alpha.3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#9fbdb7c1288f4a388a08ae7003a4c578ed6db030" +dependencies = [ + "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6910,7 +6966,7 @@ name = "twox-hash" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -7562,7 +7618,6 @@ dependencies = [ "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" "checksum broadcaster 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9c972e21e0d055a36cf73e4daae870941fe7a8abcd5ac3396aab9e4c126bd87" -"checksum browser-utils 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c95ee6bba9d950218b6cc910cf62bc9e0a171d0f4537e3627b0f54d08549b188" "checksum bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b170cd256a3f9fa6b9edae3e44a7dfdfc77e8124dbc3e2612d75f9c3e2396dae" "checksum bstr 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "502ae1441a0a5adb8fbd38a5955a6416b9493e92b465de5e4a9bde6a539c2c48" @@ -7635,6 +7690,8 @@ dependencies = [ "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" "checksum escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74cf96bec282dcdb07099f7e31d9fed323bca9435a09aba7b6d99b7617bca96d" +"checksum ethbloom 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cfe1c169414b709cf28aa30c74060bdb830a03a8ba473314d079ac79d80a5f" +"checksum ethereum-types 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba744248e3553a393143d5ebb68939fc3a4ec0c22a269682535f5ffe7fed728c" "checksum exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" "checksum faerie 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74b9ed6159e4a6212c61d9c6a86bee01876b192a64accecf58d5b5ae3b667b52" "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" @@ -7648,16 +7705,16 @@ dependencies = [ "checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" "checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum fork-tree 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-benchmarking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-executive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-metadata 11.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum fork-tree 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-executive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-metadata 11.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-support-procedural 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-support-procedural-tools 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" @@ -7713,6 +7770,7 @@ dependencies = [ "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" "checksum impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" +"checksum impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5" "checksum impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8" "checksum impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbe9ea9b182f0fb1cabbd61f4ff9b7b7b9197955e95a7e4c27de5055eb29ff8" "checksum impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d" @@ -7814,42 +7872,42 @@ dependencies = [ "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" -"checksum pallet-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-babe 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-balances 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-collective 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-democracy 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-elections-phragmen 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-finality-tracker 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-grandpa 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-identity 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-im-online 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-indices 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-membership 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-nicks 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-offences 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-randomness-collective-flip 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-recovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-society 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking-reward-curve 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-sudo 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-treasury 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-utility 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-vesting 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-balances 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-collective 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-democracy 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-elections-phragmen 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-finality-tracker 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-grandpa 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-identity 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-im-online 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-indices 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-membership 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-nicks 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-offences 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-randomness-collective-flip 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-recovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-society 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-staking-reward-curve 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-sudo 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-transaction-payment 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-utility 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "045b3c7af871285146300da35b1932bb6e4639b66c7c98e85d06a32cbc4e8fa7" "checksum parity-multiaddr 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477" "checksum parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df3a17dc27848fd99e4f87eb0f8c9baba6ede0a6d555400c850ca45254ef4ce3" "checksum parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775" -"checksum parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507" -"checksum parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476" +"checksum parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f509c5e67ca0605ee17dcd3f91ef41cadd685c75a298fb6261b781a5acb3f910" +"checksum parity-scale-codec-derive 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245" "checksum parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" "checksum parity-util-mem 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "01b04e4d2588668d5aa93144b3bd719be963542e60042d66c7586ca763838a5b" "checksum parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1476e40bf8f5c6776e9600983435821ca86eb9819d74a6207cca69d091406a" @@ -7887,7 +7945,6 @@ dependencies = [ "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" "checksum prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5567486d5778e2c6455b1b90ff1c558f29e751fc018130fa182e15828e728af1" -"checksum prometheus-exporter 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212" "checksum prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26" "checksum prost-derive 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72" @@ -7925,6 +7982,7 @@ dependencies = [ "checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856" "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" "checksum ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)" = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862" +"checksum rlp 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3a44d5ae8afcb238af8b75640907edc6c931efcfab2c854e81ed35fa080f84cd" "checksum rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12069b106981c6103d3eab7dd1c86751482d0779a520b7c14954c8b586c1e643" "checksum rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f" "checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" @@ -7941,38 +7999,38 @@ dependencies = [ "checksum safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" "checksum salsa20 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2324b0e8c3bb9a586a571fdb3136f70e7e2c748de00a78043f86e0cff91f91fe" "checksum salsa20-core 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2fe6cc1b9f5a5867853ade63099de70f042f7679e408d1ffe52821c9248e6e69" -"checksum sc-authority-discovery 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-block-builder 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-cli 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-db 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-epochs 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-slots 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-uncles 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-common 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmi 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmtime 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-finality-grandpa 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-informant 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-keystore 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network-gossip 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-peerset 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-api 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-server 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-service 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-state-db 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-telemetry 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-tracing 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-graph 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-authority-discovery 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-chain-spec 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-chain-spec-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-cli 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-client-db 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-consensus-epochs 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-consensus-slots 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-consensus-uncles 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-executor 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-executor-common 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-executor-wasmi 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-executor-wasmtime 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-finality-grandpa 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-informant 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-network-gossip 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-peerset 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-rpc-api 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-rpc-server 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-service 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-state-db 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-telemetry 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-tracing 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-transaction-graph 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295" "checksum schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3" "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" @@ -8008,43 +8066,43 @@ dependencies = [ "checksum snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "afb767eee7d257ba202f0b9b08673bc13b22281632ef45267b19f13100accd2f" "checksum soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum sp-allocator 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-api 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-api-proc-macro 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-application-crypto 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-arithmetic 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authority-discovery 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authorship 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-block-builder 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-blockchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus-babe 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-core 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-debug-derive 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-externalities 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-grandpa 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-tracker 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-inherents 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-io 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-keyring 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-offchain 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-panic-handler 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-phragmen 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-rpc 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-serializer 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-session 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-staking 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-state-machine 0.8.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-std 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-storage 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-timestamp 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-transaction-pool 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-trie 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-version 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-wasm-interface 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-allocator 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-api-proc-macro 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-application-crypto 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-arithmetic 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-authority-discovery 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-authorship 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-block-builder 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-blockchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-consensus 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-consensus-babe 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-debug-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-externalities 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-finality-grandpa 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-finality-tracker 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-keyring 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-offchain 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-panic-handler 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-phragmen 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-serializer 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-session 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-staking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-storage 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-timestamp 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-transaction-pool 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-wasm-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" @@ -8057,7 +8115,9 @@ dependencies = [ "checksum strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" "checksum strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-frame-rpc-system 2.0.0-alpha.1 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-browser-utils 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-frame-rpc-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-prometheus-endpoint 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e30c70de7e7d5fd404fe26db1e7a4d6b553e2760b1ac490f249c04a960c483b8" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" diff --git a/polkadot/availability-store/src/lib.rs b/polkadot/availability-store/src/lib.rs index e7716b2869..bd4f77ae36 100644 --- a/polkadot/availability-store/src/lib.rs +++ b/polkadot/availability-store/src/lib.rs @@ -32,7 +32,7 @@ use polkadot_primitives::{ ParachainHost, AvailableData, OmittedValidationData, }, }; -use sp_runtime::traits::{BlakeTwo256, Hash as HashT, HasherFor}; +use sp_runtime::traits::{BlakeTwo256, Hash as HashT, HashFor}; use sp_blockchain::{Result as ClientResult}; use client::{ BlockchainEvents, BlockBody, @@ -199,7 +199,7 @@ impl Store { P::Api: ParachainHost, P::Api: ApiExt, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend>, + sp_api::StateBackendFor: sp_api::StateBackend>, { let to_worker = self.to_worker.clone(); diff --git a/polkadot/availability-store/src/worker.rs b/polkadot/availability-store/src/worker.rs index 90f1e14a2a..d94f07fdb7 100644 --- a/polkadot/availability-store/src/worker.rs +++ b/polkadot/availability-store/src/worker.rs @@ -21,7 +21,7 @@ use std::thread; use log::{error, info, trace, warn}; use sp_blockchain::{Result as ClientResult}; -use sp_runtime::traits::{Header as HeaderT, Block as BlockT, HasherFor}; +use sp_runtime::traits::{Header as HeaderT, Block as BlockT, HashFor, BlakeTwo256}; use sp_api::{ApiExt, ProvideRuntimeApi}; use client::{ BlockchainEvents, BlockBody, @@ -205,7 +205,7 @@ where P: ProvideRuntimeApi, P::Api: ParachainHost, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend>, + sp_api::StateBackendFor: sp_api::StateBackend>, { let api = client.runtime_api(); @@ -229,7 +229,7 @@ where P::Api: ParachainHost + ApiExt, S: Sink + Clone + Send + Sync + Unpin, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend>, + sp_api::StateBackendFor: sp_api::StateBackend>, { let mut finality_notification_stream = client.finality_notification_stream(); @@ -613,7 +613,7 @@ impl BlockImport for AvailabilityBlockImport where P: ProvideRuntimeApi + ProvideCache, P::Api: ParachainHost, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend + sp_api::StateBackendFor: sp_api::StateBackend { type Error = ConsensusError; type Transaction = sp_api::TransactionFor; @@ -726,7 +726,7 @@ impl AvailabilityBlockImport { P::Api: ParachainHost, P::Api: ApiExt, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend>, + sp_api::StateBackendFor: sp_api::StateBackend>, { let (signal, exit) = exit_future::signal(); diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 83ad13e0fb..e9a4897173 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "0.2.10", features = ["rt-threaded"], optional = true } wasm-bindgen = { version = "0.2.57", optional = true } wasm-bindgen-futures = { version = "0.4.7", optional = true } -browser-utils = { package = "browser-utils", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } [features] default = [ "wasmtime", "rocksdb", "cli" ] diff --git a/polkadot/cli/src/command.rs b/polkadot/cli/src/command.rs index c99aec58b6..c731124f8b 100644 --- a/polkadot/cli/src/command.rs +++ b/polkadot/cli/src/command.rs @@ -15,7 +15,7 @@ // along with Polkadot. If not, see . use log::info; -use sp_core::Blake2Hasher; +use sp_runtime::traits::BlakeTwo256; use service::{IsKusama, Block, self, RuntimeApiCollection, TFullClient}; use sp_api::ConstructRuntimeApi; use sc_executor::NativeExecutionDispatch; @@ -116,7 +116,7 @@ where D: service::NativeExecutionDispatch + 'static, // Rust bug: https://github.com/rust-lang/rust/issues/24159 <>>::RuntimeApi as sp_api::ApiExt>::StateBackend: - sp_api::StateBackend, + sp_api::StateBackend, // Rust bug: https://github.com/rust-lang/rust/issues/43580 R: ConstructRuntimeApi< Block, @@ -140,11 +140,11 @@ where // We can't simply use `service::TLightClient` due to a // Rust bug: https://github.com/rust-lang/rust/issues/43580 type TLightClient = sc_client::Client< - sc_client::light::backend::Backend, Blake2Hasher>, + sc_client::light::backend::Backend, BlakeTwo256>, sc_client::light::call_executor::GenesisCallExecutor< - sc_client::light::backend::Backend, Blake2Hasher>, + sc_client::light::backend::Backend, BlakeTwo256>, sc_client::LocalCallExecutor< - sc_client::light::backend::Backend, Blake2Hasher>, + sc_client::light::backend::Backend, BlakeTwo256>, sc_executor::NativeExecutor > >, diff --git a/polkadot/collator/src/lib.rs b/polkadot/collator/src/lib.rs index 1f3f991c43..0886925ada 100644 --- a/polkadot/collator/src/lib.rs +++ b/polkadot/collator/src/lib.rs @@ -52,7 +52,8 @@ use std::time::Duration; use futures::{future, Future, Stream, FutureExt, TryFutureExt, StreamExt, task::Spawn}; use log::warn; use sc_client::BlockchainEvents; -use sp_core::{Pair, Blake2Hasher}; +use sp_core::Pair; +use sp_runtime::traits::BlakeTwo256; use polkadot_primitives::{ BlockId, Hash, Block, parachain::{ @@ -145,14 +146,14 @@ pub trait BuildParachainContext { as ProvideRuntimeApi>::Api: RuntimeApiCollection, // Rust bug: https://github.com/rust-lang/rust/issues/24159 < as ProvideRuntimeApi>::Api as sp_api::ApiExt>::StateBackend: - sp_api::StateBackend, + sp_api::StateBackend, Extrinsic: codec::Codec + Send + Sync + 'static, E: sc_client::CallExecutor + Clone + Send + Sync + 'static, SP: Spawn + Clone + Send + Sync + 'static, R: Send + Sync + 'static, B: sc_client_api::Backend + 'static, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - B::State: sp_api::StateBackend; + B::State: sp_api::StateBackend; } /// Parachain context needed for collation. @@ -236,7 +237,7 @@ fn build_collator_service( S::Backend: service::Backend, // Rust bug: https://github.com/rust-lang/rust/issues/24159 >::State: - sp_api::StateBackend>, + sp_api::StateBackend>, // Rust bug: https://github.com/rust-lang/rust/issues/24159 S::CallExecutor: service::CallExecutor, // Rust bug: https://github.com/rust-lang/rust/issues/24159 diff --git a/polkadot/network/src/legacy/tests/validation.rs b/polkadot/network/src/legacy/tests/validation.rs index 49d63d8fa6..db01272dee 100644 --- a/polkadot/network/src/legacy/tests/validation.rs +++ b/polkadot/network/src/legacy/tests/validation.rs @@ -35,7 +35,7 @@ use polkadot_primitives::parachain::{ use parking_lot::Mutex; use sp_blockchain::Result as ClientResult; use sp_api::{ApiRef, Core, RuntimeVersion, StorageProof, ApiErrorExt, ApiExt, ProvideRuntimeApi}; -use sp_runtime::traits::{Block as BlockT, HasherFor, NumberFor}; +use sp_runtime::traits::{Block as BlockT, HashFor, NumberFor}; use sp_state_machine::ChangesTrieState; use std::collections::HashMap; @@ -206,7 +206,7 @@ impl ApiErrorExt for RuntimeApi { } impl ApiExt for RuntimeApi { - type StateBackend = sp_state_machine::InMemoryBackend>; + type StateBackend = sp_state_machine::InMemoryBackend>; fn map_api_result Result, R, E>( &self, @@ -228,7 +228,7 @@ impl ApiExt for RuntimeApi { fn into_storage_changes( &self, _: &Self::StateBackend, - _: Option<&ChangesTrieState, NumberFor>>, + _: Option<&ChangesTrieState, NumberFor>>, _: ::Hash, ) -> std::result::Result, String> where Self: Sized diff --git a/polkadot/network/src/protocol.rs b/polkadot/network/src/protocol.rs index 526a9fbf76..c52d7b7ce1 100644 --- a/polkadot/network/src/protocol.rs +++ b/polkadot/network/src/protocol.rs @@ -758,9 +758,6 @@ async fn statement_import_loop( if let Some(producer) = producer { trace!(target: "validation", "driving statement work to completion"); - let table = table.clone(); - let gossip_handle = gossip_handle.clone(); - let work = producer.prime(api.clone()).validate(); let work = future::select(work.boxed(), exit.clone()).map(drop); let _ = executor.spawn(work); diff --git a/polkadot/parachain/src/wasm_executor/mod.rs b/polkadot/parachain/src/wasm_executor/mod.rs index cb1e9a261f..eb8308d92d 100644 --- a/polkadot/parachain/src/wasm_executor/mod.rs +++ b/polkadot/parachain/src/wasm_executor/mod.rs @@ -143,7 +143,6 @@ pub fn validate_candidate( /// The host functions provided by the wasm executor to the parachain wasm blob. type HostFunctions = ( sp_io::SubstrateHostFunctions, - sc_executor::deprecated_host_interface::SubstrateExternals, crate::wasm_api::parachain::HostFunctions, ); @@ -251,6 +250,14 @@ impl sp_externalities::Externalities for ValidationExternalities { fn next_storage_key(&self, _: &[u8]) -> Option> { panic!("next_storage_key: unsupported feature for parachain validation") } + + fn wipe(&mut self) { + panic!("wipe: unsupported feature for parachain validation") + } + + fn commit(&mut self) { + panic!("commit: unsupported feature for parachain validation") + } } impl sp_externalities::ExtensionStore for ValidationExternalities { diff --git a/polkadot/runtime/common/src/attestations.rs b/polkadot/runtime/common/src/attestations.rs index 6ae0d08b86..ca95433a3a 100644 --- a/polkadot/runtime/common/src/attestations.rs +++ b/polkadot/runtime/common/src/attestations.rs @@ -75,11 +75,19 @@ impl RewardAttestation for () { impl RewardAttestation for staking::Module { fn reward_immediate(validator_indices: impl IntoIterator) { + use staking::SessionInterface; + // The number of points to reward for a validity statement. // https://research.web3.foundation/en/latest/polkadot/Token%20Economics/#payment-details const STAKING_REWARD_POINTS: u32 = 20; - Self::reward_by_indices(validator_indices.into_iter().map(|i| (i, STAKING_REWARD_POINTS))) + let validators = T::SessionInterface::validators(); + + let validator_rewards = validator_indices.into_iter() + .filter_map(|i| validators.get(i as usize).cloned()) + .map(|v| (v, STAKING_REWARD_POINTS)); + + Self::reward_by_ids(validator_rewards); } } diff --git a/polkadot/runtime/common/src/parachains.rs b/polkadot/runtime/common/src/parachains.rs index d893a09f51..9562e9a4af 100644 --- a/polkadot/runtime/common/src/parachains.rs +++ b/polkadot/runtime/common/src/parachains.rs @@ -1023,6 +1023,7 @@ mod tests { pub const SlashDeferDuration: staking::EraIndex = 7; pub const AttestationPeriod: BlockNumber = 100; pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE; + pub const MaxNominatorRewardedPerValidator: u32 = 64; } impl staking::Trait for Test { @@ -1039,6 +1040,7 @@ mod tests { type SessionInterface = Self; type Time = timestamp::Module; type RewardCurve = RewardCurve; + type MaxNominatorRewardedPerValidator = MaxNominatorRewardedPerValidator; } impl attestations::Trait for Test { @@ -1159,7 +1161,6 @@ mod tests { }.assimilate_storage(&mut t).unwrap(); staking::GenesisConfig:: { - current_era: 0, stakers, validator_count: 10, minimum_validator_count: 8, diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 8e7e810b57..de7170130c 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -275,6 +275,7 @@ parameter_types! { // 28 eras in which slashes can be cancelled (7 days). pub const SlashDeferDuration: staking::EraIndex = 28; pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE; + pub const MaxNominatorRewardedPerValidator: u32 = 64; } impl staking::Trait for Runtime { @@ -292,6 +293,7 @@ impl staking::Trait for Runtime { type SlashCancelOrigin = collective::EnsureProportionAtLeast<_1, _2, AccountId, CouncilCollective>; type SessionInterface = Self; type RewardCurve = RewardCurve; + type MaxNominatorRewardedPerValidator = MaxNominatorRewardedPerValidator; } parameter_types! { diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index c13d680f6c..39679613b4 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -282,6 +282,7 @@ parameter_types! { pub const BondingDuration: staking::EraIndex = 28; pub const SlashDeferDuration: staking::EraIndex = 28; pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE; + pub const MaxNominatorRewardedPerValidator: u32 = 64; } impl staking::Trait for Runtime { @@ -299,6 +300,7 @@ impl staking::Trait for Runtime { type SlashCancelOrigin = collective::EnsureProportionAtLeast<_3, _4, AccountId, CouncilCollective>; type SessionInterface = Self; type RewardCurve = RewardCurve; + type MaxNominatorRewardedPerValidator = MaxNominatorRewardedPerValidator; } parameter_types! { diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 562f9f0912..61ec6519bb 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -52,6 +52,7 @@ system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "http codec = { package = "parity-scale-codec", version = "1.1.0" } sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [features] default = ["rocksdb"] diff --git a/polkadot/service/src/chain_spec.rs b/polkadot/service/src/chain_spec.rs index 3fc623e900..699d736876 100644 --- a/polkadot/service/src/chain_spec.rs +++ b/polkadot/service/src/chain_spec.rs @@ -181,7 +181,6 @@ fn staging_testnet_config_genesis() -> polkadot::GenesisConfig { )).collect::>(), }), staking: Some(polkadot::StakingConfig { - current_era: 0, validator_count: 50, minimum_validator_count: 4, stakers: initial_authorities @@ -325,7 +324,6 @@ pub fn testnet_genesis( )).collect::>(), }), staking: Some(polkadot::StakingConfig { - current_era: 0, minimum_validator_count: 1, validator_count: 2, stakers: initial_authorities.iter() diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index e8c56bba0b..45f56607b5 100644 --- a/polkadot/service/src/lib.rs +++ b/polkadot/service/src/lib.rs @@ -40,13 +40,12 @@ pub use sc_executor::NativeExecutionDispatch; pub use sc_client::{ExecutionStrategy, CallExecutor, Client}; pub use sc_client_api::backend::Backend; pub use sp_api::{Core as CoreApi, ConstructRuntimeApi, ProvideRuntimeApi, StateBackend}; -pub use sp_runtime::traits::HasherFor; +pub use sp_runtime::traits::HashFor; pub use consensus_common::SelectChain; pub use polkadot_network::legacy::PolkadotProtocol; pub use polkadot_primitives::parachain::{CollatorId, ParachainHost}; pub use polkadot_primitives::Block; -pub use sp_core::Blake2Hasher; -pub use sp_runtime::traits::{Block as BlockT, self as runtime_traits}; +pub use sp_runtime::traits::{Block as BlockT, self as runtime_traits, BlakeTwo256}; pub use sc_network::specialization::NetworkSpecialization; pub use chain_spec::ChainSpec; #[cfg(not(target_os = "unknown"))] @@ -54,6 +53,7 @@ pub use consensus::run_validation_worker; pub use codec::Codec; pub use polkadot_runtime; pub use kusama_runtime; +use prometheus_endpoint::Registry; /// Configuration type that is being used. /// @@ -90,7 +90,7 @@ pub trait RuntimeApiCollection + authority_discovery_primitives::AuthorityDiscoveryApi where Extrinsic: RuntimeExtrinsic, - >::StateBackend: sp_api::StateBackend, + >::StateBackend: sp_api::StateBackend, {} impl RuntimeApiCollection for Api @@ -108,7 +108,7 @@ where + sp_session::SessionKeys + authority_discovery_primitives::AuthorityDiscoveryApi, Extrinsic: RuntimeExtrinsic, - >::StateBackend: sp_api::StateBackend, + >::StateBackend: sp_api::StateBackend, {} pub trait RuntimeExtrinsic: codec::Codec + Send + Sync + 'static @@ -152,7 +152,7 @@ macro_rules! new_full_start { let select_chain = select_chain.take() .ok_or_else(|| service::Error::SelectChainRequired)?; let (grandpa_block_import, grandpa_link) = - grandpa::block_import::<_, _, _, Runtime, _>( + grandpa::block_import( client.clone(), &*client, select_chain )?; let justification_import = grandpa_block_import.clone(); @@ -177,7 +177,10 @@ macro_rules! new_full_start { })? .with_rpc_extensions(|builder| -> Result { Ok(polkadot_rpc::create_full(builder.client().clone(), builder.pool())) - })?; + })? + .with_prometheus_registry( + Registry::new_custom(Some("polkadot".into()), None)? + ); (builder, import_setup, inherent_data_providers) }} @@ -192,7 +195,7 @@ where RuntimeApiCollection, Block>>, Dispatch: NativeExecutionDispatch + 'static, Extrinsic: RuntimeExtrinsic, - >::StateBackend: sp_api::StateBackend, + >::StateBackend: sp_api::StateBackend, { config.keystore = service::config::KeystoreConfig::InMemory; Ok(new_full_start!(config, Runtime, Dispatch).0) @@ -261,7 +264,7 @@ pub fn new_full( Dispatch: NativeExecutionDispatch + 'static, Extrinsic: RuntimeExtrinsic, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - >::StateBackend: sp_api::StateBackend, + >::StateBackend: sp_api::StateBackend, { use sc_network::Event; use futures::stream::StreamExt; @@ -475,6 +478,7 @@ pub fn new_full( on_exit: service.on_exit(), telemetry_on_connect: Some(service.telemetry_on_connect_stream()), voting_rule: grandpa::VotingRulesBuilder::default().build(), + prometheus_registry: service.prometheus_registry(), }; service.spawn_essential_task( @@ -529,13 +533,13 @@ pub fn kusama_new_light( // We can't use service::TLightClient due to // Rust bug: https://github.com/rust-lang/rust/issues/43580 type TLocalLightClient = Client< - sc_client::light::backend::Backend, sp_core::Blake2Hasher>, + sc_client::light::backend::Backend, BlakeTwo256>, sc_client::light::call_executor::GenesisCallExecutor< - sc_client::light::backend::Backend, sp_core::Blake2Hasher>, + sc_client::light::backend::Backend, BlakeTwo256>, sc_client::LocalCallExecutor< sc_client::light::backend::Backend< sc_client_db::light::LightStorage, - sp_core::Blake2Hasher + BlakeTwo256 >, sc_executor::NativeExecutor > @@ -589,7 +593,7 @@ where let fetch_checker = fetcher .map(|fetcher| fetcher.checker().clone()) .ok_or_else(|| "Trying to start light import queue without active fetch checker")?; - let grandpa_block_import = grandpa::light_block_import::<_, _, _, Runtime>( + let grandpa_block_import = grandpa::light_block_import( client.clone(), backend, &*client, Arc::new(fetch_checker) )?; @@ -628,5 +632,8 @@ where Ok(polkadot_rpc::create_light(builder.client().clone(), remote_blockchain, fetcher, builder.pool())) })? + .with_prometheus_registry( + Registry::new_custom(Some("polkadot".into()), None)? + ) .build() } diff --git a/polkadot/test-parachains/adder/collator/Cargo.toml b/polkadot/test-parachains/adder/collator/Cargo.toml index d434ffe2d6..f3ad4cba00 100644 --- a/polkadot/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/test-parachains/adder/collator/Cargo.toml @@ -13,5 +13,5 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot- client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } parking_lot = "0.10.0" -codec = { package = "parity-scale-codec", version = "1.1.0" } +codec = { package = "parity-scale-codec", version = "1.2.0" } futures = "0.3.4" diff --git a/polkadot/validation/src/block_production.rs b/polkadot/validation/src/block_production.rs index 4fd5127523..7cbb40ad5f 100644 --- a/polkadot/validation/src/block_production.rs +++ b/polkadot/validation/src/block_production.rs @@ -33,7 +33,7 @@ use polkadot_primitives::{Hash, Block, BlockId, Header}; use polkadot_primitives::parachain::{ ParachainHost, AttestedCandidate, NEW_HEADS_IDENTIFIER, }; -use runtime_primitives::traits::{DigestFor, HasherFor}; +use runtime_primitives::traits::{DigestFor, HashFor}; use futures_timer::Delay; use txpool_api::{TransactionPool, InPoolTransaction}; @@ -90,7 +90,7 @@ where State = sp_api::StateBackendFor > + 'static, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend> + Send, + sp_api::StateBackendFor: sp_api::StateBackend> + Send, { type CreateProposer = Pin> + Send + 'static @@ -142,7 +142,7 @@ impl consensus::Proposer for Proposer + BlockBuilderApi + ApiExt, Backend: sc_client_api::Backend> + 'static, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend> + Send, + sp_api::StateBackendFor: sp_api::StateBackend> + Send, { type Error = Error; type Transaction = sp_api::TransactionFor; @@ -249,7 +249,7 @@ impl CreateProposalData where Client::Api: ParachainHost + BlockBuilderApi + ApiExt, Backend: sc_client_api::Backend> + 'static, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend> + Send, + sp_api::StateBackendFor: sp_api::StateBackend> + Send, { fn propose_with( mut self, diff --git a/polkadot/validation/src/validation_service/mod.rs b/polkadot/validation/src/validation_service/mod.rs index a83777239f..dfd193684e 100644 --- a/polkadot/validation/src/validation_service/mod.rs +++ b/polkadot/validation/src/validation_service/mod.rs @@ -41,7 +41,7 @@ use polkadot_primitives::parachain::{ use babe_primitives::BabeApi; use keystore::KeyStorePtr; use sp_api::{ApiExt, ProvideRuntimeApi}; -use runtime_primitives::traits::HasherFor; +use runtime_primitives::traits::HashFor; use availability_store::Store as AvailabilityStore; use log::{warn, error, info, debug}; @@ -152,7 +152,7 @@ impl ServiceBuilder where SC: SelectChain + 'static, SP: Spawn + Send + 'static, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend>, + sp_api::StateBackendFor: sp_api::StateBackend>, { /// Build the service - this consists of a handle to it, as well as a background /// future to be run to completion. @@ -275,7 +275,7 @@ impl ParachainValidationInstances where N::BuildTableRouter: Unpin + Send + 'static, SP: Spawn + Send + 'static, // Rust bug: https://github.com/rust-lang/rust/issues/24159 - sp_api::StateBackendFor: sp_api::StateBackend>, + sp_api::StateBackendFor: sp_api::StateBackend>, { /// Get an attestation table for given parent hash. ///