Skip to content

Commit

Permalink
Bumped polkadot-runtime-parachains
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed May 27, 2024
1 parent 897e7d8 commit e78a4ff
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.5.1
# command: parity-publish plan --patch -
# command: parity-publish plan . --patch polkadot-runtime-parachains

[options]

Expand Down Expand Up @@ -2144,8 +2144,8 @@ reason = "changed"

[[crate]]
name = "polkadot-runtime-parachains"
from = "8.0.1"
to = "8.0.2"
from = "8.0.2"
to = "8.0.3"
bump = "minor"
reason = "bumped by --patch"

Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/parachain-system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sp-version = { path = "../../../substrate/primitives/version", default-features

# Polkadot
polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false, features = ["wasm-api"], version = "7.0.0" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.2" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.3" }
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.1", optional = true }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.1" }

Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/xcmp-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pallet-message-queue = { path = "../../../substrate/frame/message-queue", defaul

# Polkadot
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.1" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.2" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.3" }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.1" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.2" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pallet-message-queue = { version = "32.0.0", path = "../../../../../substrate/fr
# Polkadot
polkadot-service = { path = "../../../../../polkadot/node/service", default-features = false, features = ["full-node"], version = "8.0.0" }
polkadot-primitives = { version = "8.0.1", path = "../../../../../polkadot/primitives" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../../../../polkadot/runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../../../../polkadot/runtime/parachains" }
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", version = "8.0.1" }
pallet-xcm = { version = "8.0.5", path = "../../../../../polkadot/xcm/pallet-xcm" }
parachains-common = { version = "8.0.0", path = "../../../common" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/primitives/utility/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pallet-asset-conversion = { path = "../../../substrate/frame/asset-conversion",

# Polkadot
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.1" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.2" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.3" }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.1" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.2" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/xcm/xcm-emulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", version = "8.0.
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", version = "8.0.2" }
polkadot-primitives = { version = "8.0.1", path = "../../../polkadot/primitives" }
polkadot-parachain-primitives = { version = "7.0.0", path = "../../../polkadot/parachain" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../../polkadot/runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../../polkadot/runtime/parachains" }
2 changes: 1 addition & 1 deletion polkadot/node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ polkadot-rpc = { version = "8.0.0", path = "../../rpc" }
polkadot-node-subsystem = { version = "8.0.0", path = "../subsystem" }
polkadot-node-subsystem-util = { version = "8.0.0", path = "../subsystem-util" }
polkadot-node-subsystem-types = { version = "8.0.0", path = "../subsystem-types" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../runtime/parachains" }
polkadot-node-network-protocol = { version = "8.0.0", path = "../network/protocol" }

# Polkadot Runtime Constants
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/test/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ polkadot-node-subsystem = { version = "8.0.0", path = "../../subsystem" }
polkadot-node-primitives = { version = "8.0.0", path = "../../primitives" }
polkadot-test-runtime = { version = "0.1.0", path = "../../../runtime/test-runtime" }
test-runtime-constants = { version = "0.1.0", path = "../../../runtime/test-runtime/constants" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../../runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../../runtime/parachains" }
sp-authority-discovery = { version = "27.0.0", path = "../../../../substrate/primitives/authority-discovery" }
sc-authority-discovery = { version = "0.35.0", path = "../../../../substrate/client/authority-discovery" }
babe = { package = "sc-consensus-babe", path = "../../../../substrate/client/consensus/babe", version = "0.35.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pallet-babe = { path = "../../../substrate/frame/babe", default-features = false

primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false, version = "8.0.1" }
libsecp256k1 = { version = "0.7.0", default-features = false }
runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false, version = "8.0.2" }
runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false, version = "8.0.3" }

slot-range-helper = { path = "slot_range_helper", default-features = false, version = "8.0.0" }
xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/parachains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-runtime-parachains"
version = "8.0.2"
version = "8.0.3"
description = "Relay Chain runtime code responsible for Parachains."
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarki
hex-literal = { version = "0.4.1" }

runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false, version = "8.0.1" }
runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false, version = "8.0.2" }
runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false, version = "8.0.3" }
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false, version = "8.0.1" }
polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "7.0.0" }

Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/test-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runtime-common = { package = "polkadot-runtime-common", path = "../common", defa
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false, version = "8.0.1" }
pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "8.0.5" }
polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "7.0.0" }
polkadot-runtime-parachains = { path = "../parachains", default-features = false, version = "8.0.2" }
polkadot-runtime-parachains = { path = "../parachains", default-features = false, version = "8.0.3" }
xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "8.0.1" }
xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.2" }
xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ hex-literal = { version = "0.4.1", optional = true }
runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false, version = "8.0.1" }
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false, version = "8.0.1" }
polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "7.0.0" }
runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false, version = "8.0.2" }
runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false, version = "8.0.3" }

xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.1" }
xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.2" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", ver
xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", version = "8.0.1" }
polkadot-core-primitives = { version = "8.0.0", path = "../../core-primitives" }
polkadot-parachain-primitives = { version = "7.0.0", path = "../../parachain" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../runtime/parachains" }
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-simulator/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor",
xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder", version = "8.0.1" }
pallet-xcm = { version = "8.0.5", path = "../../pallet-xcm" }
polkadot-core-primitives = { version = "8.0.0", path = "../../../core-primitives" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../../runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../../runtime/parachains" }
polkadot-parachain-primitives = { version = "7.0.0", path = "../../../parachain" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor",
xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder", version = "8.0.1" }
pallet-xcm = { version = "8.0.5", path = "../../pallet-xcm" }
polkadot-core-primitives = { version = "8.0.0", path = "../../../core-primitives" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../../runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../../runtime/parachains" }
polkadot-parachain-primitives = { version = "7.0.0", path = "../../../parachain" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/contracts/mock-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pallet-utility = { version = "29.0.0", path = "../../utility" }
pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.5" }
polkadot-parachain-primitives = { version = "7.0.0", path = "../../../../polkadot/parachain" }
polkadot-primitives = { version = "8.0.1", path = "../../../../polkadot/primitives" }
polkadot-runtime-parachains = { version = "8.0.2", path = "../../../../polkadot/runtime/parachains" }
polkadot-runtime-parachains = { version = "8.0.3", path = "../../../../polkadot/runtime/parachains" }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.0" }
sp-core = { path = "../../../primitives/core", default-features = false, version = "29.0.0" }
Expand Down

0 comments on commit e78a4ff

Please sign in to comment.