diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 867faeafbb..c192a26692 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1460,7 +1460,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", ] @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -1486,7 +1486,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "chrono", "frame-benchmarking", @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -1524,7 +1524,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "serde", @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "bitflags", "frame-metadata", @@ -1560,7 +1560,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1571,7 +1571,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1609,7 +1609,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -1623,7 +1623,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sp-api", @@ -3812,7 +3812,7 @@ checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3" [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -3828,7 +3828,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -3843,7 +3843,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -3868,7 +3868,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -3882,7 +3882,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -3898,7 +3898,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -3913,7 +3913,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -3928,7 +3928,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -3949,7 +3949,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3965,7 +3965,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4002,7 +4002,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4016,7 +4016,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4032,7 +4032,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4046,7 +4046,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4061,7 +4061,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4082,7 +4082,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4098,7 +4098,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4111,7 +4111,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "enumflags2", "frame-support", @@ -4126,7 +4126,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4141,7 +4141,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4161,7 +4161,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4177,7 +4177,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4191,7 +4191,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4213,7 +4213,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4224,7 +4224,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4238,7 +4238,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4256,7 +4256,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "frame-system", @@ -4273,7 +4273,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4291,7 +4291,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-support", "parity-scale-codec", @@ -4304,7 +4304,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4319,7 +4319,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-benchmarking", "frame-support", @@ -4335,7 +4335,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6538,7 +6538,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "async-trait", "bytes 0.5.6", @@ -6568,7 +6568,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6592,7 +6592,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6609,7 +6609,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6630,7 +6630,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6641,7 +6641,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6685,7 +6685,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6696,7 +6696,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "fnv", @@ -6733,7 +6733,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "blake2-rfc", "hash-db", @@ -6763,7 +6763,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6774,7 +6774,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "fork-tree", @@ -6819,7 +6819,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "futures 0.3.5", @@ -6843,7 +6843,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6856,7 +6856,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6880,7 +6880,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6894,7 +6894,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "lazy_static", @@ -6923,7 +6923,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "log 0.4.11", @@ -6940,7 +6940,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6955,7 +6955,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6973,7 +6973,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "finality-grandpa", @@ -7010,7 +7010,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "finality-grandpa", @@ -7034,7 +7034,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -7052,7 +7052,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "async-trait", "derive_more", @@ -7072,7 +7072,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "hash-db", "lazy_static", @@ -7091,7 +7091,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "async-std", "async-trait", @@ -7145,7 +7145,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7160,7 +7160,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "bytes 0.5.6", "fnv", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "libp2p", @@ -7200,7 +7200,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7209,7 +7209,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "hash-db", @@ -7242,7 +7242,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "futures 0.3.5", @@ -7266,7 +7266,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7284,7 +7284,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "directories", @@ -7348,7 +7348,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7362,7 +7362,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7402,7 +7402,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "erased-serde", "log 0.4.11", @@ -7421,7 +7421,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "futures 0.3.5", @@ -7442,7 +7442,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "futures 0.3.5", @@ -7868,7 +7868,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "log 0.4.11", @@ -7880,7 +7880,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "hash-db", "parity-scale-codec", @@ -7895,7 +7895,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7907,7 +7907,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "serde", @@ -7919,7 +7919,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7932,7 +7932,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sp-api", @@ -7944,7 +7944,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7955,7 +7955,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sp-api", @@ -7967,7 +7967,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "lru 0.4.3", @@ -7984,7 +7984,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "serde", "serde_json", @@ -7993,7 +7993,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -8019,7 +8019,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "merlin", "parity-scale-codec", @@ -8039,7 +8039,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8048,7 +8048,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8060,7 +8060,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "base58", "blake2-rfc", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8113,7 +8113,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8123,7 +8123,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "environmental", "parity-scale-codec", @@ -8134,7 +8134,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8151,7 +8151,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", @@ -8163,7 +8163,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "hash-db", @@ -8187,7 +8187,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "lazy_static", "sp-core", @@ -8198,7 +8198,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "async-trait", "derive_more", @@ -8214,7 +8214,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "serde", @@ -8226,7 +8226,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8237,7 +8237,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "sp-api", "sp-core", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "backtrace", "log 0.4.11", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "serde", "sp-core", @@ -8265,7 +8265,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "either", "hash256-std-hasher", @@ -8287,7 +8287,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8303,7 +8303,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "Inflector", "proc-macro-crate", @@ -8315,7 +8315,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "serde", "serde_json", @@ -8324,7 +8324,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sp-api", @@ -8337,7 +8337,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8347,7 +8347,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "hash-db", "log 0.4.11", @@ -8369,12 +8369,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8387,7 +8387,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "sp-core", @@ -8400,7 +8400,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8414,7 +8414,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8427,7 +8427,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "derive_more", "futures 0.3.5", @@ -8442,7 +8442,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "hash-db", "memory-db", @@ -8456,7 +8456,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "futures-core", @@ -8468,7 +8468,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8480,7 +8480,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8621,7 +8621,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "chrono", "console_error_panic_hook", @@ -8647,7 +8647,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "platforms", ] @@ -8655,7 +8655,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8678,7 +8678,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "async-std", "derive_more", @@ -8692,7 +8692,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8719,7 +8719,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8729,7 +8729,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#179e02b7595559c3c093edf09bebd5d62fc2e0f7" +source = "git+https://github.com/paritytech/substrate#5d307871e98319874a8898e4138d6d42fe214719" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index aac964802c..1b7e3fbb17 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -20,6 +20,7 @@ // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. #![recursion_limit = "256"] +use pallet_transaction_payment::CurrencyAdapter; use sp_std::prelude::*; use sp_core::u32_trait::{_1, _2, _3, _5}; use codec::{Encode, Decode}; @@ -229,8 +230,7 @@ parameter_types! { } impl pallet_transaction_payment::Trait for Runtime { - type Currency = Balances; - type OnTransactionPayment = DealWithFees; + type OnChargeTransaction = CurrencyAdapter>; type TransactionByteFee = TransactionByteFee; type WeightToFee = WeightToFee; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index b14771b8e7..92bfcd1ff8 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -20,6 +20,7 @@ // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. #![recursion_limit = "256"] +use pallet_transaction_payment::CurrencyAdapter; use runtime_common::{ claims, SlowAdjustingFeeUpdate, CurrencyToVote, impls::DealWithFees, @@ -242,8 +243,7 @@ parameter_types! { } impl pallet_transaction_payment::Trait for Runtime { - type Currency = Balances; - type OnTransactionPayment = DealWithFees; + type OnChargeTransaction = CurrencyAdapter>; type TransactionByteFee = TransactionByteFee; type WeightToFee = WeightToFee; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; diff --git a/polkadot/runtime/rococo-v1/src/lib.rs b/polkadot/runtime/rococo-v1/src/lib.rs index f6195e48f5..8520426a51 100644 --- a/polkadot/runtime/rococo-v1/src/lib.rs +++ b/polkadot/runtime/rococo-v1/src/lib.rs @@ -20,6 +20,7 @@ // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. #![recursion_limit = "256"] +use pallet_transaction_payment::CurrencyAdapter; use sp_std::prelude::*; use codec::Encode; use primitives::v1::{ @@ -652,8 +653,7 @@ parameter_types! { } impl pallet_transaction_payment::Trait for Runtime { - type Currency = Balances; - type OnTransactionPayment = ToAuthor; + type OnChargeTransaction = CurrencyAdapter>; type TransactionByteFee = TransactionByteFee; type WeightToFee = WeightToFee; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; diff --git a/polkadot/runtime/test-runtime/src/lib.rs b/polkadot/runtime/test-runtime/src/lib.rs index 6e4913a0dc..4c13938a1b 100644 --- a/polkadot/runtime/test-runtime/src/lib.rs +++ b/polkadot/runtime/test-runtime/src/lib.rs @@ -20,6 +20,7 @@ // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. #![recursion_limit = "256"] +use pallet_transaction_payment::CurrencyAdapter; use sp_std::prelude::*; use codec::Encode; use polkadot_runtime_parachains::{ @@ -211,8 +212,7 @@ parameter_types! { } impl pallet_transaction_payment::Trait for Runtime { - type Currency = Balances; - type OnTransactionPayment = (); + type OnChargeTransaction = CurrencyAdapter; type TransactionByteFee = TransactionByteFee; type WeightToFee = WeightToFee; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index c048d3d43c..756a4b2672 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -20,6 +20,7 @@ // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. #![recursion_limit = "256"] +use pallet_transaction_payment::CurrencyAdapter; use sp_std::prelude::*; use codec::{Encode, Decode}; use primitives::v1::{ @@ -220,8 +221,7 @@ parameter_types! { } impl pallet_transaction_payment::Trait for Runtime { - type Currency = Balances; - type OnTransactionPayment = ToAuthor; + type OnChargeTransaction = CurrencyAdapter>; type TransactionByteFee = TransactionByteFee; type WeightToFee = WeightToFee; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate;