diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index ae6d80a994..b6e48004bc 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -896,13 +896,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] -name = "cargo_metadata" -version = "0.12.1" +name = "cargo-platform" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f95cf4bf0dda0ac2e65371ae7215d0dce3c187613a9dbf23aaa9374186f97a" +checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7" dependencies = [ + "serde", +] + +[[package]] +name = "cargo_metadata" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" +dependencies = [ + "cargo-platform", "semver 0.11.0", - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", "serde_json", ] @@ -1878,7 +1888,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", ] @@ -1896,7 +1906,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -1915,7 +1925,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "Inflector", "chrono", @@ -1938,7 +1948,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -1951,7 +1961,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -1966,7 +1976,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "serde", @@ -1977,7 +1987,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "bitflags", "frame-metadata", @@ -2004,7 +2014,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2016,7 +2026,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2028,7 +2038,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro2", "quote", @@ -2038,7 +2048,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-metadata", "frame-support", @@ -2058,7 +2068,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2075,7 +2085,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -2089,7 +2099,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "sp-api", @@ -2098,7 +2108,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "parity-scale-codec", @@ -4007,7 +4017,7 @@ dependencies = [ [[package]] name = "max-encoded-len" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "impl-trait-for-tuples", "max-encoded-len-derive", @@ -4018,7 +4028,7 @@ dependencies = [ [[package]] name = "max-encoded-len-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -4521,7 +4531,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -4536,7 +4546,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -4550,7 +4560,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4573,7 +4583,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4603,7 +4613,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4639,7 +4649,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4655,7 +4665,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4670,7 +4680,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4691,7 +4701,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4708,7 +4718,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4722,7 +4732,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4744,7 +4754,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4759,7 +4769,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4778,7 +4788,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4794,7 +4804,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4809,7 +4819,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4826,7 +4836,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -4842,7 +4852,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4860,7 +4870,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4875,7 +4885,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -4888,7 +4898,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -4904,7 +4914,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4926,7 +4936,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4942,7 +4952,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -4955,7 +4965,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "enumflags2", "frame-support", @@ -4969,7 +4979,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4984,7 +4994,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -5003,7 +5013,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5019,7 +5029,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -5032,7 +5042,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5056,7 +5066,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5067,7 +5077,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "log", "sp-arithmetic", @@ -5076,7 +5086,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -5089,7 +5099,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5107,7 +5117,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5122,7 +5132,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-support", "frame-system", @@ -5138,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5155,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5166,7 +5176,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5182,7 +5192,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5197,7 +5207,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7436,7 +7446,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "env_logger 0.8.2", "hex", @@ -7726,7 +7736,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "derive_more", @@ -7755,7 +7765,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -7778,7 +7788,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7794,7 +7804,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7815,7 +7825,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7826,7 +7836,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "chrono", "fdlimit", @@ -7864,7 +7874,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "fnv", @@ -7898,7 +7908,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "blake2-rfc", "hash-db", @@ -7928,7 +7938,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -7940,7 +7950,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "derive_more", @@ -7986,7 +7996,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "futures 0.3.14", @@ -8010,7 +8020,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8023,7 +8033,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "futures 0.3.14", @@ -8051,7 +8061,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "sc-client-api", "sp-authorship", @@ -8062,7 +8072,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "lazy_static", @@ -8091,7 +8101,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "parity-scale-codec", @@ -8108,7 +8118,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "log", "parity-scale-codec", @@ -8123,7 +8133,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "log", "parity-scale-codec", @@ -8140,7 +8150,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "derive_more", @@ -8181,7 +8191,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "finality-grandpa", @@ -8205,7 +8215,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "futures 0.3.14", @@ -8226,7 +8236,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "ansi_term 0.12.1", "futures 0.3.14", @@ -8244,7 +8254,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "derive_more", @@ -8264,7 +8274,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "hash-db", "lazy_static", @@ -8283,7 +8293,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-std", "async-trait", @@ -8336,7 +8346,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -8353,7 +8363,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "bytes 0.5.6", "fnv", @@ -8381,7 +8391,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "libp2p", @@ -8394,7 +8404,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8403,7 +8413,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "hash-db", @@ -8438,7 +8448,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "futures 0.3.14", @@ -8463,7 +8473,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8481,7 +8491,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "directories", @@ -8546,7 +8556,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "log", "parity-scale-codec", @@ -8561,7 +8571,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8581,7 +8591,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "chrono", "futures 0.3.14", @@ -8601,7 +8611,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8638,7 +8648,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8649,7 +8659,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "futures 0.3.14", @@ -8671,7 +8681,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "futures-diagnose", @@ -8821,7 +8831,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", ] @@ -8833,12 +8843,11 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "semver-parser" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5" +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" dependencies = [ "pest", - "pest_derive", ] [[package]] @@ -9102,7 +9111,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "log", "sp-core", @@ -9114,7 +9123,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "hash-db", "log", @@ -9131,7 +9140,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9143,7 +9152,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "max-encoded-len", "parity-scale-codec", @@ -9156,7 +9165,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "integer-sqrt", "num-traits", @@ -9170,7 +9179,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "sp-api", @@ -9182,7 +9191,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -9194,7 +9203,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "sp-api", @@ -9206,7 +9215,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "log", @@ -9224,7 +9233,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "serde", "serde_json", @@ -9233,7 +9242,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "futures 0.3.14", @@ -9260,7 +9269,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "merlin", @@ -9282,7 +9291,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9292,7 +9301,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9304,7 +9313,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "base58", "blake2-rfc", @@ -9349,7 +9358,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9358,7 +9367,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro2", "quote", @@ -9368,7 +9377,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "environmental", "parity-scale-codec", @@ -9379,7 +9388,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "finality-grandpa", "log", @@ -9396,7 +9405,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9410,7 +9419,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "hash-db", @@ -9435,7 +9444,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "lazy_static", "sp-core", @@ -9446,7 +9455,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "derive_more", @@ -9463,7 +9472,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "ruzstd", "zstd", @@ -9472,7 +9481,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "serde", @@ -9485,7 +9494,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9496,7 +9505,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "sp-api", "sp-core", @@ -9506,7 +9515,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "backtrace", ] @@ -9514,7 +9523,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "rustc-hash", "serde", @@ -9525,7 +9534,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "either", "hash256-std-hasher", @@ -9547,7 +9556,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9564,7 +9573,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9576,7 +9585,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "serde", "serde_json", @@ -9585,7 +9594,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "sp-api", @@ -9598,7 +9607,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9608,7 +9617,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "hash-db", "log", @@ -9631,12 +9640,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9649,7 +9658,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "log", "sp-core", @@ -9662,7 +9671,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9679,7 +9688,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "erased-serde", "log", @@ -9697,7 +9706,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "derive_more", "futures 0.3.14", @@ -9713,7 +9722,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "log", @@ -9728,7 +9737,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "hash-db", "memory-db", @@ -9742,7 +9751,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "futures-core", @@ -9754,7 +9763,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9767,7 +9776,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -9779,7 +9788,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9936,7 +9945,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "chrono", "console_error_panic_hook", @@ -9962,7 +9971,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "platforms", ] @@ -9970,7 +9979,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.14", @@ -9993,7 +10002,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-std", "derive_more", @@ -10007,7 +10016,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "async-trait", "futures 0.1.29", @@ -10036,7 +10045,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "futures 0.3.14", "substrate-test-utils-derive", @@ -10046,7 +10055,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10788,7 +10797,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#a57bc4445a4e0bfd5c79c111add9d0db1a265507" +source = "git+https://github.com/paritytech/substrate#0495ead464cc632237d0f9d1687b1ebbb579c7a7" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/runtime/common/src/auctions.rs b/polkadot/runtime/common/src/auctions.rs index f09fad95ee..07a59c650f 100644 --- a/polkadot/runtime/common/src/auctions.rs +++ b/polkadot/runtime/common/src/auctions.rs @@ -676,6 +676,7 @@ mod tests { parameter_types! { pub const ExistentialDeposit: u64 = 1; + pub const MaxReserves: u32 = 50; } impl pallet_balances::Config for Test { @@ -686,6 +687,8 @@ mod tests { type AccountStore = System; type WeightInfo = (); type MaxLocks = (); + type MaxReserves = MaxReserves; + type ReserveIdentifier = [u8; 8]; } #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy, Debug)] diff --git a/polkadot/runtime/common/src/claims.rs b/polkadot/runtime/common/src/claims.rs index 5824a7f5c4..19fbbe32d8 100644 --- a/polkadot/runtime/common/src/claims.rs +++ b/polkadot/runtime/common/src/claims.rs @@ -671,6 +671,8 @@ mod tests { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = [u8; 8]; type WeightInfo = (); } diff --git a/polkadot/runtime/common/src/crowdloan.rs b/polkadot/runtime/common/src/crowdloan.rs index 8b5cc5c54f..cfd0ed7320 100644 --- a/polkadot/runtime/common/src/crowdloan.rs +++ b/polkadot/runtime/common/src/crowdloan.rs @@ -821,6 +821,8 @@ mod tests { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = [u8; 8]; type WeightInfo = (); } diff --git a/polkadot/runtime/common/src/impls.rs b/polkadot/runtime/common/src/impls.rs index 8aa83e7090..230a1cae86 100644 --- a/polkadot/runtime/common/src/impls.rs +++ b/polkadot/runtime/common/src/impls.rs @@ -138,6 +138,8 @@ mod tests { type ExistentialDeposit = (); type AccountStore = System; type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = [u8; 8]; type WeightInfo = (); } diff --git a/polkadot/runtime/common/src/integration_tests.rs b/polkadot/runtime/common/src/integration_tests.rs index a9e8d4ad74..28e404e046 100644 --- a/polkadot/runtime/common/src/integration_tests.rs +++ b/polkadot/runtime/common/src/integration_tests.rs @@ -144,6 +144,7 @@ impl pallet_timestamp::Config for Test { parameter_types! { pub static ExistentialDeposit: Balance = 1; + pub const MaxReserves: u32 = 50; } impl pallet_balances::Config for Test { @@ -154,6 +155,8 @@ impl pallet_balances::Config for Test { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type WeightInfo = (); + type MaxReserves = MaxReserves; + type ReserveIdentifier = [u8; 8]; } impl configuration::Config for Test { } diff --git a/polkadot/runtime/common/src/paras_registrar.rs b/polkadot/runtime/common/src/paras_registrar.rs index 4e9219b6ed..9de1e9d98a 100644 --- a/polkadot/runtime/common/src/paras_registrar.rs +++ b/polkadot/runtime/common/src/paras_registrar.rs @@ -628,6 +628,8 @@ mod tests { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = [u8; 8]; type WeightInfo = (); } diff --git a/polkadot/runtime/common/src/purchase.rs b/polkadot/runtime/common/src/purchase.rs index 46de5ef784..b287428125 100644 --- a/polkadot/runtime/common/src/purchase.rs +++ b/polkadot/runtime/common/src/purchase.rs @@ -493,6 +493,8 @@ mod tests { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = [u8; 8]; type WeightInfo = (); } diff --git a/polkadot/runtime/common/src/slots.rs b/polkadot/runtime/common/src/slots.rs index b1787fdf45..409c080e70 100644 --- a/polkadot/runtime/common/src/slots.rs +++ b/polkadot/runtime/common/src/slots.rs @@ -496,6 +496,8 @@ mod tests { type AccountStore = System; type WeightInfo = (); type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = [u8; 8]; } parameter_types! { diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 35b2e585d9..f58a706e72 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -256,6 +256,7 @@ impl pallet_indices::Config for Runtime { parameter_types! { pub const ExistentialDeposit: Balance = 1 * CENTS; pub const MaxLocks: u32 = 50; + pub const MaxReserves: u32 = 50; } impl pallet_balances::Config for Runtime { @@ -264,8 +265,10 @@ impl pallet_balances::Config for Runtime { type Event = Event; type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; - type WeightInfo = weights::pallet_balances::WeightInfo; type MaxLocks = MaxLocks; + type MaxReserves = MaxReserves; + type ReserveIdentifier = [u8; 8]; + type WeightInfo = weights::pallet_balances::WeightInfo; } parameter_types! { diff --git a/polkadot/runtime/parachains/src/mock.rs b/polkadot/runtime/parachains/src/mock.rs index a8a18823f6..82d17a9e0b 100644 --- a/polkadot/runtime/parachains/src/mock.rs +++ b/polkadot/runtime/parachains/src/mock.rs @@ -93,6 +93,8 @@ parameter_types! { impl pallet_balances::Config for Test { type MaxLocks = (); + type MaxReserves = (); + type ReserveIdentifier = [u8; 8]; type Balance = Balance; type Event = Event; type DustRemoval = (); diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index d429305d98..6cb83520f3 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -241,6 +241,7 @@ impl pallet_indices::Config for Runtime { parameter_types! { pub const ExistentialDeposit: Balance = 100 * CENTS; pub const MaxLocks: u32 = 50; + pub const MaxReserves: u32 = 50; } impl pallet_balances::Config for Runtime { @@ -250,6 +251,8 @@ impl pallet_balances::Config for Runtime { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = MaxLocks; + type MaxReserves = MaxReserves; + type ReserveIdentifier = [u8; 8]; type WeightInfo = weights::pallet_balances::WeightInfo; } diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index 5dcfa4d57d..a1cbbf3162 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -408,6 +408,7 @@ impl pallet_im_online::Config for Runtime { parameter_types! { pub const ExistentialDeposit: Balance = 1 * CENTS; pub const MaxLocks: u32 = 50; + pub const MaxReserves: u32 = 50; } impl pallet_balances::Config for Runtime { @@ -417,6 +418,8 @@ impl pallet_balances::Config for Runtime { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = MaxLocks; + type MaxReserves = MaxReserves; + type ReserveIdentifier = [u8; 8]; type WeightInfo = (); } diff --git a/polkadot/runtime/test-runtime/src/lib.rs b/polkadot/runtime/test-runtime/src/lib.rs index 56a39b8c49..0cbf946e8b 100644 --- a/polkadot/runtime/test-runtime/src/lib.rs +++ b/polkadot/runtime/test-runtime/src/lib.rs @@ -205,6 +205,7 @@ impl pallet_indices::Config for Runtime { parameter_types! { pub storage ExistentialDeposit: Balance = 1 * CENTS; pub storage MaxLocks: u32 = 50; + pub const MaxReserves: u32 = 50; } impl pallet_balances::Config for Runtime { @@ -214,6 +215,8 @@ impl pallet_balances::Config for Runtime { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = MaxLocks; + type MaxReserves = MaxReserves; + type ReserveIdentifier = [u8; 8]; type WeightInfo = (); } diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 8dfdc03f60..40124ca72c 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -247,6 +247,7 @@ impl pallet_indices::Config for Runtime { parameter_types! { pub const ExistentialDeposit: Balance = 1 * CENTS; pub const MaxLocks: u32 = 50; + pub const MaxReserves: u32 = 50; } impl pallet_balances::Config for Runtime { @@ -256,6 +257,8 @@ impl pallet_balances::Config for Runtime { type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; type MaxLocks = MaxLocks; + type MaxReserves = MaxReserves; + type ReserveIdentifier = [u8; 8]; type WeightInfo = weights::pallet_balances::WeightInfo; }