Skip to content

Commit

Permalink
Apply plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Oct 1, 2024
1 parent 7ff9e48 commit 82b1fe3
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 43 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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" }
Expand Down Expand Up @@ -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 }
Expand Down Expand Up @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion Plan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-inprocess-interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-minimal-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
3 changes: 2 additions & 1 deletion cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion polkadot/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion polkadot/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/merkle-mountain-range/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
20 changes: 10 additions & 10 deletions umbrella/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 82b1fe3

Please sign in to comment.