diff --git a/Cargo.lock b/Cargo.lock index 64fd5ea60699..3e41dea2b738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ 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)", "polkadot-parachain 0.7.21", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", ] @@ -32,9 +32,9 @@ dependencies = [ "polkadot-collator 0.7.21", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -415,14 +415,19 @@ dependencies = [ "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "bs58" version = "0.3.0" @@ -526,7 +531,6 @@ dependencies = [ "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1153,7 +1157,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1161,69 +1165,69 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "frame-metadata" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -1232,9 +1236,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -1244,7 +1248,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -1254,26 +1258,26 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -1557,25 +1561,6 @@ dependencies = [ "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "grafana-data-source" -version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" -dependencies = [ - "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 3.0.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)", - "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)", - "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)", - "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "h2" version = "0.1.26" @@ -2055,40 +2040,40 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", @@ -2097,22 +2082,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -3035,328 +3020,328 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -3367,121 +3352,121 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -3489,6 +3474,23 @@ name = "parity-bytes" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "parity-multiaddr" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "parity-multiaddr" version = "0.7.2" @@ -3506,6 +3508,20 @@ dependencies = [ "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "parity-multihash" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "parity-multihash" version = "0.2.3" @@ -3759,15 +3775,15 @@ dependencies = [ "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3775,18 +3791,18 @@ dependencies = [ name = "polkadot-cli" version = "0.7.21" dependencies = [ - "browser-utils 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "browser-utils 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -3806,16 +3822,16 @@ dependencies = [ "polkadot-primitives 0.7.21", "polkadot-service 0.7.21", "polkadot-validation 0.7.21", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3827,8 +3843,8 @@ dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -3848,15 +3864,15 @@ dependencies = [ "polkadot-erasure-coding 0.7.21", "polkadot-primitives 0.7.21", "polkadot-validation 0.7.21", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3871,14 +3887,14 @@ 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3887,20 +3903,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -3908,15 +3924,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.21", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -3924,38 +3940,38 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", @@ -3964,21 +3980,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -3989,21 +4005,21 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", @@ -4011,15 +4027,15 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", ] @@ -4028,16 +4044,16 @@ dependencies = [ name = "polkadot-service" version = "0.7.21" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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", @@ -4046,35 +4062,35 @@ dependencies = [ "polkadot-rpc 0.7.21", "polkadot-runtime 0.7.21", "polkadot-validation 0.7.21", - "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -4083,7 +4099,7 @@ version = "0.7.21" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.21", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -4096,7 +4112,7 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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", @@ -4104,21 +4120,21 @@ dependencies = [ "polkadot-parachain 0.7.21", "polkadot-primitives 0.7.21", "polkadot-statement-table 0.7.21", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4233,6 +4249,33 @@ dependencies = [ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "prometheus" +version = "0.7.0" +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)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "prometheus-exporter" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" +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" @@ -4280,6 +4323,11 @@ dependencies = [ "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "protobuf" +version = "2.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "quick-error" version = "1.2.3" @@ -4712,7 +4760,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4724,52 +4772,52 @@ dependencies = [ "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -4780,7 +4828,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -4795,21 +4843,22 @@ 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 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -4818,7 +4867,7 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -4829,29 +4878,29 @@ 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -4862,27 +4911,27 @@ 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -4894,25 +4943,25 @@ 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)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -4924,81 +4973,81 @@ dependencies = [ "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5007,66 +5056,66 @@ dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", ] @@ -5074,71 +5123,72 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", "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)", + "prometheus-exporter 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5146,7 +5196,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -5158,25 +5208,26 @@ dependencies = [ "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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prometheus-exporter 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5187,7 +5238,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "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)", @@ -5196,15 +5247,15 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.1.17 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5217,20 +5268,20 @@ dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5242,7 +5293,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5251,28 +5302,28 @@ 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5285,17 +5336,17 @@ dependencies = [ "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5304,13 +5355,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5318,38 +5369,38 @@ dependencies = [ "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 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "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.7.2 (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-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-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "prometheus-exporter 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -5359,18 +5410,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5392,13 +5443,12 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -5408,7 +5458,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5417,17 +5467,17 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5437,13 +5487,13 @@ dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5771,34 +5821,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5810,83 +5860,83 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5897,34 +5947,34 @@ dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5948,11 +5998,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", @@ -5964,7 +6014,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -5974,90 +6024,90 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -6066,26 +6116,26 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "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)", @@ -6094,32 +6144,32 @@ dependencies = [ "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -6131,7 +6181,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -6140,28 +6190,28 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", @@ -6169,10 +6219,10 @@ dependencies = [ "parity-scale-codec 1.1.2 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", ] @@ -6180,57 +6230,57 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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)", ] @@ -6238,23 +6288,23 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6357,22 +6407,22 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot#402106c720e8efb11383689617b8d26a0200b898" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)", ] [[package]] @@ -6942,6 +6992,11 @@ name = "unicode-xid" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "unsigned-varint" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "unsigned-varint" version = "0.3.0" @@ -7535,7 +7590,8 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum browser-utils 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"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" "checksum bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742" @@ -7620,16 +7676,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" "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" @@ -7661,7 +7717,6 @@ dependencies = [ "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" "checksum gloo-timers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0b2d17dbd803c2fc86cb1b613adf63192046a7176f383a8302594654752c4c4a" "checksum goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da" -"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" "checksum hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" @@ -7790,37 +7845,39 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" "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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "26df883298bc3f4e92528b4c5cc9f806b791955b136da3e5e939ed9de0fd958b" +"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" @@ -7860,10 +7917,13 @@ dependencies = [ "checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" "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 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" "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" "checksum prost-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa" +"checksum protobuf 2.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6686ddd96a8dbe2687b5f2a687b2cfb520854010ec480f2d74c32e7c9873d3c5" "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" "checksum quicksink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a8461ef7445f61fd72d8dcd0629ce724b9131b3c2eb36e83a5d3d4161c127530" "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" @@ -7912,38 +7972,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" "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" @@ -7979,43 +8039,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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" "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" @@ -8028,7 +8088,7 @@ 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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-more-metrics-polkadot)" = "" "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" @@ -8089,6 +8149,7 @@ dependencies = [ "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" +"checksum unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f0023a96687fe169081e8adce3f65e3874426b7886e9234d490af2dc077959" "checksum unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c689459fbaeb50e56c6749275f084decfd02194ac5852e6617d95d0d3cf02eaf" "checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece" "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index f88a49b9e9ee..d794f9a8166e 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -15,15 +15,15 @@ futures = "0.3.4" tokio = { version = "0.2.10", features = ["rt-core"] } exit-future = "0.2.0" codec = { package = "parity-scale-codec", version = "1.1.0", features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } kvdb = "0.3.1" kvdb-memorydb = "0.3.1" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 83ad13e0fbba..1ba38f337088 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -12,21 +12,21 @@ crate-type = ["cdylib", "rlib"] log = "0.4.8" futures = { version = "0.3.4", features = ["compat"] } structopt = "0.3.8" -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } service = { package = "polkadot-service", path = "../service", default-features = false } 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 = "browser-utils", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", optional = true } [features] default = [ "wasmtime", "rocksdb", "cli" ] diff --git a/collator/Cargo.toml b/collator/Cargo.toml index a66a81b8932c..54e5cd80885a 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -7,15 +7,15 @@ edition = "2018" [dependencies] futures = "0.3.4" -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } polkadot-network = { path = "../network" } @@ -27,4 +27,4 @@ futures-timer = "2.0" codec = { package = "parity-scale-codec", version = "1.1.0" } [dev-dependencies] -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 4ad5d7d5116a..494adb755d7a 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } derive_more = "0.15.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 8c19bde72d6b..e3c540904222 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -15,19 +15,19 @@ polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } futures = "0.3.4" log = "0.4.8" exit-future = "0.2.0" futures-timer = "2.0" -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } wasm-timer = "0.2.4" [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 4371e99300fd..82866c81a2e8 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -9,12 +9,12 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = [ "derive" ] } derive_more = { version = "0.99.2", optional = true } serde = { version = "1.0.102", default-features = false, features = [ "derive" ], optional = true } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", optional = true } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", optional = true } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", optional = true } lazy_static = { version = "1.4.0", optional = true } parking_lot = { version = "0.10.0", optional = true } log = { version = "0.4.8", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index d45543bf781d..25396150ac40 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,20 +7,20 @@ edition = "2018" [dependencies] serde = { version = "1.0.102", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.1.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } bitvec = { version = "0.15.2", default-features = false, features = ["alloc"] } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index ed207b7be162..7445da63abf7 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -5,13 +5,13 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index e6795682ffa2..61cbad9baa36 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -12,22 +12,22 @@ rustc-hex = { version = "2.0.1", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } polkadot-parachain = { path = "../../parachain", default-features = false } @@ -36,12 +36,12 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } trie-db = "0.20.0" serde_json = "1.0.41" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 80e74e5efc10..d47af4225df9 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -13,52 +13,52 @@ rustc-hex = { version = "2.0.1", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = ["migrate-authorities"] } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false, features = ["migrate-authorities"] } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -68,8 +68,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } trie-db = "0.20.0" serde_json = "1.0.41" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 1718d5dca255..27162c70789a 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -13,49 +13,49 @@ rustc-hex = { version = "2.0.1", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = ["migrate-authorities"] } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false, features = ["migrate-authorities"] } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -65,8 +65,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } trie-db = "0.20.0" serde_json = "1.0.41" diff --git a/service/Cargo.toml b/service/Cargo.toml index 562f9f0912f6..127e001ef401 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -19,39 +19,39 @@ polkadot-runtime = { path = "../runtime/polkadot" } kusama-runtime = { path = "../runtime/kusama" } polkadot-network = { path = "../network" } polkadot-rpc = { path = "../rpc" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } 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" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } [features] default = ["rocksdb"] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index de28a4536878..7af42dc3a489 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index 2326a91bcec5..9164b728a288 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "disable_allocator" ] } +runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.5" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index d434ffe2d6fe..de4091da08f8 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,9 +9,9 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -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" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } parking_lot = "0.10.0" codec = { package = "parity-scale-codec", version = "1.1.0" } futures = "0.3.4" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index ab549754d9df..c04ec040c999 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -18,22 +18,22 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } bitvec = { version = "0.15.2", default-features = false, features = ["alloc"] } -runtime_babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" }