diff --git a/Cargo.lock b/Cargo.lock index 4616241a063e..ebc3933fed85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3980,7 +3980,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.18.0" +version = "0.19.0" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -4298,7 +4298,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.18.0" +version = "0.19.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4344,7 +4344,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.18.0" +version = "0.19.0" dependencies = [ "array-bytes", "async-trait", @@ -8766,7 +8766,7 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "37.0.0" +version = "38.0.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12869,7 +12869,7 @@ dependencies = [ [[package]] name = "polkadot" -version = "17.0.0" +version = "18.0.0" dependencies = [ "assert_cmd", "color-eyre", @@ -13021,7 +13021,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "18.0.0" +version = "19.0.0" dependencies = [ "cfg-if", "clap 4.5.11", @@ -13875,7 +13875,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-bin" -version = "6.0.0" +version = "7.0.0" dependencies = [ "asset-hub-rococo-runtime", "asset-hub-westend-runtime", @@ -13913,7 +13913,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-lib" -version = "0.2.0" +version = "0.3.0" dependencies = [ "assert_cmd", "async-trait", @@ -14037,7 +14037,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "18.0.0" +version = "19.0.0" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -14197,7 +14197,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" -version = "0.6.0" +version = "0.7.0" dependencies = [ "asset-test-utils", "assets-common", @@ -14699,7 +14699,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "18.0.0" +version = "19.0.0" dependencies = [ "assert_matches", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c22310ddfa7a..40b1ca6af733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -692,7 +692,7 @@ cumulus-client-consensus-relay-chain = { path = "cumulus/client/consensus/relay- cumulus-client-network = { path = "cumulus/client/network", default-features = false, version = "0.18.0" } cumulus-client-parachain-inherent = { path = "cumulus/client/parachain-inherent", default-features = false, version = "0.12.0" } cumulus-client-pov-recovery = { path = "cumulus/client/pov-recovery", default-features = false, version = "0.18.0" } -cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.18.0" } +cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.19.0" } cumulus-pallet-aura-ext = { path = "cumulus/pallets/aura-ext", default-features = false, version = "0.17.0" } cumulus-pallet-dmp-queue = { default-features = false, path = "cumulus/pallets/dmp-queue" } cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.17.0" } @@ -709,9 +709,9 @@ cumulus-primitives-proof-size-hostfunction = { path = "cumulus/primitives/proof- cumulus-primitives-storage-weight-reclaim = { path = "cumulus/primitives/storage-weight-reclaim", default-features = false, version = "8.0.0" } cumulus-primitives-timestamp = { path = "cumulus/primitives/timestamp", default-features = false, version = "0.16.0" } cumulus-primitives-utility = { path = "cumulus/primitives/utility", default-features = false, version = "0.17.0" } -cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-inprocess-interface", default-features = false, version = "0.18.0" } +cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-inprocess-interface", default-features = false, version = "0.19.0" } cumulus-relay-chain-interface = { path = "cumulus/client/relay-chain-interface", default-features = false, version = "0.18.0" } -cumulus-relay-chain-minimal-node = { path = "cumulus/client/relay-chain-minimal-node", default-features = false, version = "0.18.0" } +cumulus-relay-chain-minimal-node = { path = "cumulus/client/relay-chain-minimal-node", default-features = false, version = "0.19.0" } cumulus-relay-chain-rpc-interface = { path = "cumulus/client/relay-chain-rpc-interface", default-features = false, version = "0.18.0" } cumulus-test-client = { path = "cumulus/test/client" } cumulus-test-relay-sproof-builder = { path = "cumulus/test/relay-sproof-builder", default-features = false, version = "0.16.0" } @@ -847,7 +847,7 @@ minimal-template-runtime = { path = "templates/minimal/runtime", version = "0.1. mixnet = { version = "0.7.0" } mmr-gadget = { path = "substrate/client/merkle-mountain-range", default-features = false, version = "40.0.0" } mmr-lib = { version = "0.5.2", package = "ckb-merkle-mountain-range" } -mmr-rpc = { path = "substrate/client/merkle-mountain-range/rpc", default-features = false, version = "37.0.0" } +mmr-rpc = { path = "substrate/client/merkle-mountain-range/rpc", default-features = false, version = "38.0.0" } mockall = { version = "0.11.3" } multiaddr = { version = "0.18.1" } multihash = { version = "0.19.1", default-features = false } @@ -1018,7 +1018,7 @@ polkadot-approval-distribution = { path = "polkadot/node/network/approval-distri polkadot-availability-bitfield-distribution = { path = "polkadot/node/network/bitfield-distribution", default-features = false, version = "18.0.0" } polkadot-availability-distribution = { path = "polkadot/node/network/availability-distribution", default-features = false, version = "18.0.0" } polkadot-availability-recovery = { path = "polkadot/node/network/availability-recovery", default-features = false, version = "18.0.0" } -polkadot-cli = { path = "polkadot/cli", default-features = false, version = "18.0.0" } +polkadot-cli = { path = "polkadot/cli", default-features = false, version = "19.0.0" } polkadot-collator-protocol = { path = "polkadot/node/network/collator-protocol", default-features = false, version = "18.0.0" } polkadot-core-primitives = { path = "polkadot/core-primitives", default-features = false, version = "15.0.0" } polkadot-dispute-distribution = { path = "polkadot/node/network/dispute-distribution", default-features = false, version = "18.0.0" } @@ -1052,17 +1052,17 @@ polkadot-node-subsystem-test-helpers = { path = "polkadot/node/subsystem-test-he polkadot-node-subsystem-types = { path = "polkadot/node/subsystem-types", default-features = false, version = "18.0.0" } polkadot-node-subsystem-util = { path = "polkadot/node/subsystem-util", default-features = false, version = "18.0.0" } polkadot-overseer = { path = "polkadot/node/overseer", default-features = false, version = "18.0.0" } -polkadot-parachain-lib = { path = "cumulus/polkadot-parachain/polkadot-parachain-lib", default-features = false, version = "0.2.0" } +polkadot-parachain-lib = { path = "cumulus/polkadot-parachain/polkadot-parachain-lib", default-features = false, version = "0.3.0" } polkadot-parachain-primitives = { path = "polkadot/parachain", default-features = false, version = "14.0.0" } polkadot-primitives = { path = "polkadot/primitives", default-features = false, version = "16.0.0" } polkadot-primitives-test-helpers = { path = "polkadot/primitives/test-helpers", version = "0.1.0" } -polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "18.0.0" } +polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "19.0.0" } polkadot-runtime-common = { path = "polkadot/runtime/common", default-features = false, version = "17.0.0" } polkadot-runtime-metrics = { path = "polkadot/runtime/metrics", default-features = false, version = "17.0.0" } polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "17.0.0" } -polkadot-sdk = { path = "umbrella", default-features = false, version = "0.6.0" } +polkadot-sdk = { path = "umbrella", default-features = false, version = "0.7.0" } polkadot-sdk-docs = { path = "docs/sdk" } -polkadot-service = { path = "polkadot/node/service", default-features = false, version = "18.0.0" } +polkadot-service = { path = "polkadot/node/service", default-features = false, version = "19.0.0" } polkadot-statement-distribution = { path = "polkadot/node/network/statement-distribution", default-features = false, version = "18.0.0" } polkadot-statement-table = { path = "polkadot/statement-table", default-features = false, version = "16.0.0" } polkadot-subsystem-bench = { path = "polkadot/node/subsystem-bench" } @@ -1125,7 +1125,7 @@ sc-chain-spec = { path = "substrate/client/chain-spec", default-features = false sc-chain-spec-derive = { path = "substrate/client/chain-spec/derive", default-features = false, version = "12.0.0" } sc-cli = { path = "substrate/client/cli", default-features = false, version = "0.47.0" } sc-client-api = { path = "substrate/client/api", default-features = false, version = "37.0.0" } -sc-client-db = { path = "substrate/client/db", default-features = false, version = "0.44.0" } +sc-client-db = { path = "substrate/client/db", default-features = false, version = "0.44.1" } sc-consensus = { path = "substrate/client/consensus/common", default-features = false, version = "0.44.0" } sc-consensus-aura = { path = "substrate/client/consensus/aura", default-features = false, version = "0.45.0" } sc-consensus-babe = { path = "substrate/client/consensus/babe", default-features = false, version = "0.45.0" } diff --git a/Plan.toml b/Plan.toml index de74bf968227..e53456f71833 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1078,7 +1078,7 @@ reason = "changed" # substrate/client/db name = "sc-client-db" from = "0.44.0" -to = "0.44.0" +to = "0.44.1" [[crate]] # substrate/client/consensus/common diff --git a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml index d35d71d8900f..2ebee5c29c6a 100644 --- a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml +++ b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-inprocess-interface" -version = "0.18.0" +version = "0.19.0" edition.workspace = true description = "Implementation of the RelayChainInterface trait for Polkadot full-nodes." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/relay-chain-minimal-node/Cargo.toml b/cumulus/client/relay-chain-minimal-node/Cargo.toml index a4cb6589103e..858ffe119d22 100644 --- a/cumulus/client/relay-chain-minimal-node/Cargo.toml +++ b/cumulus/client/relay-chain-minimal-node/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-minimal-node" -version = "0.18.0" +version = "0.19.0" edition.workspace = true description = "Minimal node implementation to be used in tandem with RPC or light-client mode." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/service/Cargo.toml b/cumulus/client/service/Cargo.toml index a60134f405df..26d902a3f77b 100644 --- a/cumulus/client/service/Cargo.toml +++ b/cumulus/client/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-service" -version = "0.18.0" +version = "0.19.0" authors.workspace = true edition.workspace = true description = "Common functions used to assemble the components of a parachain node." diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 6621c0251b1d..8c0f723d3f5c 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "polkadot-parachain-bin" -version = "6.0.0" +version = "7.0.0" authors.workspace = true edition.workspace = true build = "build.rs" description = "Runs a polkadot parachain node" license = "Apache-2.0" +publish = false [lints] workspace = true diff --git a/cumulus/polkadot-parachain/polkadot-parachain-lib/Cargo.toml b/cumulus/polkadot-parachain/polkadot-parachain-lib/Cargo.toml index 0025ee3743fc..3b848b0ec783 100644 --- a/cumulus/polkadot-parachain/polkadot-parachain-lib/Cargo.toml +++ b/cumulus/polkadot-parachain/polkadot-parachain-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain-lib" -version = "0.2.0" +version = "0.3.0" authors.workspace = true edition.workspace = true description = "Helper library that can be used to build a parachain node" diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index a3c049362210..a8413dca0ae0 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 = "17.0.0" +version = "18.0.0" default-run = "polkadot" [lints] diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 2a8be2199eb7..78869c1465f3 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-cli" description = "Polkadot Relay-chain Client Node" -version = "18.0.0" +version = "19.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 99f381a7b990..3123594c1ae4 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 = "18.0.0" +version = "19.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index bc7506016258..c071527eaf75 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "18.0.0" +version = "19.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/substrate/client/db/Cargo.toml b/substrate/client/db/Cargo.toml index 4523761433fb..70ca7f12eb8e 100644 --- a/substrate/client/db/Cargo.toml +++ b/substrate/client/db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-client-db" -version = "0.44.0" +version = "0.44.1" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/merkle-mountain-range/rpc/Cargo.toml b/substrate/client/merkle-mountain-range/rpc/Cargo.toml index 26b80128d1bd..f128a73325e7 100644 --- a/substrate/client/merkle-mountain-range/rpc/Cargo.toml +++ b/substrate/client/merkle-mountain-range/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmr-rpc" -version = "37.0.0" +version = "38.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 2858da0ff20e..92ade8d6f017 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-sdk" -version = "0.6.0" +version = "0.7.0" description = "Polkadot SDK umbrella crate." license = "Apache-2.0" @@ -2060,13 +2060,13 @@ version = "0.18.0" path = "../cumulus/client/service" default-features = false optional = true -version = "0.18.0" +version = "0.19.0" [dependencies.cumulus-relay-chain-inprocess-interface] path = "../cumulus/client/relay-chain-inprocess-interface" default-features = false optional = true -version = "0.18.0" +version = "0.19.0" [dependencies.cumulus-relay-chain-interface] path = "../cumulus/client/relay-chain-interface" @@ -2078,7 +2078,7 @@ version = "0.18.0" path = "../cumulus/client/relay-chain-minimal-node" default-features = false optional = true -version = "0.18.0" +version = "0.19.0" [dependencies.cumulus-relay-chain-rpc-interface] path = "../cumulus/client/relay-chain-rpc-interface" @@ -2138,7 +2138,7 @@ version = "40.0.0" path = "../substrate/client/merkle-mountain-range/rpc" default-features = false optional = true -version = "37.0.0" +version = "38.0.0" [dependencies.pallet-contracts-mock-network] path = "../substrate/frame/contracts/mock-network" @@ -2192,7 +2192,7 @@ version = "18.0.0" path = "../polkadot/cli" default-features = false optional = true -version = "18.0.0" +version = "19.0.0" [dependencies.polkadot-collator-protocol] path = "../polkadot/node/network/collator-protocol" @@ -2384,19 +2384,19 @@ version = "18.0.0" path = "../cumulus/polkadot-parachain/polkadot-parachain-lib" default-features = false optional = true -version = "0.2.0" +version = "0.3.0" [dependencies.polkadot-rpc] path = "../polkadot/rpc" default-features = false optional = true -version = "18.0.0" +version = "19.0.0" [dependencies.polkadot-service] path = "../polkadot/node/service" default-features = false optional = true -version = "18.0.0" +version = "19.0.0" [dependencies.polkadot-statement-distribution] path = "../polkadot/node/network/statement-distribution" @@ -2456,7 +2456,7 @@ version = "37.0.0" path = "../substrate/client/db" default-features = false optional = true -version = "0.44.0" +version = "0.44.1" [dependencies.sc-consensus] path = "../substrate/client/consensus/common"