Skip to content

Commit 6d12651

Browse files
[stable2412] Post crates release changes stable2412-8 (#9350)
This PR contains: - crates version bumps - node version bump - prdocs reordering
1 parent f5d44c3 commit 6d12651

File tree

23 files changed

+68
-62
lines changed

23 files changed

+68
-62
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ dyn-clone = { version = "1.0.16" }
746746
ed25519-dalek = { version = "2.1", default-features = false }
747747
ed25519-zebra = { version = "4.0.3", default-features = false }
748748
either = { version = "1.8.1", default-features = false }
749-
emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "19.1.0" }
749+
emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "19.1.1" }
750750
enumflags2 = { version = "0.7.7" }
751751
enumn = { version = "0.1.13" }
752752
env_logger = { version = "0.11.2" }
@@ -884,7 +884,7 @@ num-traits = { version = "0.2.17", default-features = false }
884884
num_cpus = { version = "1.13.1" }
885885
once_cell = { version = "1.21.3" }
886886
orchestra = { version = "0.4.0", default-features = false }
887-
pallet-alliance = { path = "substrate/frame/alliance", default-features = false, version = "38.1.0" }
887+
pallet-alliance = { path = "substrate/frame/alliance", default-features = false, version = "38.1.1" }
888888
pallet-asset-conversion = { path = "substrate/frame/asset-conversion", default-features = false, version = "21.1.0" }
889889
pallet-asset-conversion-ops = { path = "substrate/frame/asset-conversion/ops", default-features = false, version = "0.7.1" }
890890
pallet-asset-conversion-tx-payment = { path = "substrate/frame/transaction-payment/asset-conversion-tx-payment", default-features = false, version = "21.1.0" }
@@ -939,14 +939,14 @@ pallet-examples = { path = "substrate/frame/examples", version = "7.0.0" }
939939
pallet-fast-unstake = { path = "substrate/frame/fast-unstake", default-features = false, version = "38.1.0" }
940940
pallet-glutton = { path = "substrate/frame/glutton", default-features = false, version = "25.1.0" }
941941
pallet-grandpa = { path = "substrate/frame/grandpa", default-features = false, version = "39.1.0" }
942-
pallet-identity = { path = "substrate/frame/identity", default-features = false, version = "39.1.0" }
943-
pallet-im-online = { path = "substrate/frame/im-online", default-features = false, version = "38.1.0" }
942+
pallet-identity = { path = "substrate/frame/identity", default-features = false, version = "39.2.0" }
943+
pallet-im-online = { path = "substrate/frame/im-online", default-features = false, version = "38.1.1" }
944944
pallet-indices = { path = "substrate/frame/indices", default-features = false, version = "39.1.0" }
945945
pallet-insecure-randomness-collective-flip = { path = "substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "27.0.0" }
946946
pallet-lottery = { default-features = false, path = "substrate/frame/lottery" }
947947
pallet-membership = { path = "substrate/frame/membership", default-features = false, version = "39.0.0" }
948948
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "42.0.0" }
949-
pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "9.1.0" }
949+
pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "9.1.1" }
950950
pallet-minimal-template = { path = "templates/minimal/pallets/template", default-features = false, version = "0.1.0" }
951951
pallet-mixnet = { default-features = false, path = "substrate/frame/mixnet" }
952952
pallet-mmr = { path = "substrate/frame/merkle-mountain-range", default-features = false, version = "39.0.0" }
@@ -980,7 +980,7 @@ pallet-root-offences = { default-features = false, path = "substrate/frame/root-
980980
pallet-root-testing = { path = "substrate/frame/root-testing", default-features = false, version = "15.0.0" }
981981
pallet-safe-mode = { default-features = false, path = "substrate/frame/safe-mode" }
982982
pallet-salary = { path = "substrate/frame/salary", default-features = false, version = "24.0.0" }
983-
pallet-scheduler = { path = "substrate/frame/scheduler", default-features = false, version = "40.2.1" }
983+
pallet-scheduler = { path = "substrate/frame/scheduler", default-features = false, version = "40.2.2" }
984984
pallet-scored-pool = { default-features = false, path = "substrate/frame/scored-pool" }
985985
pallet-session = { path = "substrate/frame/session", default-features = false, version = "39.0.0" }
986986
pallet-session-benchmarking = { path = "substrate/frame/session/benchmarking", default-features = false, version = "39.1.0" }
@@ -1007,7 +1007,7 @@ pallet-utility = { path = "substrate/frame/utility", default-features = false, v
10071007
pallet-verify-signature = { path = "substrate/frame/verify-signature", default-features = false }
10081008
pallet-vesting = { path = "substrate/frame/vesting", default-features = false, version = "39.1.0" }
10091009
pallet-whitelist = { path = "substrate/frame/whitelist", default-features = false, version = "38.1.0" }
1010-
pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "18.1.2" }
1010+
pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "18.1.3" }
10111011
pallet-xcm-benchmarks = { path = "polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "18.1.1" }
10121012
pallet-xcm-bridge-hub = { path = "bridges/modules/xcm-bridge-hub", default-features = false, version = "0.14.4" }
10131013
pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.16.0" }
@@ -1041,7 +1041,7 @@ polkadot-core-primitives = { path = "polkadot/core-primitives", default-features
10411041
polkadot-dispute-distribution = { path = "polkadot/node/network/dispute-distribution", default-features = false, version = "21.1.0" }
10421042
polkadot-erasure-coding = { path = "polkadot/erasure-coding", default-features = false, version = "17.0.0" }
10431043
polkadot-gossip-support = { path = "polkadot/node/network/gossip-support", default-features = false, version = "21.0.0" }
1044-
polkadot-network-bridge = { path = "polkadot/node/network/bridge", default-features = false, version = "21.0.0" }
1044+
polkadot-network-bridge = { path = "polkadot/node/network/bridge", default-features = false, version = "21.0.1" }
10451045
polkadot-node-collation-generation = { path = "polkadot/node/collation-generation", default-features = false, version = "21.0.0" }
10461046
polkadot-node-core-approval-voting = { path = "polkadot/node/core/approval-voting", default-features = false, version = "21.0.0" }
10471047
polkadot-node-core-approval-voting-parallel = { path = "polkadot/node/core/approval-voting-parallel", default-features = false, version = "0.4.0" }
@@ -1380,7 +1380,7 @@ xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm"
13801380
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "18.2.1" }
13811381
xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" }
13821382
xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.17.2" }
1383-
xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "18.0.3" }
1383+
xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "18.0.4" }
13841384
xcm-procedural = { path = "polkadot/xcm/procedural", default-features = false, version = "11.0.1" }
13851385
xcm-runtime-apis = { path = "polkadot/xcm/xcm-runtime-apis", default-features = false, version = "0.5.3" }
13861386
xcm-simulator = { path = "polkadot/xcm/xcm-simulator", default-features = false, version = "18.1.0" }

