Skip to content

Commit 3b18d94

Browse files
ggwpezseadanda
andauthored
Release 1.3.4 (#486)
Release for the updated inflation formula from #471 This release only affects the Polkadot runtime. --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Dónal Murray <[email protected]>
1 parent 21f767d commit 3b18d94

File tree

9 files changed

+102
-107
lines changed

9 files changed

+102
-107
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.3.4] 01.11.2024
88

99
### Changed
1010

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

relay/polkadot/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
160160
spec_name: create_runtime_str!("polkadot"),
161161
impl_name: create_runtime_str!("parity-polkadot"),
162162
authoring_version: 0,
163-
spec_version: 1_003_003,
163+
spec_version: 1_003_004,
164164
impl_version: 0,
165165
apis: RUNTIME_API_VERSIONS,
166166
transaction_version: 26,

relay/polkadot/src/weights/pallet_message_queue.rs

+29-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
121121
spec_name: create_runtime_str!("statemine"),
122122
impl_name: create_runtime_str!("statemine"),
123123
authoring_version: 1,
124-
spec_version: 1_003_003,
124+
spec_version: 1_003_004,
125125
impl_version: 0,
126126
apis: RUNTIME_API_VERSIONS,
127127
transaction_version: 15,
@@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
137137
spec_name: create_runtime_str!("statemine"),
138138
impl_name: create_runtime_str!("statemine"),
139139
authoring_version: 1,
140-
spec_version: 1_003_003,
140+
spec_version: 1_003_004,
141141
impl_version: 0,
142142
apis: RUNTIME_API_VERSIONS,
143143
transaction_version: 15,

system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_message_queue.rs

+31-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
spec_name: create_runtime_str!("statemint"),
156156
impl_name: create_runtime_str!("statemint"),
157157
authoring_version: 1,
158-
spec_version: 1_003_003,
158+
spec_version: 1_003_004,
159159
impl_version: 0,
160160
apis: RUNTIME_API_VERSIONS,
161161
transaction_version: 15,

0 commit comments

Comments
 (0)