diff --git a/Cargo.lock b/Cargo.lock index 92305004371d..6bf618976a42 100644 --- a/Cargo.lock +++ b/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" @@ -480,7 +482,7 @@ checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#6008d67f94262f955017fad3c1648e3206756a60" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6008d67f94262f955017fad3c1648e3206756a60" dependencies = [ "beefy-primitives", "futures 0.3.14", @@ -508,7 +510,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#6008d67f94262f955017fad3c1648e3206756a60" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6008d67f94262f955017fad3c1648e3206756a60" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -529,7 +531,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#6008d67f94262f955017fad3c1648e3206756a60" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6008d67f94262f955017fad3c1648e3206756a60" dependencies = [ "parity-scale-codec", "sp-api", @@ -1519,6 +1521,12 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" +[[package]] +name = "downcast-rs" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" + [[package]] name = "dyn-clonable" version = "0.9.0" @@ -1865,7 +1873,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", ] @@ -1883,7 +1891,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -1902,7 +1910,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "Inflector", "chrono", @@ -1925,7 +1933,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -1938,7 +1946,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -1953,7 +1961,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "serde", @@ -1964,13 +1972,14 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "bitflags", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", "log", + "max-encoded-len", "once_cell", "parity-scale-codec", "paste 1.0.4", @@ -1990,7 +1999,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2002,7 +2011,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2014,7 +2023,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "proc-macro2", "quote", @@ -2024,7 +2033,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-metadata", "frame-support", @@ -2044,7 +2053,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2061,7 +2070,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -2075,7 +2084,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "sp-api", @@ -2084,7 +2093,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "parity-scale-codec", @@ -3191,6 +3200,7 @@ dependencies = [ "hex-literal", "libsecp256k1", "log", + "max-encoded-len", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -3983,6 +3993,28 @@ dependencies = [ "rawpointer", ] +[[package]] +name = "max-encoded-len" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" +dependencies = [ + "impl-trait-for-tuples", + "max-encoded-len-derive", + "parity-scale-codec", + "primitive-types", +] + +[[package]] +name = "max-encoded-len-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" +dependencies = [ + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "maybe-uninit" version = "2.0.0" @@ -4472,7 +4504,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4487,7 +4519,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4501,7 +4533,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4524,12 +4556,13 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", + "max-encoded-len", "parity-scale-codec", "sp-runtime", "sp-std", @@ -4538,7 +4571,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#6008d67f94262f955017fad3c1648e3206756a60" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#6008d67f94262f955017fad3c1648e3206756a60" dependencies = [ "beefy-primitives", "frame-support", @@ -4553,7 +4586,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4589,7 +4622,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4605,7 +4638,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4620,7 +4653,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4641,7 +4674,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4658,7 +4691,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4672,7 +4705,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4694,7 +4727,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4709,7 +4742,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4728,7 +4761,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4744,7 +4777,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4759,7 +4792,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4776,7 +4809,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4792,7 +4825,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4810,7 +4843,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4825,7 +4858,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4838,7 +4871,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4854,7 +4887,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4876,11 +4909,12 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "max-encoded-len", "parity-scale-codec", "sp-core", "sp-io", @@ -4891,7 +4925,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4904,7 +4938,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "enumflags2", "frame-support", @@ -4918,7 +4952,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4933,7 +4967,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4952,7 +4986,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -4968,7 +5002,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -4981,7 +5015,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5005,7 +5039,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5016,7 +5050,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "log", "sp-arithmetic", @@ -5025,7 +5059,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -5038,7 +5072,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -5056,7 +5090,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -5071,7 +5105,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-support", "frame-system", @@ -5087,7 +5121,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5104,7 +5138,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5115,7 +5149,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -5131,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-benchmarking", "frame-support", @@ -5146,7 +5180,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5297,9 +5331,9 @@ dependencies = [ [[package]] name = "parity-wasm" -version = "0.41.0" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" +checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92" [[package]] name = "parity-ws" @@ -6353,6 +6387,7 @@ dependencies = [ "hex-literal", "libsecp256k1", "log", + "max-encoded-len", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -7035,13 +7070,13 @@ dependencies = [ [[package]] name = "pwasm-utils" -version = "0.14.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7" +checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481" dependencies = [ "byteorder", "log", - "parity-wasm 0.41.0", + "parity-wasm 0.42.2", ] [[package]] @@ -7384,7 +7419,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "env_logger 0.8.2", "hex-literal", @@ -7470,6 +7505,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "hex-literal", "log", + "max-encoded-len", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -7672,7 +7708,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "derive_more", @@ -7701,7 +7737,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -7724,7 +7760,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7740,7 +7776,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7761,7 +7797,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7772,7 +7808,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "chrono", "fdlimit", @@ -7810,7 +7846,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "fnv", @@ -7844,7 +7880,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "blake2-rfc", "hash-db", @@ -7874,7 +7910,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -7886,7 +7922,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "derive_more", @@ -7932,7 +7968,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "futures 0.3.14", @@ -7956,7 +7992,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7969,7 +8005,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "futures 0.3.14", @@ -7997,7 +8033,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "sc-client-api", "sp-authorship", @@ -8008,14 +8044,14 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "lazy_static", "libsecp256k1", "log", "parity-scale-codec", - "parity-wasm 0.41.0", + "parity-wasm 0.42.2", "parking_lot 0.11.1", "sc-executor-common", "sc-executor-wasmi", @@ -8037,11 +8073,10 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "parity-scale-codec", - "parity-wasm 0.41.0", "pwasm-utils", "sp-allocator", "sp-core", @@ -8055,7 +8090,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "log", "parity-scale-codec", @@ -8070,12 +8105,11 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "log", "parity-scale-codec", - "parity-wasm 0.41.0", - "pwasm-utils", + "parity-wasm 0.42.2", "sc-executor-common", "scoped-tls", "sp-allocator", @@ -8088,7 +8122,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "derive_more", @@ -8129,7 +8163,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "finality-grandpa", @@ -8153,7 +8187,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "futures 0.3.14", @@ -8174,7 +8208,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "ansi_term 0.12.1", "futures 0.3.14", @@ -8192,7 +8226,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "derive_more", @@ -8212,7 +8246,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "hash-db", "lazy_static", @@ -8231,7 +8265,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-std", "async-trait", @@ -8284,7 +8318,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -8301,7 +8335,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "bytes 0.5.6", "fnv", @@ -8329,7 +8363,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "libp2p", @@ -8342,7 +8376,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8351,7 +8385,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "hash-db", @@ -8386,7 +8420,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "futures 0.3.14", @@ -8411,7 +8445,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8429,7 +8463,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "directories", @@ -8493,7 +8527,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "log", "parity-scale-codec", @@ -8508,7 +8542,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8528,7 +8562,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "chrono", "futures 0.3.14", @@ -8548,7 +8582,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8585,7 +8619,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8596,7 +8630,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "futures 0.3.14", @@ -8618,7 +8652,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "futures-diagnose", @@ -9049,7 +9083,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "log", "sp-core", @@ -9061,7 +9095,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "hash-db", "log", @@ -9078,7 +9112,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9090,8 +9124,9 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ + "max-encoded-len", "parity-scale-codec", "serde", "sp-core", @@ -9102,7 +9137,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "integer-sqrt", "num-traits", @@ -9116,7 +9151,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "sp-api", @@ -9128,7 +9163,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "parity-scale-codec", @@ -9140,7 +9175,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "sp-api", @@ -9152,7 +9187,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "log", @@ -9170,7 +9205,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "serde", "serde_json", @@ -9179,7 +9214,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "futures 0.3.14", @@ -9206,7 +9241,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "merlin", @@ -9228,7 +9263,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9238,7 +9273,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9250,7 +9285,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "base58", "blake2-rfc", @@ -9265,6 +9300,7 @@ dependencies = [ "lazy_static", "libsecp256k1", "log", + "max-encoded-len", "merlin", "num-traits", "parity-scale-codec", @@ -9294,7 +9330,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9303,7 +9339,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "proc-macro2", "quote", @@ -9313,7 +9349,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "environmental", "parity-scale-codec", @@ -9324,7 +9360,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "finality-grandpa", "log", @@ -9341,7 +9377,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9355,7 +9391,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "hash-db", @@ -9380,7 +9416,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "lazy_static", "sp-core", @@ -9391,7 +9427,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "derive_more", @@ -9408,7 +9444,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "ruzstd", "zstd", @@ -9417,7 +9453,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "serde", @@ -9430,7 +9466,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9441,7 +9477,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "sp-api", "sp-core", @@ -9451,7 +9487,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "backtrace", ] @@ -9459,7 +9495,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "rustc-hash", "serde", @@ -9470,12 +9506,13 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "max-encoded-len", "parity-scale-codec", "parity-util-mem", "paste 1.0.4", @@ -9491,7 +9528,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9508,7 +9545,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9520,7 +9557,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "serde", "serde_json", @@ -9529,7 +9566,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "sp-api", @@ -9542,7 +9579,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9552,7 +9589,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "hash-db", "log", @@ -9575,12 +9612,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9593,7 +9630,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "log", "sp-core", @@ -9606,7 +9643,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9623,7 +9660,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "erased-serde", "log", @@ -9641,7 +9678,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "derive_more", "futures 0.3.14", @@ -9657,7 +9694,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "hash-db", "memory-db", @@ -9671,7 +9708,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "futures-core", @@ -9683,7 +9720,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9696,7 +9733,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -9708,7 +9745,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9865,7 +9902,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "chrono", "console_error_panic_hook", @@ -9891,7 +9928,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "platforms", ] @@ -9899,7 +9936,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.14", @@ -9922,7 +9959,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-std", "derive_more", @@ -9936,7 +9973,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "async-trait", "futures 0.1.29", @@ -9965,7 +10002,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "futures 0.3.14", "substrate-test-utils-derive", @@ -9975,7 +10012,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10717,7 +10754,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#14fcad989c168e34c494ac752a7f40ff8f627dcc" +source = "git+https://github.com/paritytech/substrate?branch=master#6a63f282a5c0fb608569137ed464a23583d2d7de" dependencies = [ "frame-try-runtime", "log", @@ -11093,25 +11130,26 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.6.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff" +checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a" dependencies = [ + "downcast-rs", "libc", "memory_units", "num-rational", "num-traits", - "parity-wasm 0.41.0", + "parity-wasm 0.42.2", "wasmi-validation", ] [[package]] name = "wasmi-validation" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93" +checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8" dependencies = [ - "parity-wasm 0.41.0", + "parity-wasm 0.42.2", ] [[package]] @@ -11403,6 +11441,7 @@ dependencies = [ "hex-literal", "libsecp256k1", "log", + "max-encoded-len", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 22305f8ca56c..00ecea9d83d0 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -88,6 +88,8 @@ xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } + [dev-dependencies] hex-literal = "0.3.1" libsecp256k1 = "0.3.5" @@ -173,6 +175,7 @@ std = [ "xcm/std", "xcm-executor/std", "xcm-builder/std", + "max-encoded-len/std", ] runtime-benchmarks = [ "runtime-common/runtime-benchmarks", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index c2038ecee150..9a91cc6d0bf1 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -82,7 +82,7 @@ use sp_core::OpaqueMetadata; use sp_staking::SessionIndex; use frame_support::{ parameter_types, construct_runtime, RuntimeDebug, PalletId, - traits::{KeyOwnerProofSystem, LockIdentifier, Filter, InstanceFilter, All}, + traits::{KeyOwnerProofSystem, LockIdentifier, Filter, InstanceFilter, All, MaxEncodedLen}, weights::Weight, }; use frame_system::{EnsureRoot, EnsureOneOf}; @@ -931,7 +931,7 @@ parameter_types! { } /// The type used to represent the kinds of proxying allowed. -#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, MaxEncodedLen)] pub enum ProxyType { Any, NonTransfer, diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 709d704a16e4..8561fa7447a6 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -78,6 +78,8 @@ hex-literal = { version = "0.3.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } + [dev-dependencies] hex-literal = "0.3.1" libsecp256k1 = "0.3.5" @@ -154,6 +156,7 @@ std = [ "sp-npos-elections/std", "beefy-primitives/std", "pallet-mmr-primitives/std", + "max-encoded-len/std", ] runtime-benchmarks = [ "runtime-common/runtime-benchmarks", diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index cf30834764d3..6aff6a3c4f22 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -58,7 +58,7 @@ use sp_core::OpaqueMetadata; use sp_staking::SessionIndex; use frame_support::{ parameter_types, construct_runtime, RuntimeDebug, PalletId, - traits::{KeyOwnerProofSystem, LockIdentifier, Filter}, + traits::{KeyOwnerProofSystem, LockIdentifier, Filter, MaxEncodedLen}, weights::Weight, }; use frame_system::{EnsureRoot, EnsureOneOf}; @@ -838,7 +838,7 @@ parameter_types! { } /// The type used to represent the kinds of proxying allowed. -#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, MaxEncodedLen)] pub enum ProxyType { Any = 0, NonTransfer = 1, diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 008b01965c3b..22a2a107e38e 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -73,6 +73,8 @@ bp-rococo = { path = "../../bridges/primitives/chain-rococo", default-features = bp-wococo = { path = "../../bridges/primitives/chain-wococo", default-features = false } pallet-bridge-grandpa = { path = "../../bridges/modules/grandpa", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } + [build-dependencies] substrate-wasm-builder = "3.0.0" @@ -133,6 +135,7 @@ std = [ "xcm-builder/std", "pallet-xcm/std", "log/std", + "max-encoded-len/std", ] # When enabled, the runtime api will not be build. # diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 25ef5411c5c0..fbbaeacc8c64 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -41,7 +41,7 @@ use runtime_parachains::{ }; use frame_support::{ construct_runtime, parameter_types, - traits::{Filter, KeyOwnerProofSystem, Randomness, All, IsInVec}, + traits::{Filter, KeyOwnerProofSystem, Randomness, All, IsInVec, MaxEncodedLen}, weights::Weight, PalletId }; @@ -943,7 +943,7 @@ parameter_types! { } /// The type used to represent the kinds of proxying allowed. -#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, MaxEncodedLen)] pub enum ProxyType { Any, CancelProxy, diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index fbd9de2d2a3f..0a192f06f8b1 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -86,6 +86,8 @@ xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default-features = false } +max-encoded-len = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } + [dev-dependencies] hex-literal = "0.3.1" libsecp256k1 = "0.3.5" @@ -168,6 +170,7 @@ std = [ "xcm/std", "xcm-executor/std", "xcm-builder/std", + "max-encoded-len/std", ] runtime-benchmarks = [ "runtime-common/runtime-benchmarks", diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 6199ed1af791..9b96a684c7fc 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -81,7 +81,7 @@ use sp_core::OpaqueMetadata; use sp_staking::SessionIndex; use frame_support::{ parameter_types, construct_runtime, RuntimeDebug, PalletId, - traits::{KeyOwnerProofSystem, Filter, InstanceFilter, All}, + traits::{KeyOwnerProofSystem, Filter, InstanceFilter, All, MaxEncodedLen}, weights::Weight, }; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; @@ -624,7 +624,7 @@ parameter_types! { } /// The type used to represent the kinds of proxying allowed. -#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, MaxEncodedLen)] pub enum ProxyType { Any, NonTransfer,