Plan.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,17 +1427,17 @@ reason = "changed"
14271427
[[crate]]
14281428
# substrate/frame/identity
14291429
name = "pallet-identity"
1430-
from = "39.0.0"
1431-
to = "39.1.0"
1430+
from = "39.1.0"
1431+
to = "39.2.0"
14321432
bump = "minor"
14331433
reason = "changed"
14341434

14351435
[[crate]]
14361436
# substrate/frame/im-online
14371437
name = "pallet-im-online"
1438-
from = "38.0.0"
1439-
to = "38.1.0"
1440-
bump = "minor"
1438+
from = "38.1.0"
1439+
to = "38.1.1"
1440+
bump = "patch"
14411441
reason = "changed"
14421442

14431443
[[crate]]
@@ -1475,9 +1475,9 @@ reason = "changed"
14751475
[[crate]]
14761476
# substrate/frame/migrations
14771477
name = "pallet-migrations"
1478-
from = "9.0.0"
1479-
to = "9.1.0"
1480-
bump = "minor"
1478+
from = "9.1.0"
1479+
to = "9.1.1"
1480+
bump = "patch"
14811481
reason = "changed"
14821482

14831483
[[crate]]
@@ -1571,8 +1571,8 @@ reason = "changed"
15711571
[[crate]]
15721572
# substrate/frame/scheduler
15731573
name = "pallet-scheduler"
1574-
from = "40.2.0"
1575-
to = "40.2.1"
1574+
from = "40.2.1"
1575+
to = "40.2.2"
15761576
bump = "patch"
15771577
reason = "changed"
15781578

