diff --git a/Cargo.lock b/Cargo.lock index bdfa7479d73..063439633d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c152c45ac331eb8ab40d956ab1d008d181810ef4" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e" dependencies = [ "beefy-primitives", "fnv", @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c152c45ac331eb8ab40d956ab1d008d181810ef4" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -521,14 +521,15 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c152c45ac331eb8ab40d956ab1d008d181810ef4" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e" [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c152c45ac331eb8ab40d956ab1d008d181810ef4" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e" dependencies = [ "parity-scale-codec", + "scale-info", "sp-api", "sp-application-crypto", "sp-core", @@ -716,11 +717,12 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "finality-grandpa", "frame-support", "parity-scale-codec", + "scale-info", "serde", "sp-core", "sp-finality-grandpa", @@ -731,18 +733,19 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-runtime", "frame-support", "parity-scale-codec", + "scale-info", "sp-std", ] [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "bp-runtime", @@ -750,6 +753,7 @@ dependencies = [ "frame-system", "impl-trait-for-tuples", "parity-scale-codec", + "scale-info", "serde", "sp-std", ] @@ -757,13 +761,14 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-messages", "bp-runtime", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-api", "sp-core", "sp-runtime", @@ -774,7 +779,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-messages", "bp-runtime", @@ -789,7 +794,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -806,12 +811,13 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "frame-support", "hash-db", "num-traits", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -823,7 +829,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -838,7 +844,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -853,7 +859,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -865,6 +871,7 @@ dependencies = [ "pallet-bridge-messages", "pallet-transaction-payment", "parity-scale-codec", + "scale-info", "sp-core", "sp-runtime", "sp-state-machine", @@ -1607,6 +1614,7 @@ dependencies = [ "frame-system", "pallet-aura", "parity-scale-codec", + "scale-info", "serde", "sp-application-crypto", "sp-consensus-aura", @@ -1623,6 +1631,7 @@ dependencies = [ "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -1651,6 +1660,7 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "sc-client-api", + "scale-info", "serde", "sp-core", "sp-externalities", @@ -1696,6 +1706,7 @@ dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "serde", "sp-io", "sp-runtime", @@ -1715,6 +1726,7 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "rand_chacha 0.3.1", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -1733,6 +1745,7 @@ dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "serde", "sp-runtime", "sp-std", @@ -1765,6 +1778,7 @@ dependencies = [ "parity-scale-codec", "polkadot-client", "sc-client-api", + "scale-info", "sp-api", "sp-core", "sp-inherents", @@ -1874,6 +1888,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "parity-scale-codec", + "scale-info", "serde", "sp-api", "sp-block-builder", @@ -1905,6 +1920,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "parity-scale-codec", + "scale-info", "serde", "sp-api", "sp-block-builder", @@ -2389,9 +2405,9 @@ dependencies = [ [[package]] name = "finality-grandpa" -version = "0.14.1" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9" +checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a" dependencies = [ "either", "futures 0.3.17", @@ -2400,6 +2416,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.11.1", + "scale-info", ] [[package]] @@ -2442,7 +2459,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", ] @@ -2460,7 +2477,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", @@ -2468,6 +2485,7 @@ dependencies = [ "log", "parity-scale-codec", "paste 1.0.4", + "scale-info", "sp-api", "sp-io", "sp-runtime", @@ -2479,7 +2497,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "Inflector", "chrono", @@ -2505,11 +2523,12 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-arithmetic", "sp-npos-elections", "sp-std", @@ -2518,11 +2537,12 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -2532,19 +2552,20 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96616f82e069102b95a72c87de4c84d2f87ef7f0f20630e78ce3824436483110" dependencies = [ + "cfg-if 1.0.0", "parity-scale-codec", + "scale-info", "serde", - "sp-core", - "sp-std", ] [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "bitflags", "frame-metadata", @@ -2554,6 +2575,7 @@ dependencies = [ "once_cell", "parity-scale-codec", "paste 1.0.4", + "scale-info", "serde", "smallvec", "sp-arithmetic", @@ -2570,7 +2592,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2582,7 +2604,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2594,7 +2616,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "proc-macro2", "quote", @@ -2604,11 +2626,12 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "log", "parity-scale-codec", + "scale-info", "serde", "sp-core", "sp-io", @@ -2620,12 +2643,13 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-core", "sp-runtime", "sp-std", @@ -2634,7 +2658,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", "sp-api", @@ -2643,7 +2667,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "sp-api", @@ -3627,7 +3651,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -3682,6 +3706,7 @@ dependencies = [ "polkadot-runtime-common", "polkadot-runtime-parachains", "rustc-hex", + "scale-info", "serde", "serde_derive", "smallvec", @@ -4538,7 +4563,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "derive_more", "futures 0.3.17", @@ -4826,10 +4851,11 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-system", "parity-scale-codec", + "scale-info", "sp-application-crypto", "sp-core", "sp-runtime", @@ -5005,12 +5031,13 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-runtime", "sp-std", ] @@ -5018,12 +5045,13 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "pallet-timestamp", "parity-scale-codec", + "scale-info", "sp-application-crypto", "sp-consensus-aura", "sp-runtime", @@ -5033,12 +5061,13 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec", + "scale-info", "sp-application-crypto", "sp-authority-discovery", "sp-runtime", @@ -5048,12 +5077,13 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "parity-scale-codec", + "scale-info", "sp-authorship", "sp-runtime", "sp-std", @@ -5062,7 +5092,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5072,6 +5102,7 @@ dependencies = [ "pallet-session", "pallet-timestamp", "parity-scale-codec", + "scale-info", "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", @@ -5085,13 +5116,14 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-runtime", "sp-std", ] @@ -5099,7 +5131,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c152c45ac331eb8ab40d956ab1d008d181810ef4" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e" dependencies = [ "beefy-primitives", "frame-support", @@ -5115,7 +5147,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#c152c45ac331eb8ab40d956ab1d008d181810ef4" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5140,13 +5172,14 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-treasury", "parity-scale-codec", + "scale-info", "sp-runtime", "sp-std", ] @@ -5154,7 +5187,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5162,6 +5195,7 @@ dependencies = [ "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-core", "sp-runtime", "sp-std", @@ -5170,7 +5204,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5181,6 +5215,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", + "scale-info", "serde", "sp-finality-grandpa", "sp-runtime", @@ -5191,7 +5226,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "bp-message-dispatch", @@ -5203,6 +5238,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", + "scale-info", "serde", "sp-core", "sp-runtime", @@ -5223,6 +5259,7 @@ dependencies = [ "pallet-session", "pallet-timestamp", "parity-scale-codec", + "scale-info", "serde", "sp-consensus-aura", "sp-core", @@ -5236,13 +5273,14 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -5252,12 +5290,13 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "serde", "sp-io", "sp-runtime", @@ -5267,7 +5306,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5276,6 +5315,7 @@ dependencies = [ "log", "parity-scale-codec", "rand 0.7.3", + "scale-info", "sp-arithmetic", "sp-core", "sp-io", @@ -5290,13 +5330,14 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-npos-elections", @@ -5307,12 +5348,13 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-arithmetic", "sp-runtime", "sp-std", @@ -5321,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5330,6 +5372,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", + "scale-info", "sp-application-crypto", "sp-core", "sp-finality-grandpa", @@ -5343,13 +5386,14 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "enumflags2", "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-io", "sp-runtime", "sp-std", @@ -5358,7 +5402,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5366,6 +5410,7 @@ dependencies = [ "log", "pallet-authorship", "parity-scale-codec", + "scale-info", "sp-application-crypto", "sp-core", "sp-io", @@ -5377,12 +5422,13 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-keyring", @@ -5393,13 +5439,14 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -5409,7 +5456,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5417,6 +5464,7 @@ dependencies = [ "frame-system", "pallet-mmr-primitives", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -5426,7 +5474,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", @@ -5442,7 +5490,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5459,12 +5507,13 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-io", "sp-runtime", "sp-std", @@ -5473,11 +5522,12 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-io", "sp-runtime", "sp-std", @@ -5486,13 +5536,14 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "log", "pallet-balances", "parity-scale-codec", + "scale-info", "serde", "sp-runtime", "sp-staking", @@ -5502,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5516,6 +5567,7 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec", + "scale-info", "sp-runtime", "sp-staking", "sp-std", @@ -5524,12 +5576,13 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-io", "sp-runtime", "sp-std", @@ -5538,12 +5591,13 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "safe-mix", + "scale-info", "sp-runtime", "sp-std", ] @@ -5551,11 +5605,12 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-io", "sp-runtime", "sp-std", @@ -5564,13 +5619,14 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-io", "sp-runtime", "sp-std", @@ -5579,7 +5635,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", @@ -5587,6 +5643,7 @@ dependencies = [ "log", "pallet-timestamp", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -5599,7 +5656,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5615,12 +5672,13 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", + "scale-info", "sp-runtime", "sp-std", ] @@ -5628,7 +5686,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5639,6 +5697,7 @@ dependencies = [ "pallet-session", "parity-scale-codec", "rand_chacha 0.2.2", + "scale-info", "serde", "sp-application-crypto", "sp-io", @@ -5650,7 +5709,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5661,7 +5720,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "log", "sp-arithmetic", @@ -5670,11 +5729,12 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-io", "sp-runtime", "sp-std", @@ -5683,13 +5743,14 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-inherents", "sp-io", "sp-runtime", @@ -5700,7 +5761,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5708,6 +5769,7 @@ dependencies = [ "log", "pallet-treasury", "parity-scale-codec", + "scale-info", "serde", "sp-core", "sp-io", @@ -5718,11 +5780,12 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "serde", "smallvec", "sp-core", @@ -5734,7 +5797,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5751,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5762,7 +5825,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5770,6 +5833,7 @@ dependencies = [ "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", + "scale-info", "serde", "sp-runtime", "sp-std", @@ -5778,12 +5842,13 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-runtime", "sp-std", ] @@ -5791,12 +5856,13 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "sp-core", "sp-io", "sp-runtime", @@ -5806,13 +5872,14 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "sp-runtime", "sp-std", ] @@ -5820,12 +5887,13 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "frame-support", "frame-system", "log", "parity-scale-codec", + "scale-info", "serde", "sp-core", "sp-runtime", @@ -5842,6 +5910,7 @@ dependencies = [ "frame-support", "frame-system", "parity-scale-codec", + "scale-info", "serde", ] @@ -5859,6 +5928,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-common", + "scale-info", "sp-consensus-aura", "sp-core", "sp-io", @@ -6237,7 +6307,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6251,7 +6321,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6264,7 +6334,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "derive_more", "futures 0.3.17", @@ -6286,7 +6356,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "lru", @@ -6306,7 +6376,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -6326,7 +6396,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6424,7 +6494,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "always-assert", "derive_more", @@ -6445,10 +6515,11 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "parity-scale-codec", "parity-util-mem", + "scale-info", "sp-core", "sp-runtime", "sp-std", @@ -6457,7 +6528,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "derive_more", "futures 0.3.17", @@ -6479,7 +6550,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6493,7 +6564,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6511,7 +6582,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "futures 0.3.17", @@ -6530,7 +6601,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6548,7 +6619,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6576,7 +6647,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6596,7 +6667,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6614,7 +6685,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6629,7 +6700,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "futures 0.3.17", @@ -6647,7 +6718,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6662,7 +6733,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6679,7 +6750,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6698,7 +6769,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "polkadot-node-primitives", @@ -6711,7 +6782,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "futures 0.3.17", @@ -6728,7 +6799,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6743,7 +6814,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "always-assert", "assert_matches", @@ -6774,7 +6845,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "memory-lru", @@ -6792,7 +6863,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-std", "lazy_static", @@ -6810,7 +6881,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6822,7 +6893,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "derive_more", @@ -6840,7 +6911,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -6862,7 +6933,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -6872,7 +6943,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "futures 0.3.17", @@ -6890,7 +6961,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "derive_more", "futures 0.3.17", @@ -6909,7 +6980,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "derive_more", @@ -6936,7 +7007,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6957,7 +7028,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-all-subsystems-gen" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "proc-macro2", "quote", @@ -6967,7 +7038,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "futures 0.3.17", @@ -6984,7 +7055,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -6995,13 +7066,14 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "derive_more", "frame-support", "parity-scale-codec", "parity-util-mem", "polkadot-core-primitives", + "scale-info", "serde", "sp-core", "sp-runtime", @@ -7011,7 +7083,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitvec 0.20.1", "frame-system", @@ -7020,6 +7092,7 @@ dependencies = [ "parity-util-mem", "polkadot-core-primitives", "polkadot-parachain", + "scale-info", "serde", "sp-api", "sp-application-crypto", @@ -7040,7 +7113,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7071,7 +7144,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7121,6 +7194,7 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "rustc-hex", + "scale-info", "serde", "serde_derive", "smallvec", @@ -7146,8 +7220,9 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ + "beefy-primitives", "bitvec 0.20.1", "frame-benchmarking", "frame-election-provider-support", @@ -7171,6 +7246,7 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-parachains", "rustc-hex", + "scale-info", "serde", "serde_derive", "slot-range-helper", @@ -7190,7 +7266,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "bitflags", "bitvec 0.20.1", @@ -7211,6 +7287,7 @@ dependencies = [ "rand 0.8.4", "rand_chacha 0.3.1", "rustc-hex", + "scale-info", "serde", "sp-api", "sp-core", @@ -7228,7 +7305,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "async-trait", "beefy-gadget", @@ -7325,7 +7402,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7346,7 +7423,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7356,7 +7433,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7381,7 +7458,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7415,6 +7492,7 @@ dependencies = [ "polkadot-runtime-common", "polkadot-runtime-parachains", "rustc-hex", + "scale-info", "serde", "serde_derive", "smallvec", @@ -7441,7 +7519,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "frame-benchmarking", "frame-system", @@ -7569,6 +7647,7 @@ dependencies = [ "impl-codec", "impl-rlp", "impl-serde", + "scale-info", "uint", ] @@ -8036,7 +8115,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8141,6 +8220,7 @@ dependencies = [ "parachain-info", "parity-scale-codec", "polkadot-parachain", + "scale-info", "serde", "sp-api", "sp-block-builder", @@ -8163,7 +8243,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "beefy-primitives", "bp-messages", @@ -8207,6 +8287,7 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", + "scale-info", "serde", "serde_derive", "smallvec", @@ -8348,7 +8429,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "log", "sp-core", @@ -8359,7 +8440,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "derive_more", @@ -8386,7 +8467,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8409,7 +8490,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8425,7 +8506,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8441,7 +8522,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8452,7 +8533,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "chrono", "fdlimit", @@ -8490,7 +8571,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "fnv", "futures 0.3.17", @@ -8518,7 +8599,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "hash-db", "kvdb", @@ -8543,7 +8624,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "futures 0.3.17", @@ -8567,7 +8648,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "derive_more", @@ -8596,7 +8677,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "derive_more", @@ -8639,7 +8720,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "derive_more", "futures 0.3.17", @@ -8663,7 +8744,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8676,7 +8757,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "futures 0.3.17", @@ -8702,7 +8783,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "sc-client-api", "sp-authorship", @@ -8713,7 +8794,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8739,7 +8820,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "derive_more", "environmental", @@ -8757,7 +8838,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "log", "parity-scale-codec", @@ -8773,7 +8854,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8792,7 +8873,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "derive_more", @@ -8829,7 +8910,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "derive_more", "finality-grandpa", @@ -8853,7 +8934,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -8870,7 +8951,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "derive_more", @@ -8885,7 +8966,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "hash-db", "parity-scale-codec", @@ -8903,7 +8984,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-std", "async-trait", @@ -8954,7 +9035,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8970,7 +9051,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "bytes 1.0.1", "fnv", @@ -8997,7 +9078,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "libp2p", @@ -9010,7 +9091,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9019,7 +9100,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "hash-db", @@ -9050,7 +9131,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9075,7 +9156,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9092,7 +9173,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "directories", @@ -9157,7 +9238,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "log", "parity-scale-codec", @@ -9171,7 +9252,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9193,7 +9274,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "chrono", "futures 0.3.17", @@ -9211,7 +9292,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9240,7 +9321,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9251,7 +9332,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "intervalier", @@ -9278,7 +9359,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "derive_more", "futures 0.3.17", @@ -9292,7 +9373,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9311,6 +9392,7 @@ dependencies = [ "derive_more", "parity-scale-codec", "scale-info-derive", + "serde", ] [[package]] @@ -9472,9 +9554,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8" dependencies = [ "itoa", "ryu", @@ -9568,6 +9650,7 @@ dependencies = [ "log", "parachain-info", "parity-scale-codec", + "scale-info", "serde", "sp-api", "sp-block-builder", @@ -9647,7 +9730,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "enumn", "parity-scale-codec", @@ -9750,7 +9833,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "hash-db", "log", @@ -9767,7 +9850,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9779,9 +9862,10 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", + "scale-info", "serde", "sp-core", "sp-io", @@ -9791,11 +9875,12 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", + "scale-info", "serde", "sp-debug-derive", "sp-std", @@ -9805,9 +9890,10 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", + "scale-info", "sp-api", "sp-application-crypto", "sp-runtime", @@ -9817,7 +9903,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "parity-scale-codec", @@ -9829,7 +9915,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", "sp-api", @@ -9841,7 +9927,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "log", @@ -9859,7 +9945,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "futures 0.3.17", @@ -9878,10 +9964,11 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "parity-scale-codec", + "scale-info", "sp-api", "sp-application-crypto", "sp-consensus", @@ -9895,11 +9982,12 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "merlin", "parity-scale-codec", + "scale-info", "serde", "sp-api", "sp-application-crypto", @@ -9917,9 +10005,10 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", + "scale-info", "sp-arithmetic", "sp-runtime", ] @@ -9927,7 +10016,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9939,7 +10028,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "base58", "blake2-rfc", @@ -9962,6 +10051,7 @@ dependencies = [ "primitive-types", "rand 0.7.3", "regex", + "scale-info", "schnorrkel", "secrecy", "serde", @@ -9983,7 +10073,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9992,7 +10082,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "proc-macro2", "quote", @@ -10002,7 +10092,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "environmental", "parity-scale-codec", @@ -10013,11 +10103,12 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", + "scale-info", "serde", "sp-api", "sp-application-crypto", @@ -10030,7 +10121,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10044,7 +10135,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "hash-db", @@ -10069,7 +10160,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "lazy_static", "sp-core", @@ -10080,7 +10171,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "derive_more", @@ -10097,7 +10188,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "zstd", ] @@ -10105,9 +10196,10 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", + "scale-info", "serde", "sp-arithmetic", "sp-core", @@ -10119,7 +10211,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10130,7 +10222,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "sp-api", "sp-core", @@ -10140,7 +10232,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "backtrace", ] @@ -10148,7 +10240,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "rustc-hash", "serde", @@ -10158,7 +10250,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "either", "hash256-std-hasher", @@ -10168,6 +10260,7 @@ dependencies = [ "parity-util-mem", "paste 1.0.4", "rand 0.7.3", + "scale-info", "serde", "sp-application-crypto", "sp-arithmetic", @@ -10179,7 +10272,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10196,7 +10289,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10208,7 +10301,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "serde", "serde_json", @@ -10217,9 +10310,10 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", + "scale-info", "sp-api", "sp-core", "sp-runtime", @@ -10230,9 +10324,10 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", + "scale-info", "sp-runtime", "sp-std", ] @@ -10240,7 +10335,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "hash-db", "log", @@ -10263,12 +10358,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10281,7 +10376,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "log", "sp-core", @@ -10294,7 +10389,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10310,7 +10405,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "erased-serde", "log", @@ -10328,7 +10423,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "sp-api", "sp-runtime", @@ -10337,11 +10432,12 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "log", "parity-scale-codec", + "scale-info", "sp-core", "sp-inherents", "sp-runtime", @@ -10352,11 +10448,12 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "hash-db", "memory-db", "parity-scale-codec", + "scale-info", "sp-core", "sp-std", "trie-db", @@ -10366,11 +10463,12 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm 0.42.2", + "scale-info", "serde", "sp-runtime", "sp-std", @@ -10381,7 +10479,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10392,7 +10490,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10456,6 +10554,7 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "polkadot-runtime-common", + "scale-info", "serde", "smallvec", "sp-api", @@ -10520,6 +10619,7 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "polkadot-runtime-common", + "scale-info", "serde", "smallvec", "sp-api", @@ -10672,7 +10772,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "platforms", ] @@ -10680,7 +10780,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10702,7 +10802,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-std", "derive_more", @@ -10716,7 +10816,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "async-trait", "futures 0.3.17", @@ -10743,7 +10843,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -10753,7 +10853,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10764,7 +10864,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -11054,9 +11154,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d" +checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e" dependencies = [ "cfg-if 1.0.0", "pin-project-lite 0.2.4", @@ -11066,9 +11166,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2" +checksum = "98863d0dd09fa59a1b79c6750ad80dbda6b75f4e71c437a6a1a8cb91a8bcbd77" dependencies = [ "proc-macro2", "quote", @@ -11077,9 +11177,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.18" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052" +checksum = "46125608c26121c81b0c6d693eab5a420e416da7e43c426d2e8f7df8da8a3acf" dependencies = [ "lazy_static", ] @@ -11217,7 +11317,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#630422d6108cbaaca893ab213dde69f3bdaa1f6b" +source = "git+https://github.com/paritytech/substrate?branch=master#ba153b9ae050eda022f002d74d76f98d1e339a81" dependencies = [ "log", "parity-scale-codec", @@ -11822,7 +11922,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -11876,6 +11976,7 @@ dependencies = [ "polkadot-runtime-common", "polkadot-runtime-parachains", "rustc-hex", + "scale-info", "serde", "serde_derive", "smallvec", @@ -11944,6 +12045,7 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "polkadot-runtime-common", + "scale-info", "serde", "smallvec", "sp-api", @@ -12062,19 +12164,20 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "derivative", "impl-trait-for-tuples", "log", "parity-scale-codec", + "scale-info", "xcm-procedural", ] [[package]] name = "xcm-builder" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "frame-support", "frame-system", @@ -12082,6 +12185,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", + "scale-info", "sp-arithmetic", "sp-io", "sp-runtime", @@ -12093,7 +12197,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -12110,7 +12214,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#77e92caaa276b956d3f1e4c658e745f2fce55ad0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9dc2d42b9266faf4a80b7869296c2ae6b1bc8ef0" dependencies = [ "proc-macro2", "quote", diff --git a/client/cli/src/lib.rs b/client/cli/src/lib.rs index 1af93c36aa7..e52028c69d9 100644 --- a/client/cli/src/lib.rs +++ b/client/cli/src/lib.rs @@ -20,16 +20,15 @@ use sc_cli; use sc_service::{ - BasePath, - config::{TelemetryEndpoints, PrometheusConfig}, - TransactionPoolOptions, + config::{PrometheusConfig, TelemetryEndpoints}, + BasePath, TransactionPoolOptions, }; use std::{ fs, io::{self, Write}, + net::SocketAddr, }; use structopt::StructOpt; -use std::net::SocketAddr; /// The `purge-chain` command used to remove the whole chain: the parachain and the relaychain. #[derive(Debug, StructOpt)] @@ -66,10 +65,12 @@ impl PurgeChainCmd { let db_paths = databases .iter() .map(|(chain_label, database)| { - database.path().ok_or_else(|| sc_cli::Error::Input(format!( - "Cannot purge custom database implementation of: {}", - chain_label, - ))) + database.path().ok_or_else(|| { + sc_cli::Error::Input(format!( + "Cannot purge custom database implementation of: {}", + chain_label, + )) + }) }) .collect::>>()?; @@ -152,11 +153,11 @@ impl RunCmd { pub fn normalize(&self) -> NormalizedRunCmd { let mut new_base = self.base.clone(); - new_base.validator = self.base.validator || self.collator; + new_base.validator = self.base.validator || self.collator; - NormalizedRunCmd { - base: new_base, - parachain_id: self.parachain_id, + NormalizedRunCmd { + base: new_base, + parachain_id: self.parachain_id, } } } @@ -205,7 +206,10 @@ impl sc_cli::CliConfiguration for NormalizedRunCmd { self.base.force_authoring() } - fn prometheus_config(&self, default_listen_port: u16) -> sc_cli::Result> { + fn prometheus_config( + &self, + default_listen_port: u16, + ) -> sc_cli::Result> { self.base.prometheus_config(default_listen_port) } diff --git a/pallets/aura-ext/Cargo.toml b/pallets/aura-ext/Cargo.toml index 375977a8245..83ba9a17589 100644 --- a/pallets/aura-ext/Cargo.toml +++ b/pallets/aura-ext/Cargo.toml @@ -18,6 +18,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", defau # Other Dependencies codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]} +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } [dev-dependencies] @@ -27,6 +28,7 @@ cumulus-pallet-parachain-system = { path = "../parachain-system" } default = [ "std" ] std = [ "codec/std", + "scale-info/std", "serde", "frame-support/std", "sp-runtime/std", diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 8849881345d..d3d39a89ce6 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -15,6 +15,7 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies] log = { version = "0.4.0", default-features = false } codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = '2.0.0' } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.119", default-features = false } sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "master" } sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = "master" } @@ -46,6 +47,7 @@ runtime-benchmarks = [ std = [ 'codec/std', 'log/std', + 'scale-info/std', 'sp-runtime/std', 'sp-staking/std', 'sp-std/std', diff --git a/pallets/collator-selection/src/lib.rs b/pallets/collator-selection/src/lib.rs index 9800104a832..7610f42fd29 100644 --- a/pallets/collator-selection/src/lib.rs +++ b/pallets/collator-selection/src/lib.rs @@ -162,7 +162,7 @@ pub mod pallet { } /// Basic information about a collation candidate. - #[derive(PartialEq, Eq, Clone, Encode, Decode, RuntimeDebug)] + #[derive(PartialEq, Eq, Clone, Encode, Decode, RuntimeDebug, scale_info::TypeInfo)] pub struct CandidateInfo { /// Account identifier. pub who: AccountId, @@ -247,7 +247,6 @@ pub mod pallet { } #[pallet::event] - #[pallet::metadata(T::AccountId = "AccountId", BalanceOf = "Balance")] #[pallet::generate_deposit(pub(super) fn deposit_event)] pub enum Event { NewInvulnerables(Vec), diff --git a/pallets/dmp-queue/Cargo.toml b/pallets/dmp-queue/Cargo.toml index 7dd5d1b2570..c4a8e20dd2e 100644 --- a/pallets/dmp-queue/Cargo.toml +++ b/pallets/dmp-queue/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" [dependencies] # Other dependencies codec = { package = "parity-scale-codec", version = "2.0.0", features = [ "derive" ], default-features = false } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } # Substrate Dependencies @@ -32,6 +33,7 @@ default = [ "std" ] std = [ "codec/std", "log/std", + "scale-info/std", "sp-std/std", "sp-io/std", "sp-runtime/std", diff --git a/pallets/dmp-queue/src/lib.rs b/pallets/dmp-queue/src/lib.rs index 81928bdb608..93609d5360a 100644 --- a/pallets/dmp-queue/src/lib.rs +++ b/pallets/dmp-queue/src/lib.rs @@ -21,6 +21,7 @@ #![cfg_attr(not(feature = "std"), no_std)] +use scale_info::TypeInfo; use sp_std::{prelude::*, convert::TryFrom}; use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber; use cumulus_primitives_core::DmpMessageHandler; @@ -30,7 +31,7 @@ use xcm::{VersionedXcm, latest::prelude::*}; use frame_support::{traits::EnsureOrigin, dispatch::Weight, weights::constants::WEIGHT_PER_MILLIS}; pub use pallet::*; -#[derive(Copy, Clone, Eq, PartialEq, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Encode, Decode, RuntimeDebug, TypeInfo)] pub struct ConfigData { /// The maximum amount of weight any individual message may consume. Messages above this weight /// go into the overweight queue and may only be serviced explicitly by the @@ -47,7 +48,7 @@ impl Default for ConfigData { } /// Information concerning our message pages. -#[derive(Copy, Clone, Eq, PartialEq, Default, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Default, Encode, Decode, RuntimeDebug, TypeInfo)] pub struct PageIndexData { /// The lowest used page index. begin_used: PageCounter, @@ -166,7 +167,6 @@ pub mod pallet { #[pallet::event] #[pallet::generate_deposit(pub(super) fn deposit_event)] - #[pallet::metadata(T::BlockNumber = "BlockNumber")] pub enum Event { /// Downward message is invalid XCM. /// \[ id \] @@ -755,7 +755,10 @@ mod tests { assert_noop!(DmpQueue::service_overweight(Origin::root(), 0, 9999), Error::::OverLimit); assert_eq!(take_trace(), vec![ msg_limit_reached(10000) ]); - let base_weight = super::Call::::service_overweight(0, 0).get_dispatch_info().weight; + let base_weight = super::Call::::service_overweight { + index: 0, + weight_limit: 0, + }.get_dispatch_info().weight; use frame_support::weights::GetDispatchInfo; let info = DmpQueue::service_overweight(Origin::root(), 0, 20000).unwrap(); let actual_weight = info.actual_weight.unwrap(); diff --git a/pallets/parachain-system/Cargo.toml b/pallets/parachain-system/Cargo.toml index 3c16f9ad0b2..e58879ad7cd 100644 --- a/pallets/parachain-system/Cargo.toml +++ b/pallets/parachain-system/Cargo.toml @@ -31,6 +31,7 @@ sp-externalities = { git = "https://github.com/paritytech/substrate", default-fe # Other Dependencies codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]} +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } log = { version = "0.4.14", default-features = false } environmental = { version = "1.1.2", default-features = false } @@ -55,6 +56,7 @@ default = [ "std" ] std = [ "serde", "codec/std", + "scale-info/std", "frame-support/std", "pallet-balances/std", "sp-core/std", diff --git a/pallets/parachain-system/src/lib.rs b/pallets/parachain-system/src/lib.rs index 02b15911a80..195338f9be8 100644 --- a/pallets/parachain-system/src/lib.rs +++ b/pallets/parachain-system/src/lib.rs @@ -30,8 +30,8 @@ use cumulus_primitives_core::{ relay_chain, AbridgedHostConfiguration, ChannelStatus, CollationInfo, DmpMessageHandler, GetChannelInfo, InboundDownwardMessage, InboundHrmpMessage, MessageSendError, OnValidationData, - OutboundHrmpMessage, ParaId, UpwardMessage, UpwardMessageSender, XcmpMessageHandler, - XcmpMessageSource, PersistedValidationData, + OutboundHrmpMessage, ParaId, PersistedValidationData, UpwardMessage, UpwardMessageSender, + XcmpMessageHandler, XcmpMessageSource, }; use cumulus_primitives_parachain_inherent::ParachainInherentData; use frame_support::{ @@ -46,7 +46,7 @@ use frame_system::{ensure_none, ensure_root}; use polkadot_parachain::primitives::RelayChainBlockNumber; use relay_state_snapshot::MessagingStateSnapshot; use sp_runtime::{ - traits::{BlakeTwo256, Block as BlockT, Hash, BlockNumberProvider}, + traits::{BlakeTwo256, Block as BlockT, BlockNumberProvider, Hash}, transaction_validity::{ InvalidTransaction, TransactionLongevity, TransactionSource, TransactionValidity, ValidTransaction, @@ -393,7 +393,10 @@ pub mod pallet { } #[pallet::weight(1_000_000)] - pub fn enact_authorized_upgrade(_: OriginFor, code: Vec) -> DispatchResultWithPostInfo { + pub fn enact_authorized_upgrade( + _: OriginFor, + code: Vec, + ) -> DispatchResultWithPostInfo { Self::validate_authorized_upgrade(&code[..])?; Self::set_code_impl(code)?; AuthorizedUpgrade::::kill(); @@ -403,7 +406,6 @@ pub mod pallet { #[pallet::event] #[pallet::generate_deposit(pub(super) fn deposit_event)] - #[pallet::metadata(T::Hash = "Hash")] pub enum Event { /// The validation function has been scheduled to apply as of the contained relay chain /// block number. @@ -576,11 +578,11 @@ pub mod pallet { .flatten() .expect("validation function params are always injected into inherent data; qed"); - Some(Call::set_validation_data(data)) + Some(Call::set_validation_data { data }) } fn is_inherent(call: &Self::Call) -> bool { - matches!(call, Call::set_validation_data(_)) + matches!(call, Call::set_validation_data { .. }) } } @@ -599,9 +601,9 @@ pub mod pallet { #[pallet::validate_unsigned] impl sp_runtime::traits::ValidateUnsigned for Pallet { type Call = Call; - + fn validate_unsigned(_source: TransactionSource, call: &Self::Call) -> TransactionValidity { - if let Call::enact_authorized_upgrade(ref code) = call { + if let Call::enact_authorized_upgrade { ref code } = call { if let Ok(hash) = Self::validate_authorized_upgrade(code) { return Ok(ValidTransaction { priority: 100, @@ -612,7 +614,7 @@ pub mod pallet { }); } } - if let Call::set_validation_data(..) = call { + if let Call::set_validation_data { .. } = call { return Ok(Default::default()); } Err(InvalidTransaction::Call.into()) @@ -942,7 +944,7 @@ impl Pallet { pub struct ParachainSetCode(sp_std::marker::PhantomData); -impl frame_system::SetCode for ParachainSetCode { +impl frame_system::SetCode for ParachainSetCode { fn set_code(code: Vec) -> DispatchResult { Pallet::::set_code_impl(code) } @@ -956,7 +958,7 @@ impl frame_system::SetCode for ParachainSetCode { /// A head for an empty chain is agreed to be a zero hash. /// /// [hash chain]: https://en.wikipedia.org/wiki/Hash_chain -#[derive(Default, Clone, codec::Encode, codec::Decode)] +#[derive(Default, Clone, codec::Encode, codec::Decode, scale_info::TypeInfo)] struct MessageQueueChain(relay_chain::Hash); impl MessageQueueChain { diff --git a/pallets/parachain-system/src/relay_state_snapshot.rs b/pallets/parachain-system/src/relay_state_snapshot.rs index d2ad2c45a06..1e945c0cb1a 100644 --- a/pallets/parachain-system/src/relay_state_snapshot.rs +++ b/pallets/parachain-system/src/relay_state_snapshot.rs @@ -18,6 +18,7 @@ use codec::{Decode, Encode}; use cumulus_primitives_core::{ relay_chain, AbridgedHostConfiguration, AbridgedHrmpChannel, ParaId, }; +use scale_info::TypeInfo; use sp_trie::{MemoryDB, HashDBT, EMPTY_PREFIX}; use sp_runtime::traits::HashFor; use sp_state_machine::{Backend, TrieBackend}; @@ -29,7 +30,7 @@ use sp_trie::StorageProof; /// This data is essential for making sure that the parachain is aware of current resource use on /// the relay chain and that the candidates produced for this parachain do not exceed any of these /// limits. -#[derive(Clone, Encode, Decode)] +#[derive(Clone, Encode, Decode, TypeInfo)] pub struct MessagingStateSnapshot { /// The current message queue chain head for downward message queue. /// diff --git a/pallets/parachain-system/src/validate_block/implementation.rs b/pallets/parachain-system/src/validate_block/implementation.rs index 439e1450db2..67edcca8d06 100644 --- a/pallets/parachain-system/src/validate_block/implementation.rs +++ b/pallets/parachain-system/src/validate_block/implementation.rs @@ -128,7 +128,7 @@ where .iter() .filter_map(|e| e.call().is_sub_type()) .find_map(|c| match c { - crate::Call::set_validation_data(validation_data) => Some(validation_data.clone()), + crate::Call::set_validation_data { data: validation_data } => Some(validation_data.clone()), _ => None, }) .expect("Could not find `set_validation_data` inherent"); diff --git a/pallets/xcm/Cargo.toml b/pallets/xcm/Cargo.toml index 2d3c0f8220f..71f66842698 100644 --- a/pallets/xcm/Cargo.toml +++ b/pallets/xcm/Cargo.toml @@ -6,6 +6,7 @@ version = "0.1.0" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } @@ -22,6 +23,7 @@ cumulus-primitives-core = { path = "../../primitives/core", default-features = f default = ["std"] std = [ "codec/std", + "scale-info/std", "serde", "cumulus-primitives-core/std", "sp-std/std", diff --git a/pallets/xcm/src/lib.rs b/pallets/xcm/src/lib.rs index 294a3583762..be5dfefef15 100644 --- a/pallets/xcm/src/lib.rs +++ b/pallets/xcm/src/lib.rs @@ -24,6 +24,7 @@ use sp_std::{prelude::*, convert::TryFrom}; use cumulus_primitives_core::{ParaId, DmpMessageHandler}; use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber; use codec::{Encode, Decode}; +use scale_info::TypeInfo; use sp_runtime::traits::BadOrigin; use xcm::{VersionedXcm, latest::{Xcm, Outcome, Parent, ExecuteXcm}}; use frame_support::dispatch::Weight; @@ -60,7 +61,6 @@ pub mod pallet { #[pallet::event] #[pallet::generate_deposit(pub(super) fn deposit_event)] - #[pallet::metadata(T::BlockNumber = "BlockNumber")] pub enum Event { /// Downward message is invalid XCM. /// \[ id \] @@ -74,7 +74,7 @@ pub mod pallet { } /// Origin for the parachains module. - #[derive(PartialEq, Eq, Clone, Encode, Decode)] + #[derive(PartialEq, Eq, Clone, Encode, Decode, TypeInfo)] #[cfg_attr(feature = "std", derive(Debug))] #[pallet::origin] pub enum Origin { diff --git a/pallets/xcmp-queue/Cargo.toml b/pallets/xcmp-queue/Cargo.toml index b54ea8609c3..6c4549c5ef7 100644 --- a/pallets/xcmp-queue/Cargo.toml +++ b/pallets/xcmp-queue/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" [dependencies] # Other dependencies codec = { package = "parity-scale-codec", version = "2.0.0", features = [ "derive" ], default-features = false } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } rand_chacha = { version = "0.3.0", default-features = false } @@ -35,6 +36,7 @@ default = [ "std" ] std = [ "codec/std", "log/std", + "scale-info/std", "sp-std/std", "sp-runtime/std", "frame-support/std", diff --git a/pallets/xcmp-queue/src/lib.rs b/pallets/xcmp-queue/src/lib.rs index 7f59e77e328..65d5f60969a 100644 --- a/pallets/xcmp-queue/src/lib.rs +++ b/pallets/xcmp-queue/src/lib.rs @@ -41,6 +41,7 @@ use rand_chacha::{ rand_core::{RngCore, SeedableRng}, ChaChaRng, }; +use scale_info::TypeInfo; use sp_runtime::{traits::Hash, RuntimeDebug}; use sp_std::{prelude::*, convert::TryFrom}; use xcm::{latest::prelude::*, WrapVersion, VersionedXcm}; @@ -96,7 +97,6 @@ pub mod pallet { #[pallet::event] #[pallet::generate_deposit(pub(super) fn deposit_event)] - #[pallet::metadata(Option = "Option")] pub enum Event { /// Some XCM was executed ok. Success(Option), @@ -172,19 +172,19 @@ pub mod pallet { pub(super) type QueueConfig = StorageValue<_, QueueConfigData, ValueQuery>; } -#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, TypeInfo)] pub enum InboundStatus { Ok, Suspended, } -#[derive(Copy, Clone, Eq, PartialEq, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Encode, Decode, RuntimeDebug, TypeInfo)] pub enum OutboundStatus { Ok, Suspended, } -#[derive(Copy, Clone, Eq, PartialEq, Encode, Decode, RuntimeDebug)] +#[derive(Copy, Clone, Eq, PartialEq, Encode, Decode, RuntimeDebug, TypeInfo)] pub struct QueueConfigData { /// The number of pages of messages which must be in the queue for the other side to be told to /// suspend their sending. @@ -195,14 +195,14 @@ pub struct QueueConfigData { /// The number of pages of messages which the queue must be reduced to before it signals that /// message sending may recommence after it has been suspended. resume_threshold: u32, - // The amount of remaining weight under which we stop processing messages. + /// The amount of remaining weight under which we stop processing messages. threshold_weight: Weight, /// The speed to which the available weight approaches the maximum weight. A lower number /// results in a faster progression. A value of 1 makes the entire weight available initially. weight_restrict_decay: Weight, } -#[derive(PartialEq, Eq, Copy, Clone, Encode, Decode)] +#[derive(PartialEq, Eq, Copy, Clone, Encode, Decode, TypeInfo)] pub enum ChannelSignal { Suspend, Resume, diff --git a/polkadot-parachains/pallets/parachain-info/Cargo.toml b/polkadot-parachains/pallets/parachain-info/Cargo.toml index 42bf4afceab..857b2523b5c 100644 --- a/polkadot-parachains/pallets/parachain-info/Cargo.toml +++ b/polkadot-parachains/pallets/parachain-info/Cargo.toml @@ -6,6 +6,7 @@ version = "0.1.0" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } @@ -17,6 +18,7 @@ cumulus-primitives-core = { path = "../../../primitives/core", default-features default = ["std"] std = [ "codec/std", + "scale-info/std", "serde", "cumulus-primitives-core/std", "frame-support/std", diff --git a/polkadot-parachains/pallets/ping/Cargo.toml b/polkadot-parachains/pallets/ping/Cargo.toml index 3c3d3a72416..9175b03d102 100644 --- a/polkadot-parachains/pallets/ping/Cargo.toml +++ b/polkadot-parachains/pallets/ping/Cargo.toml @@ -6,6 +6,7 @@ version = "0.1.0" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } @@ -22,6 +23,7 @@ cumulus-pallet-xcm = { path = "../../../pallets/xcm", default-features = false } default = ["std"] std = [ "codec/std", + "scale-info/std", "serde", "cumulus-primitives-core/std", "sp-std/std", diff --git a/polkadot-parachains/pallets/ping/src/lib.rs b/polkadot-parachains/pallets/ping/src/lib.rs index 89fbed63573..f9d837af29a 100644 --- a/polkadot-parachains/pallets/ping/src/lib.rs +++ b/polkadot-parachains/pallets/ping/src/lib.rs @@ -79,7 +79,6 @@ pub mod pallet { #[pallet::event] #[pallet::generate_deposit(pub(super) fn deposit_event)] - #[pallet::metadata(T::BlockNumber = "BlockNumber")] pub enum Event { PingSent(ParaId, u32, Vec), Pinged(ParaId, u32, Vec), @@ -105,7 +104,7 @@ pub mod pallet { Xcm(vec![Transact { origin_type: OriginKind::Native, require_weight_at_most: 1_000, - call: ::Call::from(Call::::ping(seq, payload.clone())).encode().into(), + call: ::Call::from(Call::::ping { seq, payload: payload.clone() }).encode().into(), }]), ) { Ok(()) => { @@ -167,7 +166,7 @@ pub mod pallet { Xcm(vec![Transact { origin_type: OriginKind::Native, require_weight_at_most: 1_000, - call: ::Call::from(Call::::pong(seq, payload.clone())).encode().into(), + call: ::Call::from(Call::::pong { seq, payload: payload.clone() } ).encode().into(), }]), ) { Ok(()) => Self::deposit_event(Event::PongSent(para, seq, payload)), diff --git a/polkadot-parachains/parachains-common/Cargo.toml b/polkadot-parachains/parachains-common/Cargo.toml index af0fb5c50e5..9fb879fbf81 100644 --- a/polkadot-parachains/parachains-common/Cargo.toml +++ b/polkadot-parachains/parachains-common/Cargo.toml @@ -11,6 +11,7 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies] # External dependencies codec = { package = 'parity-scale-codec', version = '2.0.0', features = ['derive'], default-features = false } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } # Substrate dependencies sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = "master", default-features = false } @@ -42,6 +43,7 @@ substrate-wasm-builder = { git = 'https://github.com/paritytech/substrate', bran default = ["std"] std = [ 'codec/std', + 'scale-info/std', 'sp-consensus-aura/std', 'sp-std/std', 'sp-io/std', diff --git a/polkadot-parachains/rococo/Cargo.toml b/polkadot-parachains/rococo/Cargo.toml index 245034d14a0..47aa9e1f8b9 100644 --- a/polkadot-parachains/rococo/Cargo.toml +++ b/polkadot-parachains/rococo/Cargo.toml @@ -7,6 +7,7 @@ description = "Simple runtime used by the rococo parachain(s)" [dependencies] serde = { version = "1.0.101", optional = true, features = ["derive"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } parachain-info = { path = "../pallets/parachain-info", default-features = false } @@ -63,6 +64,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran default = [ "std" ] std = [ "codec/std", + "scale-info/std", "serde", "log/std", "sp-api/std", diff --git a/polkadot-parachains/rococo/src/lib.rs b/polkadot-parachains/rococo/src/lib.rs index ff7b6b8624e..774688fabba 100644 --- a/polkadot-parachains/rococo/src/lib.rs +++ b/polkadot-parachains/rococo/src/lib.rs @@ -538,7 +538,7 @@ impl_runtime_apis! { impl sp_api::Metadata for Runtime { fn metadata() -> OpaqueMetadata { - Runtime::metadata().into() + OpaqueMetadata::new(Runtime::metadata().into()) } } diff --git a/polkadot-parachains/shell/Cargo.toml b/polkadot-parachains/shell/Cargo.toml index 8874990b3f4..e3bf2893820 100644 --- a/polkadot-parachains/shell/Cargo.toml +++ b/polkadot-parachains/shell/Cargo.toml @@ -7,6 +7,7 @@ edition = '2018' [dependencies] serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } parachain-info = { path = "../pallets/parachain-info", default-features = false } @@ -44,6 +45,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran default = [ "std" ] std = [ "codec/std", + "scale-info/std", "serde", "log/std", "sp-api/std", diff --git a/polkadot-parachains/shell/src/lib.rs b/polkadot-parachains/shell/src/lib.rs index 1f249e39a76..eebfbc1ecd9 100644 --- a/polkadot-parachains/shell/src/lib.rs +++ b/polkadot-parachains/shell/src/lib.rs @@ -22,6 +22,8 @@ #[cfg(feature = "std")] include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); +use codec::{Decode, Encode}; +use scale_info::TypeInfo; use sp_api::impl_runtime_apis; use sp_core::OpaqueMetadata; use sp_runtime::{ @@ -241,7 +243,7 @@ construct_runtime! { } /// Simple implementation which fails any transaction which is signed. -#[derive(Eq, PartialEq, Clone, Default, sp_core::RuntimeDebug, codec::Encode, codec::Decode)] +#[derive(Eq, PartialEq, Clone, Default, sp_core::RuntimeDebug, Encode, Decode, TypeInfo)] pub struct DisallowSigned; impl sp_runtime::traits::SignedExtension for DisallowSigned { const IDENTIFIER: &'static str = "DisallowSigned"; @@ -319,7 +321,7 @@ impl_runtime_apis! { impl sp_api::Metadata for Runtime { fn metadata() -> OpaqueMetadata { - Runtime::metadata().into() + OpaqueMetadata::new(Runtime::metadata().into()) } } diff --git a/polkadot-parachains/statemine/Cargo.toml b/polkadot-parachains/statemine/Cargo.toml index 8bb9ce4d54f..00625e47876 100644 --- a/polkadot-parachains/statemine/Cargo.toml +++ b/polkadot-parachains/statemine/Cargo.toml @@ -8,6 +8,7 @@ description = "Kusama variant of Statemint parachain runtime" [dependencies] serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive", "max-encoded-len"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } parachain-info = { path = "../pallets/parachain-info", default-features = false } smallvec = "1.6.1" @@ -101,6 +102,7 @@ runtime-benchmarks = [ ] std = [ "codec/std", + "scale-info/std", "serde", "log/std", "sp-api/std", diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index 1b15e37b563..f3ea9c80f0e 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -321,6 +321,7 @@ parameter_types! { /// The type used to represent the kinds of proxying allowed. #[derive( Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, MaxEncodedLen, + scale_info::TypeInfo, )] pub enum ProxyType { /// Fully permissioned proxy. Can execute any call on behalf of _proxied_. @@ -348,58 +349,61 @@ impl InstanceFilter for ProxyType { match self { ProxyType::Any => true, ProxyType::NonTransfer => { - !matches!(c, Call::Balances(..) | Call::Assets(..) | Call::Uniques(..)) + !matches!(c, Call::Balances { .. } | Call::Assets { .. } | Call::Uniques { .. }) } ProxyType::CancelProxy => matches!( c, - Call::Proxy(pallet_proxy::Call::reject_announcement(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Proxy(pallet_proxy::Call::reject_announcement { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Assets => { matches!( c, - Call::Assets(..) | Call::Utility(..) | Call::Multisig(..) | Call::Uniques(..) + Call::Assets { .. } + | Call::Utility { .. } + | Call::Multisig { .. } + | Call::Uniques { .. } ) } ProxyType::AssetOwner => matches!( c, - Call::Assets(pallet_assets::Call::create(..)) - | Call::Assets(pallet_assets::Call::destroy(..)) - | Call::Assets(pallet_assets::Call::transfer_ownership(..)) - | Call::Assets(pallet_assets::Call::set_team(..)) - | Call::Assets(pallet_assets::Call::set_metadata(..)) - | Call::Assets(pallet_assets::Call::clear_metadata(..)) - | Call::Uniques(pallet_uniques::Call::create(..)) - | Call::Uniques(pallet_uniques::Call::destroy(..)) - | Call::Uniques(pallet_uniques::Call::transfer_ownership(..)) - | Call::Uniques(pallet_uniques::Call::set_team(..)) - | Call::Uniques(pallet_uniques::Call::set_metadata(..)) - | Call::Uniques(pallet_uniques::Call::set_attribute(..)) - | Call::Uniques(pallet_uniques::Call::set_class_metadata(..)) - | Call::Uniques(pallet_uniques::Call::clear_metadata(..)) - | Call::Uniques(pallet_uniques::Call::clear_attribute(..)) - | Call::Uniques(pallet_uniques::Call::clear_class_metadata(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Assets(pallet_assets::Call::create { .. }) + | Call::Assets(pallet_assets::Call::destroy { .. }) + | Call::Assets(pallet_assets::Call::transfer_ownership { .. }) + | Call::Assets(pallet_assets::Call::set_team { .. }) + | Call::Assets(pallet_assets::Call::set_metadata { .. }) + | Call::Assets(pallet_assets::Call::clear_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::create { .. }) + | Call::Uniques(pallet_uniques::Call::destroy { .. }) + | Call::Uniques(pallet_uniques::Call::transfer_ownership { .. }) + | Call::Uniques(pallet_uniques::Call::set_team { .. }) + | Call::Uniques(pallet_uniques::Call::set_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::set_attribute { .. }) + | Call::Uniques(pallet_uniques::Call::set_class_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::clear_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::clear_attribute { .. }) + | Call::Uniques(pallet_uniques::Call::clear_class_metadata { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::AssetManager => matches!( c, - Call::Assets(pallet_assets::Call::mint(..)) - | Call::Assets(pallet_assets::Call::burn(..)) - | Call::Assets(pallet_assets::Call::freeze(..)) - | Call::Assets(pallet_assets::Call::thaw(..)) - | Call::Assets(pallet_assets::Call::freeze_asset(..)) - | Call::Assets(pallet_assets::Call::thaw_asset(..)) - | Call::Uniques(pallet_uniques::Call::mint(..)) - | Call::Uniques(pallet_uniques::Call::burn(..)) - | Call::Uniques(pallet_uniques::Call::freeze(..)) - | Call::Uniques(pallet_uniques::Call::thaw(..)) - | Call::Uniques(pallet_uniques::Call::freeze_class(..)) - | Call::Uniques(pallet_uniques::Call::thaw_class(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Assets(pallet_assets::Call::mint { .. }) + | Call::Assets(pallet_assets::Call::burn { .. }) + | Call::Assets(pallet_assets::Call::freeze { .. }) + | Call::Assets(pallet_assets::Call::thaw { .. }) + | Call::Assets(pallet_assets::Call::freeze_asset { .. }) + | Call::Assets(pallet_assets::Call::thaw_asset { .. }) + | Call::Uniques(pallet_uniques::Call::mint { .. }) + | Call::Uniques(pallet_uniques::Call::burn { .. }) + | Call::Uniques(pallet_uniques::Call::freeze { .. }) + | Call::Uniques(pallet_uniques::Call::thaw { .. }) + | Call::Uniques(pallet_uniques::Call::freeze_class { .. }) + | Call::Uniques(pallet_uniques::Call::thaw_class { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Collator => matches!( c, - Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..) + Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. } ), } } @@ -771,7 +775,7 @@ impl_runtime_apis! { impl sp_api::Metadata for Runtime { fn metadata() -> OpaqueMetadata { - Runtime::metadata().into() + OpaqueMetadata::new(Runtime::metadata().into()) } } diff --git a/polkadot-parachains/statemint/Cargo.toml b/polkadot-parachains/statemint/Cargo.toml index e59cd696fa8..1d41a64d480 100644 --- a/polkadot-parachains/statemint/Cargo.toml +++ b/polkadot-parachains/statemint/Cargo.toml @@ -8,6 +8,7 @@ description = "Statemint parachain runtime" [dependencies] serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive", "max-encoded-len"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } parachain-info = { path = "../pallets/parachain-info", default-features = false } smallvec = "1.6.1" @@ -101,6 +102,7 @@ runtime-benchmarks = [ ] std = [ "codec/std", + "scale-info/std", "serde", "log/std", "sp-api/std", diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index 5ab66fe6c42..8f0fae2fe6f 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -288,6 +288,7 @@ parameter_types! { /// The type used to represent the kinds of proxying allowed. #[derive( Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, MaxEncodedLen, + scale_info::TypeInfo, )] pub enum ProxyType { /// Fully permissioned proxy. Can execute any call on behalf of _proxied_. @@ -315,58 +316,61 @@ impl InstanceFilter for ProxyType { match self { ProxyType::Any => true, ProxyType::NonTransfer => { - !matches!(c, Call::Balances(..) | Call::Assets(..) | Call::Uniques(..)) + !matches!(c, Call::Balances { .. } | Call::Assets { .. } | Call::Uniques { .. }) } ProxyType::CancelProxy => matches!( c, - Call::Proxy(pallet_proxy::Call::reject_announcement(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Proxy(pallet_proxy::Call::reject_announcement { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Assets => { matches!( c, - Call::Assets(..) | Call::Utility(..) | Call::Multisig(..) | Call::Uniques(..) + Call::Assets { .. } + | Call::Utility { .. } + | Call::Multisig { .. } + | Call::Uniques { .. } ) } ProxyType::AssetOwner => matches!( c, - Call::Assets(pallet_assets::Call::create(..)) - | Call::Assets(pallet_assets::Call::destroy(..)) - | Call::Assets(pallet_assets::Call::transfer_ownership(..)) - | Call::Assets(pallet_assets::Call::set_team(..)) - | Call::Assets(pallet_assets::Call::set_metadata(..)) - | Call::Assets(pallet_assets::Call::clear_metadata(..)) - | Call::Uniques(pallet_uniques::Call::create(..)) - | Call::Uniques(pallet_uniques::Call::destroy(..)) - | Call::Uniques(pallet_uniques::Call::transfer_ownership(..)) - | Call::Uniques(pallet_uniques::Call::set_team(..)) - | Call::Uniques(pallet_uniques::Call::set_metadata(..)) - | Call::Uniques(pallet_uniques::Call::set_attribute(..)) - | Call::Uniques(pallet_uniques::Call::set_class_metadata(..)) - | Call::Uniques(pallet_uniques::Call::clear_metadata(..)) - | Call::Uniques(pallet_uniques::Call::clear_attribute(..)) - | Call::Uniques(pallet_uniques::Call::clear_class_metadata(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Assets(pallet_assets::Call::create { .. }) + | Call::Assets(pallet_assets::Call::destroy { .. }) + | Call::Assets(pallet_assets::Call::transfer_ownership { .. }) + | Call::Assets(pallet_assets::Call::set_team { .. }) + | Call::Assets(pallet_assets::Call::set_metadata { .. }) + | Call::Assets(pallet_assets::Call::clear_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::create { .. }) + | Call::Uniques(pallet_uniques::Call::destroy { .. }) + | Call::Uniques(pallet_uniques::Call::transfer_ownership { .. }) + | Call::Uniques(pallet_uniques::Call::set_team { .. }) + | Call::Uniques(pallet_uniques::Call::set_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::set_attribute { .. }) + | Call::Uniques(pallet_uniques::Call::set_class_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::clear_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::clear_attribute { .. }) + | Call::Uniques(pallet_uniques::Call::clear_class_metadata { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::AssetManager => matches!( c, - Call::Assets(pallet_assets::Call::mint(..)) - | Call::Assets(pallet_assets::Call::burn(..)) - | Call::Assets(pallet_assets::Call::freeze(..)) - | Call::Assets(pallet_assets::Call::thaw(..)) - | Call::Assets(pallet_assets::Call::freeze_asset(..)) - | Call::Assets(pallet_assets::Call::thaw_asset(..)) - | Call::Uniques(pallet_uniques::Call::mint(..)) - | Call::Uniques(pallet_uniques::Call::burn(..)) - | Call::Uniques(pallet_uniques::Call::freeze(..)) - | Call::Uniques(pallet_uniques::Call::thaw(..)) - | Call::Uniques(pallet_uniques::Call::freeze_class(..)) - | Call::Uniques(pallet_uniques::Call::thaw_class(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Assets(pallet_assets::Call::mint { .. }) + | Call::Assets(pallet_assets::Call::burn { .. }) + | Call::Assets(pallet_assets::Call::freeze { .. }) + | Call::Assets(pallet_assets::Call::thaw { .. }) + | Call::Assets(pallet_assets::Call::freeze_asset { .. }) + | Call::Assets(pallet_assets::Call::thaw_asset { .. }) + | Call::Uniques(pallet_uniques::Call::mint { .. }) + | Call::Uniques(pallet_uniques::Call::burn { .. }) + | Call::Uniques(pallet_uniques::Call::freeze { .. }) + | Call::Uniques(pallet_uniques::Call::thaw { .. }) + | Call::Uniques(pallet_uniques::Call::freeze_class { .. }) + | Call::Uniques(pallet_uniques::Call::thaw_class { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Collator => matches!( c, - Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..) + Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. } ), } } @@ -753,7 +757,7 @@ impl_runtime_apis! { impl sp_api::Metadata for Runtime { fn metadata() -> OpaqueMetadata { - Runtime::metadata().into() + OpaqueMetadata::new(Runtime::metadata().into()) } } diff --git a/polkadot-parachains/westmint/Cargo.toml b/polkadot-parachains/westmint/Cargo.toml index 807732dd72e..a300f524883 100644 --- a/polkadot-parachains/westmint/Cargo.toml +++ b/polkadot-parachains/westmint/Cargo.toml @@ -8,6 +8,7 @@ description = "Westend variant of Statemint parachain runtime" [dependencies] serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive", "max-encoded-len"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } parachain-info = { path = "../pallets/parachain-info", default-features = false } smallvec = "1.6.1" @@ -101,6 +102,7 @@ runtime-benchmarks = [ ] std = [ "codec/std", + "scale-info/std", "serde", "log/std", "sp-api/std", diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index b3e3acd44a1..511f5e8ab3b 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -287,6 +287,7 @@ parameter_types! { /// The type used to represent the kinds of proxying allowed. #[derive( Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug, MaxEncodedLen, + scale_info::TypeInfo, )] pub enum ProxyType { /// Fully permissioned proxy. Can execute any call on behalf of _proxied_. @@ -314,58 +315,61 @@ impl InstanceFilter for ProxyType { match self { ProxyType::Any => true, ProxyType::NonTransfer => { - !matches!(c, Call::Balances(..) | Call::Assets(..) | Call::Uniques(..)) + !matches!(c, Call::Balances { .. } | Call::Assets { .. } | Call::Uniques { .. }) } ProxyType::CancelProxy => matches!( c, - Call::Proxy(pallet_proxy::Call::reject_announcement(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Proxy(pallet_proxy::Call::reject_announcement { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Assets => { matches!( c, - Call::Assets(..) | Call::Utility(..) | Call::Multisig(..) | Call::Uniques(..) + Call::Assets { .. } + | Call::Utility { .. } + | Call::Multisig { .. } + | Call::Uniques { .. } ) } ProxyType::AssetOwner => matches!( c, - Call::Assets(pallet_assets::Call::create(..)) - | Call::Assets(pallet_assets::Call::destroy(..)) - | Call::Assets(pallet_assets::Call::transfer_ownership(..)) - | Call::Assets(pallet_assets::Call::set_team(..)) - | Call::Assets(pallet_assets::Call::set_metadata(..)) - | Call::Assets(pallet_assets::Call::clear_metadata(..)) - | Call::Uniques(pallet_uniques::Call::create(..)) - | Call::Uniques(pallet_uniques::Call::destroy(..)) - | Call::Uniques(pallet_uniques::Call::transfer_ownership(..)) - | Call::Uniques(pallet_uniques::Call::set_team(..)) - | Call::Uniques(pallet_uniques::Call::set_metadata(..)) - | Call::Uniques(pallet_uniques::Call::set_attribute(..)) - | Call::Uniques(pallet_uniques::Call::set_class_metadata(..)) - | Call::Uniques(pallet_uniques::Call::clear_metadata(..)) - | Call::Uniques(pallet_uniques::Call::clear_attribute(..)) - | Call::Uniques(pallet_uniques::Call::clear_class_metadata(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Assets(pallet_assets::Call::create { .. }) + | Call::Assets(pallet_assets::Call::destroy { .. }) + | Call::Assets(pallet_assets::Call::transfer_ownership { .. }) + | Call::Assets(pallet_assets::Call::set_team { .. }) + | Call::Assets(pallet_assets::Call::set_metadata { .. }) + | Call::Assets(pallet_assets::Call::clear_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::create { .. }) + | Call::Uniques(pallet_uniques::Call::destroy { .. }) + | Call::Uniques(pallet_uniques::Call::transfer_ownership { .. }) + | Call::Uniques(pallet_uniques::Call::set_team { .. }) + | Call::Uniques(pallet_uniques::Call::set_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::set_attribute { .. }) + | Call::Uniques(pallet_uniques::Call::set_class_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::clear_metadata { .. }) + | Call::Uniques(pallet_uniques::Call::clear_attribute { .. }) + | Call::Uniques(pallet_uniques::Call::clear_class_metadata { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::AssetManager => matches!( c, - Call::Assets(pallet_assets::Call::mint(..)) - | Call::Assets(pallet_assets::Call::burn(..)) - | Call::Assets(pallet_assets::Call::freeze(..)) - | Call::Assets(pallet_assets::Call::thaw(..)) - | Call::Assets(pallet_assets::Call::freeze_asset(..)) - | Call::Assets(pallet_assets::Call::thaw_asset(..)) - | Call::Uniques(pallet_uniques::Call::mint(..)) - | Call::Uniques(pallet_uniques::Call::burn(..)) - | Call::Uniques(pallet_uniques::Call::freeze(..)) - | Call::Uniques(pallet_uniques::Call::thaw(..)) - | Call::Uniques(pallet_uniques::Call::freeze_class(..)) - | Call::Uniques(pallet_uniques::Call::thaw_class(..)) - | Call::Utility(..) | Call::Multisig(..) + Call::Assets(pallet_assets::Call::mint { .. }) + | Call::Assets(pallet_assets::Call::burn { .. }) + | Call::Assets(pallet_assets::Call::freeze { .. }) + | Call::Assets(pallet_assets::Call::thaw { .. }) + | Call::Assets(pallet_assets::Call::freeze_asset { .. }) + | Call::Assets(pallet_assets::Call::thaw_asset { .. }) + | Call::Uniques(pallet_uniques::Call::mint { .. }) + | Call::Uniques(pallet_uniques::Call::burn { .. }) + | Call::Uniques(pallet_uniques::Call::freeze { .. }) + | Call::Uniques(pallet_uniques::Call::thaw { .. }) + | Call::Uniques(pallet_uniques::Call::freeze_class { .. }) + | Call::Uniques(pallet_uniques::Call::thaw_class { .. }) + | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Collator => matches!( c, - Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..) + Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. } ), } } @@ -756,7 +760,7 @@ impl_runtime_apis! { impl sp_api::Metadata for Runtime { fn metadata() -> OpaqueMetadata { - Runtime::metadata().into() + OpaqueMetadata::new(Runtime::metadata().into()) } } diff --git a/primitives/parachain-inherent/Cargo.toml b/primitives/parachain-inherent/Cargo.toml index 041d7f974f2..2042ff39bc0 100644 --- a/primitives/parachain-inherent/Cargo.toml +++ b/primitives/parachain-inherent/Cargo.toml @@ -24,6 +24,7 @@ cumulus-test-relay-sproof-builder = { path = "../../test/relay-sproof-builder", # Other dependencies codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [ "derive" ] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } tracing = { version = "0.1.22", optional = true } async-trait = { version = "0.1.42", optional = true } @@ -32,6 +33,7 @@ default = [ "std" ] std = [ "async-trait", "codec/std", + "scale-info/std", "cumulus-primitives-core/std", "sp-inherents/std", "sp-core/std", diff --git a/primitives/parachain-inherent/src/lib.rs b/primitives/parachain-inherent/src/lib.rs index 52f4b0e9b2a..e61a794c2f1 100644 --- a/primitives/parachain-inherent/src/lib.rs +++ b/primitives/parachain-inherent/src/lib.rs @@ -31,6 +31,7 @@ use cumulus_primitives_core::{ InboundDownwardMessage, InboundHrmpMessage, ParaId, PersistedValidationData, }; +use scale_info::TypeInfo; use sp_inherents::InherentIdentifier; use sp_std::{collections::btree_map::BTreeMap, vec::Vec}; @@ -47,7 +48,7 @@ pub use mock::MockValidationDataInherentDataProvider; pub const INHERENT_IDENTIFIER: InherentIdentifier = *b"sysi1337"; /// The inherent data that is passed by the collator to the parachain runtime. -#[derive(codec::Encode, codec::Decode, sp_core::RuntimeDebug, Clone, PartialEq)] +#[derive(codec::Encode, codec::Decode, sp_core::RuntimeDebug, Clone, PartialEq, TypeInfo)] pub struct ParachainInherentData { pub validation_data: PersistedValidationData, /// A storage proof of a predefined set of keys from the relay-chain. diff --git a/test/client/src/lib.rs b/test/client/src/lib.rs index cbb0327fe96..d780cf0de6d 100644 --- a/test/client/src/lib.rs +++ b/test/client/src/lib.rs @@ -170,7 +170,10 @@ pub fn transfer( dest: sp_keyring::AccountKeyring, value: Balance, ) -> UncheckedExtrinsic { - let function = Call::Balances(pallet_balances::Call::transfer(dest.public().into(), value)); + let function = Call::Balances(pallet_balances::Call::transfer { + dest: dest.public().into(), + value, + }); generate_extrinsic(client, origin, function) } diff --git a/test/runtime-upgrade/Cargo.toml b/test/runtime-upgrade/Cargo.toml index 18cc6e8da4e..9751d36b300 100644 --- a/test/runtime-upgrade/Cargo.toml +++ b/test/runtime-upgrade/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate dependencies @@ -41,6 +42,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran default = [ "std", "upgrade" ] std = [ "codec/std", + "scale-info/std", "cumulus-pallet-parachain-system/std", "cumulus-primitives-core/std", "cumulus-primitives-timestamp/std", diff --git a/test/runtime/Cargo.toml b/test/runtime/Cargo.toml index 628c3d5094d..09ef47a487f 100644 --- a/test/runtime/Cargo.toml +++ b/test/runtime/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } +scale-info = { version = "1.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate dependencies @@ -41,6 +42,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran default = [ "std" ] std = [ "codec/std", + "scale-info/std", "cumulus-pallet-parachain-system/std", "cumulus-primitives-core/std", "cumulus-primitives-timestamp/std", diff --git a/test/runtime/src/lib.rs b/test/runtime/src/lib.rs index b6b4d8ce2a5..1c66228527d 100644 --- a/test/runtime/src/lib.rs +++ b/test/runtime/src/lib.rs @@ -347,7 +347,7 @@ impl_runtime_apis! { impl sp_api::Metadata for Runtime { fn metadata() -> OpaqueMetadata { - Runtime::metadata().into() + OpaqueMetadata::new(Runtime::metadata().into()) } } diff --git a/test/service/src/lib.rs b/test/service/src/lib.rs index db93bf1f7c4..7aad5d880d9 100644 --- a/test/service/src/lib.rs +++ b/test/service/src/lib.rs @@ -391,7 +391,7 @@ impl TestNodeBuilder { /// Create a new instance of `Self`. /// /// `para_id` - The parachain id this node is running for. - /// `task_executor` - The task executor to use. + /// `tokio_handle` - The tokio handler to use. /// `key` - The key that will be used to generate the name and that will be passed as `dev_seed`. pub fn new(para_id: ParaId, tokio_handle: tokio::runtime::Handle, key: Sr25519Keyring) -> Self { TestNodeBuilder { @@ -682,10 +682,13 @@ impl TestNode { /// Register a parachain at this relay chain. pub async fn schedule_upgrade(&self, validation: Vec) -> Result<(), RpcTransactionError> { - let call = frame_system::Call::set_code(validation); + let call = frame_system::Call::set_code { code: validation }; self.send_extrinsic( - runtime::SudoCall::sudo_unchecked_weight(Box::new(call.into()), 1_000), + runtime::SudoCall::sudo_unchecked_weight { + call: Box::new(call.into()), + weight: 1_000, + }, Sr25519Keyring::Alice, ) .await