diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index e9829ca4633f22538a07c0119c3481270c86b852..c98bb7f44840eba9d421a23d5a469dee652b0353 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1221,7 +1221,7 @@ checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" [[package]] name = "fork-tree" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", ] @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -1246,7 +1246,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -1279,7 +1279,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "serde", @@ -1290,7 +1290,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "bitmask", "frame-metadata", @@ -1314,7 +1314,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.12", @@ -1325,7 +1325,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1337,7 +1337,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "proc-macro2 1.0.12", "quote 1.0.5", @@ -1347,7 +1347,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1363,7 +1363,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-api", @@ -3265,7 +3265,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3274,8 +3274,6 @@ dependencies = [ "serde", "sp-application-crypto", "sp-authority-discovery", - "sp-core", - "sp-io", "sp-runtime", "sp-std", ] @@ -3283,16 +3281,14 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "sp-authorship", - "sp-core", "sp-inherents", - "sp-io", "sp-runtime", "sp-std", ] @@ -3300,7 +3296,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3322,14 +3318,13 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-io", "sp-runtime", "sp-std", ] @@ -3337,7 +3332,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3353,7 +3348,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3368,7 +3363,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3383,7 +3378,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3399,7 +3394,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3419,7 +3414,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3435,7 +3430,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3455,7 +3450,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3471,7 +3466,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3485,7 +3480,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3499,7 +3494,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3514,7 +3509,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3527,7 +3522,6 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec", - "sp-io", "sp-runtime", "sp-staking", "sp-std", @@ -3536,7 +3530,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3549,7 +3543,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "enumflags2", "frame-support", @@ -3564,7 +3558,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3579,7 +3573,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3587,7 +3581,6 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "serde", - "sp-io", "sp-runtime", "sp-session", "sp-staking", @@ -3598,7 +3591,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3612,14 +3605,13 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "serde", - "sp-io", "sp-runtime", "sp-std", ] @@ -3627,7 +3619,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3650,7 +3642,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.12", @@ -3661,7 +3653,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3675,7 +3667,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3693,7 +3685,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "frame-system", @@ -3706,7 +3698,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3724,7 +3716,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-support", "parity-scale-codec", @@ -3737,7 +3729,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3752,7 +3744,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-benchmarking", "frame-support", @@ -3768,7 +3760,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3776,7 +3768,6 @@ dependencies = [ "frame-system", "parity-scale-codec", "serde", - "sp-io", "sp-runtime", "sp-std", ] @@ -4570,6 +4561,7 @@ dependencies = [ "sc-client-api", "sc-finality-grandpa", "sc-keystore", + "sc-proposer-metrics", "sp-api", "sp-blockchain", "sp-consensus", @@ -4581,6 +4573,7 @@ dependencies = [ "sp-timestamp", "sp-transaction-pool", "sp-trie", + "substrate-prometheus-endpoint", "tokio 0.2.21", ] @@ -5316,7 +5309,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "bytes 0.5.4", "derive_more 0.99.6", @@ -5343,7 +5336,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5359,7 +5352,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5375,7 +5368,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.12", @@ -5386,7 +5379,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "ansi_term 0.12.1", "app_dirs", @@ -5428,7 +5421,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "fnv", @@ -5464,7 +5457,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "blake2-rfc", "hash-db", @@ -5493,7 +5486,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5504,7 +5497,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "fork-tree", @@ -5546,7 +5539,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "futures 0.3.5", @@ -5568,7 +5561,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5581,7 +5574,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5603,7 +5596,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "log 0.4.8", "sc-client-api", @@ -5617,7 +5610,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "lazy_static", @@ -5645,7 +5638,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "log 0.4.8", @@ -5662,7 +5655,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5677,7 +5670,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -5698,7 +5691,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "assert_matches", "derive_more 0.99.6", @@ -5735,7 +5728,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "finality-grandpa", @@ -5752,7 +5745,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -5769,7 +5762,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "hex", @@ -5784,7 +5777,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "bitflags", "bs58", @@ -5836,7 +5829,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5851,7 +5844,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "env_logger", "futures 0.3.5", @@ -5878,7 +5871,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "bytes 0.5.4", "fnv", @@ -5905,7 +5898,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "libp2p", @@ -5915,10 +5908,19 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "sc-proposer-metrics" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" +dependencies = [ + "log 0.4.8", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "hash-db", @@ -5950,7 +5952,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "futures 0.3.5", @@ -5974,7 +5976,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -5989,7 +5991,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "exit-future", @@ -6047,7 +6049,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6061,7 +6063,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "bytes 0.5.4", "futures 0.3.5", @@ -6083,7 +6085,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "erased-serde", "log 0.4.8", @@ -6098,7 +6100,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "futures 0.3.5", @@ -6118,7 +6120,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "futures 0.3.5", @@ -6515,7 +6517,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "log 0.4.8", @@ -6527,7 +6529,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "hash-db", "parity-scale-codec", @@ -6542,7 +6544,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6554,7 +6556,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "serde", @@ -6566,7 +6568,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "integer-sqrt", "num-traits 0.2.11", @@ -6580,7 +6582,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-api", @@ -6592,7 +6594,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6603,7 +6605,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-api", @@ -6615,7 +6617,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "log 0.4.8", @@ -6631,7 +6633,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "serde", "serde_json", @@ -6640,7 +6642,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "futures 0.3.5", @@ -6663,7 +6665,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-api", @@ -6677,7 +6679,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "merlin", "parity-scale-codec", @@ -6694,7 +6696,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6706,7 +6708,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "base58", "blake2-rfc", @@ -6748,7 +6750,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -6757,7 +6759,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "proc-macro2 1.0.12", "quote 1.0.5", @@ -6767,7 +6769,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "environmental", "parity-scale-codec", @@ -6778,7 +6780,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -6794,7 +6796,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6804,7 +6806,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "parity-scale-codec", @@ -6816,7 +6818,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "hash-db", @@ -6836,7 +6838,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "lazy_static", "sp-core", @@ -6847,7 +6849,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "sp-api", "sp-core", @@ -6857,7 +6859,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "backtrace", "log 0.4.8", @@ -6866,7 +6868,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "serde", @@ -6878,7 +6880,7 @@ dependencies = [ [[package]] name = "sp-phragmen-compact" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.12", @@ -6889,7 +6891,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "serde", "sp-core", @@ -6898,7 +6900,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "hash256-std-hasher", "impl-trait-for-tuples", @@ -6919,7 +6921,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "primitive-types", @@ -6934,7 +6936,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "Inflector", "proc-macro-crate", @@ -6946,7 +6948,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "serde", "serde_json", @@ -6955,7 +6957,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-api", @@ -6968,7 +6970,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -6978,7 +6980,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "hash-db", "log 0.4.8", @@ -6997,12 +6999,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" [[package]] name = "sp-storage" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7014,7 +7016,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7028,7 +7030,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "tracing", ] @@ -7036,7 +7038,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "derive_more 0.99.6", "futures 0.3.5", @@ -7051,7 +7053,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "hash-db", "memory-db", @@ -7065,7 +7067,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "futures-core", @@ -7076,7 +7078,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7088,7 +7090,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7216,7 +7218,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "chrono", "clear_on_drop", @@ -7243,7 +7245,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "platforms", ] @@ -7251,7 +7253,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -7272,7 +7274,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "async-std", "derive_more 0.99.6", @@ -7286,7 +7288,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "hash-db", @@ -7307,7 +7309,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "cfg-if", "frame-executive", @@ -7347,7 +7349,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -7367,7 +7369,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate#12e08fd25455053e3cedc8b19beb7e77330a5713" +source = "git+https://github.com/paritytech/substrate#9891eabe2a27d24734d6c58fc91e437e04e9a7bd" [[package]] name = "substrate-wasm-builder-runner" diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index 4879555b222388dde4fa363173426dbc71d079e8..b2eef69e7ed5c111c00583bfb3bd66e0f76e0c8d 100644 --- a/polkadot/service/src/lib.rs +++ b/polkadot/service/src/lib.rs @@ -388,6 +388,7 @@ macro_rules! new_full { validation_service_handle, slot_duration, backend, + service.prometheus_registry().as_ref(), ); let select_chain = service.select_chain().ok_or(ServiceError::SelectChainRequired)?; diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index dbe7af09652f128b8340c8e5c8968ce35e9fd698..437f6bc07371a181a95b29f5115b34e58ab12c29 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -34,6 +34,8 @@ bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } runtime_babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "master" } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-proposer-metrics = { git = "https://github.com/paritytech/substrate", branch = "master" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/polkadot/validation/src/block_production.rs b/polkadot/validation/src/block_production.rs index e8d6c85925a278b9a031a440d104781311fb30b3..c83220d345596914e41842e146e4b095b39719d1 100644 --- a/polkadot/validation/src/block_production.rs +++ b/polkadot/validation/src/block_production.rs @@ -42,10 +42,14 @@ use inherents::InherentData; use sp_timestamp::TimestampInherentData; use log::{info, debug, warn, trace}; use sp_api::{ApiExt, ProvideRuntimeApi}; +use prometheus_endpoint::Registry as PrometheusRegistry; +use sc_proposer_metrics::MetricsLink as PrometheusMetrics; -use crate::validation_service::ServiceHandle; -use crate::dynamic_inclusion::DynamicInclusion; -use crate::Error; +use crate::{ + Error, + dynamic_inclusion::DynamicInclusion, + validation_service::ServiceHandle, +}; // block size limit. pub(crate) const MAX_TRANSACTIONS_SIZE: usize = 4 * 1024 * 1024; @@ -57,6 +61,7 @@ pub struct ProposerFactory<Client, TxPool, Backend> { service_handle: ServiceHandle, babe_slot_duration: u64, backend: Arc<Backend>, + metrics: PrometheusMetrics, } impl<Client, TxPool, Backend> ProposerFactory<Client, TxPool, Backend> { @@ -67,6 +72,7 @@ impl<Client, TxPool, Backend> ProposerFactory<Client, TxPool, Backend> { service_handle: ServiceHandle, babe_slot_duration: u64, backend: Arc<Backend>, + prometheus: Option<&PrometheusRegistry>, ) -> Self { ProposerFactory { client, @@ -74,6 +80,7 @@ impl<Client, TxPool, Backend> ProposerFactory<Client, TxPool, Backend> { service_handle: service_handle, babe_slot_duration, backend, + metrics: PrometheusMetrics::new(prometheus), } } } @@ -109,6 +116,7 @@ where let transaction_pool = self.transaction_pool.clone(); let backend = self.backend.clone(); let slot_duration = self.babe_slot_duration.clone(); + let metrics = self.metrics.clone(); let maybe_proposer = self.service_handle .clone() @@ -120,6 +128,7 @@ where transaction_pool, slot_duration, backend, + metrics, }))); Box::pin(maybe_proposer) @@ -134,6 +143,7 @@ pub struct Proposer<Client, TxPool, Backend> { transaction_pool: Arc<TxPool>, slot_duration: u64, backend: Arc<Backend>, + metrics: PrometheusMetrics, } impl<Client, TxPool, Backend> consensus::Proposer<Block> for Proposer<Client, TxPool, Backend> where @@ -175,8 +185,10 @@ impl<Client, TxPool, Backend> consensus::Proposer<Block> for Proposer<Client, Tx let transaction_pool = self.transaction_pool.clone(); let table = self.tracker.table().clone(); let backend = self.backend.clone(); + let metrics = self.metrics.clone(); async move { + let block_timer = metrics.report(|metrics| metrics.block_constructed.start_timer()); let enough_candidates = dynamic_inclusion.acceptable_in( now, initial_included, @@ -214,11 +226,18 @@ impl<Client, TxPool, Backend> consensus::Proposer<Block> for Proposer<Client, Tx Delay::new(enough_candidates).await; - tokio::task::spawn_blocking(move || { - let proposed_candidates = table.proposed_set(); - data.propose_with(proposed_candidates) - }) - .await? + let result = tokio::task::spawn_blocking( + move || { + let proposed_candidates = table.proposed_set(); + data.propose_with(proposed_candidates) + } + ).await?; + + drop(block_timer); + let transactions = result.as_ref().map(|proposal| proposal.block.extrinsics.len()).unwrap_or_default(); + metrics.report(|metrics| metrics.number_of_transactions.set(transactions as u64)); + + result }.boxed() } }