Skip to content

Commit 18cbc8b

Browse files
authored
Release 1.7.1 (#870)
Release runtimes 1.7.1: - Bump `polkadot-runtime-parachains` to 21.0.1 (includes [#9564](paritytech/polkadot-sdk#9564)) - Updated CHANGELOG - Bumped runtime spec versions to `1_007_001` Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
1 parent 2539eba commit 18cbc8b

File tree

16 files changed

+21
-17
lines changed

16 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [1.7.1] 28.08.2025
8+
9+
### Fixed
10+
11+
- [#9564](https://github.com/paritytech/polkadot-sdk/pull/9564) Correctly map group indices to vote indices when filtering backing statements.
812

913
### Changed
1014

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ polkadot-system-emulated-network = { path = "integration-tests/emulated/networks
195195
primitive-types = { version = "0.13.1", default-features = false }
196196
frame-metadata-hash-extension = { version = "0.10.0", default-features = false }
197197
remote-externalities = { version = "0.53.0", package = "frame-remote-externalities" }
198-
runtime-parachains = { version = "21.0.0", default-features = false, package = "polkadot-runtime-parachains" }
198+
runtime-parachains = { version = "21.0.1", default-features = false, package = "polkadot-runtime-parachains" }
199199
sc-chain-spec = { version = "45.0.0" }
200200
sc-network = { version = "0.52.0" }
201201
scale-info = { version = "2.11.6", default-features = false }

relay/kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180180
spec_name: alloc::borrow::Cow::Borrowed("kusama"),
181181
impl_name: alloc::borrow::Cow::Borrowed("parity-kusama"),
182182
authoring_version: 2,
183-
spec_version: 1_007_000,
183+
spec_version: 1_007_001,
184184
impl_version: 0,
185185
apis: RUNTIME_API_VERSIONS,
186186
transaction_version: 26,

relay/polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164164
spec_name: alloc::borrow::Cow::Borrowed("polkadot"),
165165
impl_name: alloc::borrow::Cow::Borrowed("parity-polkadot"),
166166
authoring_version: 0,
167-
spec_version: 1_007_000,
167+
spec_version: 1_007_001,
168168
impl_version: 0,
169169
apis: RUNTIME_API_VERSIONS,
170170
transaction_version: 26,

system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129129
spec_name: Cow::Borrowed("statemine"),
130130
impl_name: Cow::Borrowed("statemine"),
131131
authoring_version: 1,
132-
spec_version: 1_007_000,
132+
spec_version: 1_007_001,
133133
impl_version: 0,
134134
apis: RUNTIME_API_VERSIONS,
135135
transaction_version: 15,

system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
169169
impl_name: Cow::Borrowed("statemint"),
170170
spec_name: Cow::Borrowed("statemint"),
171171
authoring_version: 1,
172-
spec_version: 1_007_000,
172+
spec_version: 1_007_001,
173173
impl_version: 0,
174174
apis: RUNTIME_API_VERSIONS,
175175
transaction_version: 15,

system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
179179
spec_name: Cow::Borrowed("bridge-hub-kusama"),
180180
impl_name: Cow::Borrowed("bridge-hub-kusama"),
181181
authoring_version: 1,
182-
spec_version: 1_007_000,
182+
spec_version: 1_007_001,
183183
impl_version: 0,
184184
apis: RUNTIME_API_VERSIONS,
185185
transaction_version: 5,

system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
209209
spec_name: Cow::Borrowed("bridge-hub-polkadot"),
210210
impl_name: Cow::Borrowed("bridge-hub-polkadot"),
211211
authoring_version: 1,
212-
spec_version: 1_007_000,
212+
spec_version: 1_007_001,
213213
impl_version: 0,
214214
apis: RUNTIME_API_VERSIONS,
215215
transaction_version: 4,

system-parachains/collectives/collectives-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_name: Cow::Borrowed("collectives"),
131131
impl_name: Cow::Borrowed("collectives"),
132132
authoring_version: 1,
133-
spec_version: 1_007_000,
133+
spec_version: 1_007_001,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 7,

0 commit comments

Comments
 (0)