From aaf096c83acc9520d282b424865d66d0f41848b7 Mon Sep 17 00:00:00 2001 From: Morgan Adamiec Date: Wed, 14 Aug 2024 15:32:15 +0100 Subject: [PATCH] Apply plan --- Cargo.toml | 22 +++++++++---------- .../storage-weight-reclaim/Cargo.toml | 2 +- polkadot/Cargo.toml | 2 +- .../node/core/candidate-validation/Cargo.toml | 6 ++--- .../core/prospective-parachains/Cargo.toml | 4 ++-- .../availability-distribution/Cargo.toml | 2 +- polkadot/node/service/Cargo.toml | 2 +- polkadot/node/subsystem-types/Cargo.toml | 2 +- polkadot/node/subsystem-util/Cargo.toml | 2 +- polkadot/runtime/parachains/Cargo.toml | 2 +- substrate/client/consensus/grandpa/Cargo.toml | 2 +- substrate/frame/system/Cargo.toml | 2 +- substrate/primitives/blockchain/Cargo.toml | 2 +- umbrella/Cargo.toml | 22 +++++++++---------- 14 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 35913e86d62ee..2047d970b293c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -692,7 +692,7 @@ cumulus-primitives-aura = { path = "cumulus/primitives/aura", default-features = cumulus-primitives-core = { path = "cumulus/primitives/core", default-features = false, version = "0.15.0" } cumulus-primitives-parachain-inherent = { path = "cumulus/primitives/parachain-inherent", default-features = false, version = "0.15.0" } cumulus-primitives-proof-size-hostfunction = { path = "cumulus/primitives/proof-size-hostfunction", default-features = false, version = "0.10.0" } -cumulus-primitives-storage-weight-reclaim = { path = "cumulus/primitives/storage-weight-reclaim", default-features = false, version = "7.0.0" } +cumulus-primitives-storage-weight-reclaim = { path = "cumulus/primitives/storage-weight-reclaim", default-features = false, version = "7.0.1" } cumulus-primitives-timestamp = { path = "cumulus/primitives/timestamp", default-features = false, version = "0.15.0" } cumulus-primitives-utility = { path = "cumulus/primitives/utility", default-features = false, version = "0.16.0" } cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-inprocess-interface", default-features = false, version = "0.17.0" } @@ -752,7 +752,7 @@ frame-support-procedural = { path = "substrate/frame/support/procedural", defaul frame-support-procedural-tools = { path = "substrate/frame/support/procedural/tools", default-features = false, version = "13.0.0" } frame-support-procedural-tools-derive = { path = "substrate/frame/support/procedural/tools/derive", default-features = false, version = "12.0.0" } frame-support-test = { path = "substrate/frame/support/test" } -frame-system = { path = "substrate/frame/system", default-features = false, version = "37.0.0" } +frame-system = { path = "substrate/frame/system", default-features = false, version = "37.1.0" } frame-system-benchmarking = { path = "substrate/frame/system/benchmarking", default-features = false, version = "37.0.0" } frame-system-rpc-runtime-api = { path = "substrate/frame/system/rpc/runtime-api", default-features = false, version = "34.0.0" } frame-try-runtime = { path = "substrate/frame/try-runtime", default-features = false, version = "0.43.0" } @@ -996,7 +996,7 @@ pin-project = { version = "1.1.3" } platforms = { version = "3.0" } polkadot-approval-distribution = { path = "polkadot/node/network/approval-distribution", default-features = false, version = "17.0.0" } polkadot-availability-bitfield-distribution = { path = "polkadot/node/network/bitfield-distribution", default-features = false, version = "17.0.0" } -polkadot-availability-distribution = { path = "polkadot/node/network/availability-distribution", default-features = false, version = "17.0.0" } +polkadot-availability-distribution = { path = "polkadot/node/network/availability-distribution", default-features = false, version = "17.0.1" } polkadot-availability-recovery = { path = "polkadot/node/network/availability-recovery", default-features = false, version = "17.0.0" } polkadot-cli = { path = "polkadot/cli", default-features = false, version = "17.0.0" } polkadot-collator-protocol = { path = "polkadot/node/network/collator-protocol", default-features = false, version = "17.0.0" } @@ -1010,12 +1010,12 @@ polkadot-node-core-approval-voting = { path = "polkadot/node/core/approval-votin polkadot-node-core-av-store = { path = "polkadot/node/core/av-store", default-features = false, version = "17.0.0" } polkadot-node-core-backing = { path = "polkadot/node/core/backing", default-features = false, version = "17.0.0" } polkadot-node-core-bitfield-signing = { path = "polkadot/node/core/bitfield-signing", default-features = false, version = "17.0.0" } -polkadot-node-core-candidate-validation = { path = "polkadot/node/core/candidate-validation", default-features = false, version = "17.0.0" } +polkadot-node-core-candidate-validation = { path = "polkadot/node/core/candidate-validation", default-features = false, version = "17.1.0" } polkadot-node-core-chain-api = { path = "polkadot/node/core/chain-api", default-features = false, version = "17.0.0" } polkadot-node-core-chain-selection = { path = "polkadot/node/core/chain-selection", default-features = false, version = "17.0.0" } polkadot-node-core-dispute-coordinator = { path = "polkadot/node/core/dispute-coordinator", default-features = false, version = "17.0.0" } polkadot-node-core-parachains-inherent = { path = "polkadot/node/core/parachains-inherent", default-features = false, version = "17.0.0" } -polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "16.0.0" } +polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "16.1.0" } polkadot-node-core-provisioner = { path = "polkadot/node/core/provisioner", default-features = false, version = "17.0.0" } polkadot-node-core-pvf = { path = "polkadot/node/core/pvf", default-features = false, version = "17.0.0" } polkadot-node-core-pvf-checker = { path = "polkadot/node/core/pvf-checker", default-features = false, version = "17.0.0" } @@ -1029,8 +1029,8 @@ polkadot-node-network-protocol = { path = "polkadot/node/network/protocol", defa polkadot-node-primitives = { path = "polkadot/node/primitives", default-features = false, version = "15.0.0" } polkadot-node-subsystem = { path = "polkadot/node/subsystem", default-features = false, version = "17.0.0" } polkadot-node-subsystem-test-helpers = { path = "polkadot/node/subsystem-test-helpers", version = "1.0.0" } -polkadot-node-subsystem-types = { path = "polkadot/node/subsystem-types", default-features = false, version = "17.0.0" } -polkadot-node-subsystem-util = { path = "polkadot/node/subsystem-util", default-features = false, version = "17.0.0" } +polkadot-node-subsystem-types = { path = "polkadot/node/subsystem-types", default-features = false, version = "17.1.0" } +polkadot-node-subsystem-util = { path = "polkadot/node/subsystem-util", default-features = false, version = "17.1.0" } polkadot-overseer = { path = "polkadot/node/overseer", default-features = false, version = "17.0.0" } polkadot-parachain-primitives = { path = "polkadot/parachain", default-features = false, version = "14.0.0" } polkadot-primitives = { path = "polkadot/primitives", default-features = false, version = "15.0.0" } @@ -1038,10 +1038,10 @@ polkadot-primitives-test-helpers = { path = "polkadot/primitives/test-helpers", polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "17.0.0" } polkadot-runtime-common = { path = "polkadot/runtime/common", default-features = false, version = "16.0.0" } polkadot-runtime-metrics = { path = "polkadot/runtime/metrics", default-features = false, version = "16.0.0" } -polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "16.0.0" } +polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "16.0.1" } polkadot-sdk = { path = "umbrella", default-features = false, version = "0.5.0" } polkadot-sdk-docs = { path = "docs/sdk", version = "0.1.0" } -polkadot-service = { path = "polkadot/node/service", default-features = false, version = "17.0.0" } +polkadot-service = { path = "polkadot/node/service", default-features = false, version = "17.0.1" } polkadot-statement-distribution = { path = "polkadot/node/network/statement-distribution", default-features = false, version = "17.0.0" } polkadot-statement-table = { path = "polkadot/statement-table", default-features = false, version = "15.0.0" } polkadot-subsystem-bench = { path = "polkadot/node/subsystem-bench" } @@ -1112,7 +1112,7 @@ sc-consensus-babe-rpc = { path = "substrate/client/consensus/babe/rpc", default- sc-consensus-beefy = { path = "substrate/client/consensus/beefy", default-features = false, version = "23.0.0" } sc-consensus-beefy-rpc = { path = "substrate/client/consensus/beefy/rpc", default-features = false, version = "23.0.0" } sc-consensus-epochs = { path = "substrate/client/consensus/epochs", default-features = false, version = "0.43.0" } -sc-consensus-grandpa = { path = "substrate/client/consensus/grandpa", default-features = false, version = "0.29.0" } +sc-consensus-grandpa = { path = "substrate/client/consensus/grandpa", default-features = false, version = "0.29.1" } sc-consensus-grandpa-rpc = { path = "substrate/client/consensus/grandpa/rpc", default-features = false, version = "0.29.0" } sc-consensus-manual-seal = { path = "substrate/client/consensus/manual-seal", default-features = false, version = "0.45.0" } sc-consensus-pow = { path = "substrate/client/consensus/pow", default-features = false, version = "0.43.0" } @@ -1200,7 +1200,7 @@ sp-application-crypto = { path = "substrate/primitives/application-crypto", defa sp-arithmetic = { path = "substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } sp-authority-discovery = { path = "substrate/primitives/authority-discovery", default-features = false, version = "34.0.0" } sp-block-builder = { path = "substrate/primitives/block-builder", default-features = false, version = "34.0.0" } -sp-blockchain = { path = "substrate/primitives/blockchain", default-features = false, version = "37.0.0" } +sp-blockchain = { path = "substrate/primitives/blockchain", default-features = false, version = "37.0.1" } sp-consensus = { path = "substrate/primitives/consensus/common", default-features = false, version = "0.40.0" } sp-consensus-aura = { path = "substrate/primitives/consensus/aura", default-features = false, version = "0.40.0" } sp-consensus-babe = { path = "substrate/primitives/consensus/babe", default-features = false, version = "0.40.0" } diff --git a/cumulus/primitives/storage-weight-reclaim/Cargo.toml b/cumulus/primitives/storage-weight-reclaim/Cargo.toml index 20b5388d7bad3..9c6bc09c7227d 100644 --- a/cumulus/primitives/storage-weight-reclaim/Cargo.toml +++ b/cumulus/primitives/storage-weight-reclaim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-primitives-storage-weight-reclaim" -version = "7.0.0" +version = "7.0.1" authors.workspace = true edition.workspace = true description = "Utilities to reclaim storage weight. (polkadot v1.15.0)" diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 7569e4c3558c7..4df507585cace 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.64.0" readme = "README.md" authors.workspace = true edition.workspace = true -version = "16.0.0" +version = "16.0.1" default-run = "polkadot" [lints] diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index 702579158cadb..470e3697aac60 100644 --- a/polkadot/node/core/candidate-validation/Cargo.toml +++ b/polkadot/node/core/candidate-validation/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-candidate-validation" description = "Polkadot crate that implements the Candidate Validation subsystem. Handles requests to validate candidates according to a PVF. (polkadot v1.15.0)" -version = "17.0.0" +version = "17.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,8 +13,8 @@ workspace = true async-trait = { workspace = true } futures = { workspace = true } futures-timer = { workspace = true } -sp-keystore = { workspace = true } -sp-application-crypto = { workspace = true } +sp-keystore.workspace = true +sp-application-crypto.workspace = true gum.workspace = true gum.default-features = true sp-maybe-compressed-blob.workspace = true diff --git a/polkadot/node/core/prospective-parachains/Cargo.toml b/polkadot/node/core/prospective-parachains/Cargo.toml index 0ca18b73e54a4..3e307da5c58b4 100644 --- a/polkadot/node/core/prospective-parachains/Cargo.toml +++ b/polkadot/node/core/prospective-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-prospective-parachains" -version = "16.0.0" +version = "16.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -26,7 +26,7 @@ polkadot-node-subsystem-util.default-features = true assert_matches = { workspace = true } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } -sp-tracing = { workspace = true } +sp-tracing = { path = "../../../../substrate/primitives/tracing", default-features = false } sp-core = { default-features = true, path = "../../../../substrate/primitives/core" } rand = { workspace = true } rstest = { workspace = true } diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index 853d67a40a179..5d03f35c3d610 100644 --- a/polkadot/node/network/availability-distribution/Cargo.toml +++ b/polkadot/node/network/availability-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-distribution" description = "The Availability Distribution subsystem. Requests the required availability data. Also distributes availability data and chunks to requesters. (polkadot v1.15.0)" -version = "17.0.0" +version = "17.0.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 23b3cdb94db96..92217b0653f21 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-service" rust-version = "1.60" -version = "17.0.0" +version = "17.0.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index 28a4b44529873..d1235a4491815 100644 --- a/polkadot/node/subsystem-types/Cargo.toml +++ b/polkadot/node/subsystem-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-subsystem-types" description = "Subsystem traits and message definitions (polkadot v1.15.0)" -version = "17.0.0" +version = "17.1.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index 51a772a3a8f21..4faa614f544b3 100644 --- a/polkadot/node/subsystem-util/Cargo.toml +++ b/polkadot/node/subsystem-util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-subsystem-util" description = "Subsystem traits and message definitions (polkadot v1.15.0)" -version = "17.0.0" +version = "17.1.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 9bf71859afc42..c8f3ef85dd7d8 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "16.0.0" +version = "16.0.1" description = "Relay Chain runtime code responsible for Parachains. (polkadot v1.15.0)" authors.workspace = true edition.workspace = true diff --git a/substrate/client/consensus/grandpa/Cargo.toml b/substrate/client/consensus/grandpa/Cargo.toml index 53e49d2bfb939..1db1b9ce0e555 100644 --- a/substrate/client/consensus/grandpa/Cargo.toml +++ b/substrate/client/consensus/grandpa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-grandpa" -version = "0.29.0" +version = "0.29.1" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/frame/system/Cargo.toml b/substrate/frame/system/Cargo.toml index 6595391a36cba..6020e7e74e6a5 100644 --- a/substrate/frame/system/Cargo.toml +++ b/substrate/frame/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-system" -version = "37.0.0" +version = "37.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/primitives/blockchain/Cargo.toml b/substrate/primitives/blockchain/Cargo.toml index e4dd752df3653..0ab312c11e7c3 100644 --- a/substrate/primitives/blockchain/Cargo.toml +++ b/substrate/primitives/blockchain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-blockchain" -version = "37.0.0" +version = "37.0.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 9a369bb2076fa..770e98fb77a26 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -784,7 +784,7 @@ version = "0.10.0" path = "../cumulus/primitives/storage-weight-reclaim" default-features = false optional = true -version = "7.0.0" +version = "7.0.1" [dependencies.cumulus-primitives-timestamp] path = "../cumulus/primitives/timestamp" @@ -856,7 +856,7 @@ version = "12.0.0" path = "../substrate/frame/system" default-features = false optional = true -version = "37.0.0" +version = "37.1.0" [dependencies.frame-system-benchmarking] path = "../substrate/frame/system/benchmarking" @@ -1528,7 +1528,7 @@ version = "16.0.0" path = "../polkadot/runtime/parachains" default-features = false optional = true -version = "16.0.0" +version = "16.0.1" [dependencies.polkadot-sdk-frame] path = "../substrate/frame" @@ -2164,7 +2164,7 @@ version = "17.0.0" path = "../polkadot/node/network/availability-distribution" default-features = false optional = true -version = "17.0.0" +version = "17.0.1" [dependencies.polkadot-availability-recovery] path = "../polkadot/node/network/availability-recovery" @@ -2242,7 +2242,7 @@ version = "17.0.0" path = "../polkadot/node/core/candidate-validation" default-features = false optional = true -version = "17.0.0" +version = "17.1.0" [dependencies.polkadot-node-core-chain-api] path = "../polkadot/node/core/chain-api" @@ -2272,7 +2272,7 @@ version = "17.0.0" path = "../polkadot/node/core/prospective-parachains" default-features = false optional = true -version = "16.0.0" +version = "16.1.0" [dependencies.polkadot-node-core-provisioner] path = "../polkadot/node/core/provisioner" @@ -2350,13 +2350,13 @@ version = "17.0.0" path = "../polkadot/node/subsystem-types" default-features = false optional = true -version = "17.0.0" +version = "17.1.0" [dependencies.polkadot-node-subsystem-util] path = "../polkadot/node/subsystem-util" default-features = false optional = true -version = "17.0.0" +version = "17.1.0" [dependencies.polkadot-overseer] path = "../polkadot/node/overseer" @@ -2374,7 +2374,7 @@ version = "17.0.0" path = "../polkadot/node/service" default-features = false optional = true -version = "17.0.0" +version = "17.0.1" [dependencies.polkadot-statement-distribution] path = "../polkadot/node/network/statement-distribution" @@ -2482,7 +2482,7 @@ version = "0.43.0" path = "../substrate/client/consensus/grandpa" default-features = false optional = true -version = "0.29.0" +version = "0.29.1" [dependencies.sc-consensus-grandpa-rpc] path = "../substrate/client/consensus/grandpa/rpc" @@ -2710,7 +2710,7 @@ version = "0.9.0" path = "../substrate/primitives/blockchain" default-features = false optional = true -version = "37.0.0" +version = "37.0.1" [dependencies.sp-consensus] path = "../substrate/primitives/consensus/common"