@@ -1719,8 +1719,8 @@ reason = "changed"
17191719
[[crate]]
17201720
# polkadot/xcm/xcm-executor
17211721
name = "staging-xcm-executor"
1722-
from = "18.0.2"
1723-
to = "18.0.3"
1722+
from = "18.0.3"
1723+
to = "18.0.4"
17241724
bump = "patch"
17251725
reason = "changed"
17261726

@@ -1757,9 +1757,9 @@ to = "0.1.0"
17571757
[[crate]]
17581758
# substrate/frame/alliance
17591759
name = "pallet-alliance"
1760-
from = "38.0.0"
1761-
to = "38.1.0"
1762-
bump = "minor"
1760+
from = "38.1.0"
1761+
to = "38.1.1"
1762+
bump = "patch"
17631763
reason = "changed"
17641764

17651765
[[crate]]
@@ -2163,8 +2163,8 @@ reason = "changed"
21632163
[[crate]]
21642164
# polkadot/xcm/pallet-xcm
21652165
name = "pallet-xcm"
2166-
from = "18.1.1"
2167-
to = "18.1.2"
2166+
from = "18.1.2"
2167+
to = "18.1.3"
21682168
bump = "patch"
21692169
reason = "changed"
21702170

@@ -3217,9 +3217,9 @@ reason = "changed"
32173217
[[crate]]
32183218
# cumulus/parachains/integration-tests/emulated/common
32193219
name = "emulated-integration-tests-common"
3220-
from = "19.0.2"
3221-
to = "19.1.0"
3222-
bump = "minor"
3220+
from = "19.1.0"
3221+
to = "19.1.1"
3222+
bump = "patch"
32233223
reason = "changed"
32243224

32253225
[[crate]]
@@ -3435,9 +3435,9 @@ reason = "changed"
34353435
[[crate]]
34363436
# polkadot/node/network/bridge
34373437
name = "polkadot-network-bridge"
3438-
from = "20.0.0"
3439-
to = "21.0.0"
3440-
bump = "major"
3438+
from = "21.0.0"
3439+
to = "21.0.1"
3440+
bump = "patch"
34413441
reason = "changed"
34423442

34433443
[[crate]]

cumulus/parachains/integration-tests/emulated/common/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emulated-integration-tests-common"
3-
version = "19.1.0"
3+
version = "19.1.1"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"
@@ -43,7 +43,8 @@ polkadot-runtime-parachains.default-features = true
4343
xcm.workspace = true
4444
xcm.default-features = true
4545
pallet-xcm = { features = ["test-utils"], workspace = true, default-features = true }
46-
xcm-executor = { workspace = true, default-features = true }
46+
xcm-executor.workspace = true
47+
xcm-executor.default-features = true
4748
parachains-common.workspace = true
4849
parachains-common.default-features = true
4950
cumulus-primitives-core.workspace = true

cumulus/polkadot-omni-node/lib/src/nodes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use sc_service::{Configuration, TaskManager};
2525
/// The current node version for cumulus official binaries, which takes the basic
2626
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
2727
/// `polkadot` version of a stable release.
28-
pub const NODE_VERSION: &'static str = "1.17.7";
28+
pub const NODE_VERSION: &'static str = "1.17.8";
2929

3030
/// Trait that extends the `DynNodeSpec` trait with manual seal related logic.
3131
///

polkadot/node/network/bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-network-bridge"
3-
version = "21.0.0"
3+
version = "21.0.1"
44
description = "The Network Bridge Subsystem — protocol multiplexer for Polkadot."
55
authors.workspace = true
66
edition.workspace = true

polkadot/node/primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub use disputes::{
5959
/// relatively rare.
6060
///
6161
/// The associated worker binaries should use the same version as the node that spawns them.
62-
pub const NODE_VERSION: &'static str = "1.17.7";
62+
pub const NODE_VERSION: &'static str = "1.17.8";
6363

6464
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6565
// plus some overhead:

polkadot/xcm/pallet-xcm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-xcm"
3-
version = "18.1.2"
3+
version = "18.1.3"
44
description = "A pallet for handling XCM programs."
55
authors.workspace = true
66
edition.workspace = true

polkadot/xcm/xcm-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "An abstract and configurable XCM message executor."
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
7-
version = "18.0.3"
7+
version = "18.0.4"
88

99
[lints]
1010
workspace = true
File renamed without changes.

0 commit comments

Comments
 (0)