diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 581fc4abd5..b0440ecb41 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -1658,7 +1660,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", ] @@ -1676,7 +1678,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -1695,7 +1697,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "Inflector", "chrono", @@ -1718,7 +1720,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -1731,7 +1733,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -1747,7 +1749,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "serde", @@ -1758,7 +1760,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "bitflags", "frame-metadata", @@ -1784,7 +1786,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1796,7 +1798,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -1808,7 +1810,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "proc-macro2", "quote", @@ -1818,7 +1820,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-metadata", "frame-support", @@ -1839,7 +1841,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1856,7 +1858,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -1870,7 +1872,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-api", @@ -1879,7 +1881,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "parity-scale-codec", @@ -4206,7 +4208,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4222,7 +4224,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4237,7 +4239,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4261,7 +4263,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4276,7 +4278,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4291,7 +4293,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4308,7 +4310,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4323,7 +4325,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4344,7 +4346,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4360,7 +4362,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4382,7 +4384,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4398,7 +4400,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4418,7 +4420,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4435,7 +4437,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4449,7 +4451,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4465,7 +4467,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4479,7 +4481,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4495,7 +4497,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4517,7 +4519,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4533,7 +4535,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4546,7 +4548,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "enumflags2", "frame-support", @@ -4561,7 +4563,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4577,7 +4579,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4597,7 +4599,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4613,7 +4615,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4627,7 +4629,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4652,7 +4654,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -4663,7 +4665,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4677,7 +4679,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4696,7 +4698,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4711,7 +4713,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-support", "frame-system", @@ -4727,7 +4729,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4744,7 +4746,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4755,7 +4757,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4771,7 +4773,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4787,7 +4789,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6959,7 +6961,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "env_logger 0.8.2", "hex-literal", @@ -7215,7 +7217,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "async-trait", "derive_more", @@ -7243,7 +7245,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7266,7 +7268,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7282,7 +7284,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7303,7 +7305,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7314,7 +7316,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "chrono", "fdlimit", @@ -7352,7 +7354,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "fnv", @@ -7386,7 +7388,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "blake2-rfc", "hash-db", @@ -7416,7 +7418,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7427,7 +7429,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "fork-tree", @@ -7473,7 +7475,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "futures 0.3.12", @@ -7497,7 +7499,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7510,7 +7512,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7537,7 +7539,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "sc-client-api", @@ -7551,7 +7553,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "lazy_static", @@ -7580,7 +7582,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "parity-scale-codec", @@ -7596,7 +7598,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "parity-scale-codec", @@ -7611,7 +7613,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "parity-scale-codec", @@ -7629,7 +7631,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "dyn-clone", @@ -7668,7 +7670,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "finality-grandpa", @@ -7692,7 +7694,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "futures 0.3.12", @@ -7713,7 +7715,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "ansi_term 0.12.1", "futures 0.3.12", @@ -7731,7 +7733,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "async-trait", "derive_more", @@ -7751,7 +7753,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "hash-db", "lazy_static", @@ -7770,7 +7772,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "async-std", "async-trait", @@ -7823,7 +7825,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7840,7 +7842,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "bytes 0.5.6", "fnv", @@ -7868,7 +7870,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "libp2p", @@ -7881,7 +7883,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7890,7 +7892,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "hash-db", @@ -7924,7 +7926,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "futures 0.3.12", @@ -7948,7 +7950,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7966,7 +7968,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "directories", "exit-future", @@ -8029,7 +8031,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "parity-scale-codec", @@ -8044,7 +8046,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8064,7 +8066,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "chrono", "futures 0.3.12", @@ -8084,7 +8086,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8111,7 +8113,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8122,7 +8124,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "futures 0.3.12", @@ -8144,7 +8146,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "futures-diagnose", @@ -8550,7 +8552,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "sp-core", @@ -8562,7 +8564,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "hash-db", "log", @@ -8579,7 +8581,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -8591,7 +8593,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "serde", @@ -8603,7 +8605,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "integer-sqrt", "num-traits", @@ -8616,7 +8618,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-api", @@ -8628,7 +8630,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8639,7 +8641,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-api", @@ -8651,7 +8653,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "log", @@ -8669,7 +8671,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "serde", "serde_json", @@ -8678,7 +8680,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -8704,7 +8706,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "merlin", "parity-scale-codec", @@ -8725,7 +8727,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -8735,7 +8737,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8747,7 +8749,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "base58", "blake2-rfc", @@ -8791,7 +8793,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8800,7 +8802,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "proc-macro2", "quote", @@ -8810,7 +8812,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "environmental", "parity-scale-codec", @@ -8821,7 +8823,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "finality-grandpa", "log", @@ -8838,7 +8840,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -8850,7 +8852,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "hash-db", @@ -8874,7 +8876,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "lazy_static", "sp-core", @@ -8885,7 +8887,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "async-trait", "derive_more", @@ -8902,7 +8904,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "serde", @@ -8915,7 +8917,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8926,7 +8928,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "sp-api", "sp-core", @@ -8936,7 +8938,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "backtrace", ] @@ -8944,7 +8946,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "serde", "sp-core", @@ -8953,7 +8955,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "either", "hash256-std-hasher", @@ -8974,7 +8976,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8991,7 +8993,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9003,7 +9005,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "serde", "serde_json", @@ -9012,7 +9014,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-api", @@ -9025,7 +9027,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9035,7 +9037,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "hash-db", "log", @@ -9057,12 +9059,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9075,7 +9077,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "sp-core", @@ -9088,7 +9090,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "parity-scale-codec", "sp-api", @@ -9101,7 +9103,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "log", "parity-scale-codec", @@ -9114,7 +9116,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "derive_more", "futures 0.3.12", @@ -9130,7 +9132,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "hash-db", "memory-db", @@ -9144,7 +9146,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "futures-core", @@ -9156,7 +9158,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9168,7 +9170,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9325,7 +9327,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "chrono", "console_error_panic_hook", @@ -9351,7 +9353,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "platforms", ] @@ -9359,7 +9361,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.12", @@ -9382,7 +9384,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "async-std", "derive_more", @@ -9396,7 +9398,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.1.29", "futures 0.3.12", @@ -9424,7 +9426,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "futures 0.3.12", "substrate-test-utils-derive", @@ -9434,7 +9436,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10117,7 +10119,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#283bb60954d6809a76e52619e58c78fb8053e3eb" +source = "git+https://github.com/paritytech/substrate?branch=master#283bb60954d6809a76e52619e58c78fb8053e3eb" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/node/core/av-store/src/lib.rs b/polkadot/node/core/av-store/src/lib.rs index a19a3bebbb..226bfe13dc 100644 --- a/polkadot/node/core/av-store/src/lib.rs +++ b/polkadot/node/core/av-store/src/lib.rs @@ -679,7 +679,7 @@ fn note_block_backed( ) -> Result<(), Error> { let candidate_hash = candidate.hash(); - tracing::trace!( + tracing::debug!( target: LOG_TARGET, ?candidate_hash, "Candidate backed", @@ -716,14 +716,14 @@ fn note_block_included( // Warn and ignore. tracing::warn!( target: LOG_TARGET, - "Candidate {}, included without being backed?", - candidate_hash, + ?candidate_hash, + "Candidate included without being backed?", ); } Some(mut meta) => { let be_block = (BEBlockNumber(block.0), block.1); - tracing::trace!( + tracing::debug!( target: LOG_TARGET, ?candidate_hash, "Candidate included", @@ -1126,8 +1126,8 @@ fn store_available_data( tracing::debug!( target: LOG_TARGET, - "Stored data and chunks for candidate={}", - candidate_hash, + ?candidate_hash, + "Stored data and chunks", ); Ok(()) diff --git a/polkadot/node/core/bitfield-signing/src/lib.rs b/polkadot/node/core/bitfield-signing/src/lib.rs index 9d2e2e7cee..ee2c34f0ef 100644 --- a/polkadot/node/core/bitfield-signing/src/lib.rs +++ b/polkadot/node/core/bitfield-signing/src/lib.rs @@ -157,6 +157,7 @@ async fn construct_availability_bitfield( tracing::debug!( target: LOG_TARGET, + ?relay_parent, "Signing Bitfield for {} cores: {:?}", availability_cores.len(), results, diff --git a/polkadot/node/network/collator-protocol/src/collator_side.rs b/polkadot/node/network/collator-protocol/src/collator_side.rs index 15aa51ec03..5b9e37e5cb 100644 --- a/polkadot/node/network/collator-protocol/src/collator_side.rs +++ b/polkadot/node/network/collator-protocol/src/collator_side.rs @@ -279,7 +279,7 @@ async fn distribute_collation( if !state.view.contains(&relay_parent) { tracing::warn!( target: LOG_TARGET, - relay_parent = %relay_parent, + ?relay_parent, "distribute collation message parent is outside of our view", ); @@ -299,7 +299,7 @@ async fn distribute_collation( tracing::warn!( target: LOG_TARGET, para_id = %id, - relay_parent = %relay_parent, + ?relay_parent, "looks like no core is assigned to {} at {}", id, relay_parent, ); @@ -451,24 +451,32 @@ async fn advertise_collation( match (state.collations.get_mut(&relay_parent), should_advertise) { (None, _) => { - tracing::trace!( + tracing::debug!( target: LOG_TARGET, - relay_parent = ?relay_parent, + ?relay_parent, peer_id = %peer, "No collation to advertise.", ); return }, (_, false) => { - tracing::trace!( + tracing::debug!( target: LOG_TARGET, - relay_parent = ?relay_parent, + ?relay_parent, peer_id = %peer, "Not advertising collation as we already advertised it to this validator.", ); return } - (Some(collation), true) => collation.status.advance_to_advertised(), + (Some(collation), true) => { + tracing::debug!( + target: LOG_TARGET, + ?relay_parent, + peer_id = %peer, + "Advertising collation.", + ); + collation.status.advance_to_advertised() + }, } let wire_message = protocol_v1::CollatorProtocolMessage::AdvertiseCollation(relay_parent, collating_on); diff --git a/polkadot/node/network/collator-protocol/src/validator_side.rs b/polkadot/node/network/collator-protocol/src/validator_side.rs index 8965dbdaaf..8cec1ed99d 100644 --- a/polkadot/node/network/collator-protocol/src/validator_side.rs +++ b/polkadot/node/network/collator-protocol/src/validator_side.rs @@ -299,7 +299,7 @@ where Context: SubsystemContext { if !state.view.contains(&relay_parent) { - tracing::trace!( + tracing::debug!( target: LOG_TARGET, peer_id = %peer_id, para_id = %para_id, @@ -387,6 +387,11 @@ where match msg { Declare(id) => { + tracing::debug!( + target: LOG_TARGET, + peer_id = ?origin, + "Declared as collator", + ); state.known_collators.insert(origin.clone(), id); state.peer_views.entry(origin).or_default(); } @@ -395,12 +400,22 @@ where state.advertisements.entry(origin.clone()).or_default().insert((para_id, relay_parent)); if let Some(collator) = state.known_collators.get(&origin) { + tracing::debug!( + target: LOG_TARGET, + peer_id = ?origin, + %para_id, + ?relay_parent, + "Received advertise collation", + ); + notify_candidate_selection(ctx, collator.clone(), relay_parent, para_id).await; } else { tracing::debug!( target: LOG_TARGET, peer_id = ?origin, - "advertise collation received from an unknown collator", + %para_id, + ?relay_parent, + "Advertise collation received from an unknown collator", ); } } diff --git a/polkadot/node/network/gossip-support/src/lib.rs b/polkadot/node/network/gossip-support/src/lib.rs index e984e1a641..bbda8f0a0d 100644 --- a/polkadot/node/network/gossip-support/src/lib.rs +++ b/polkadot/node/network/gossip-support/src/lib.rs @@ -45,7 +45,7 @@ pub struct GossipSupport {} struct State { last_session_index: Option, /// when we overwrite this, it automatically drops the previous request - last_connection_request: Option, + _last_connection_request: Option, } impl GossipSupport { @@ -82,7 +82,7 @@ impl GossipSupport { let leaves = activated.into_iter().map(|(h, _)| h); if let Err(e) = state.handle_active_leaves(&mut ctx, leaves).await { - tracing::debug!(target: LOG_TARGET, "Error {}", e); + tracing::debug!(target: LOG_TARGET, error = ?e); } } FromOverseer::Signal(OverseerSignal::BlockFinalized(_hash, _number)) => {}, @@ -131,10 +131,10 @@ impl State { }; if let Some((new_session, relay_parent)) = maybe_new_session { - tracing::debug!(target: LOG_TARGET, "New session detected {}", new_session); + tracing::debug!(target: LOG_TARGET, %new_session, "New session detected"); let validators = determine_relevant_validators(ctx, relay_parent, new_session).await?; let validators = choose_random_subset(validators); - tracing::debug!(target: LOG_TARGET, "Issuing a connection request to {:?}", validators); + tracing::debug!(target: LOG_TARGET, targets = ?validators, "Issuing a connection request"); let request = validator_discovery::connect_to_validators_in_session( ctx, @@ -145,7 +145,7 @@ impl State { ).await?; self.last_session_index = Some(new_session); - self.last_connection_request = Some(request); + self._last_connection_request = Some(request); } }