File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed
collectives/collectives-polkadot/src
coretime/coretime-kusama/src
gluttons/glutton-kusama/src Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 1.2.4 ] 20.05.2024
8
8
9
9
### Changed
10
10
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
161
161
spec_name : create_runtime_str ! ( "kusama" ) ,
162
162
impl_name : create_runtime_str ! ( "parity-kusama" ) ,
163
163
authoring_version : 2 ,
164
- spec_version : 1_002_001 ,
164
+ spec_version : 1_002_004 ,
165
165
impl_version : 0 ,
166
166
apis : RUNTIME_API_VERSIONS ,
167
167
transaction_version : 25 ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
148
148
spec_name : create_runtime_str ! ( "polkadot" ) ,
149
149
impl_name : create_runtime_str ! ( "parity-polkadot" ) ,
150
150
authoring_version : 0 ,
151
- spec_version : 1_002_000 ,
151
+ spec_version : 1_002_004 ,
152
152
impl_version : 0 ,
153
153
apis : RUNTIME_API_VERSIONS ,
154
154
transaction_version : 25 ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
112
112
spec_name : create_runtime_str ! ( "statemine" ) ,
113
113
impl_name : create_runtime_str ! ( "statemine" ) ,
114
114
authoring_version : 1 ,
115
- spec_version : 1_002_000 ,
115
+ spec_version : 1_002_004 ,
116
116
impl_version : 0 ,
117
117
apis : RUNTIME_API_VERSIONS ,
118
118
transaction_version : 14 ,
@@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
128
128
spec_name : create_runtime_str ! ( "statemine" ) ,
129
129
impl_name : create_runtime_str ! ( "statemine" ) ,
130
130
authoring_version : 1 ,
131
- spec_version : 1_002_000 ,
131
+ spec_version : 1_002_004 ,
132
132
impl_version : 0 ,
133
133
apis : RUNTIME_API_VERSIONS ,
134
134
transaction_version : 14 ,
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146
146
spec_name : create_runtime_str ! ( "statemint" ) ,
147
147
impl_name : create_runtime_str ! ( "statemint" ) ,
148
148
authoring_version : 1 ,
149
- spec_version : 1_002_000 ,
149
+ spec_version : 1_002_004 ,
150
150
impl_version : 0 ,
151
151
apis : RUNTIME_API_VERSIONS ,
152
152
transaction_version : 14 ,
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164
164
spec_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
165
165
impl_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
166
166
authoring_version : 1 ,
167
- spec_version : 1_002_002 ,
167
+ spec_version : 1_002_004 ,
168
168
impl_version : 0 ,
169
169
apis : RUNTIME_API_VERSIONS ,
170
170
transaction_version : 4 ,
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
177
177
spec_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
178
178
impl_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
179
179
authoring_version : 1 ,
180
- spec_version : 1_002_002 ,
180
+ spec_version : 1_002_004 ,
181
181
impl_version : 0 ,
182
182
apis : RUNTIME_API_VERSIONS ,
183
183
transaction_version : 3 ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115
115
spec_name : create_runtime_str ! ( "collectives" ) ,
116
116
impl_name : create_runtime_str ! ( "collectives" ) ,
117
117
authoring_version : 1 ,
118
- spec_version : 1_002_000 ,
118
+ spec_version : 1_002_004 ,
119
119
impl_version : 0 ,
120
120
apis : RUNTIME_API_VERSIONS ,
121
121
transaction_version : 6 ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132
132
spec_name : create_runtime_str ! ( "coretime-kusama" ) ,
133
133
impl_name : create_runtime_str ! ( "coretime-kusama" ) ,
134
134
authoring_version : 1 ,
135
- spec_version : 1_002_003 ,
135
+ spec_version : 1_002_004 ,
136
136
impl_version : 0 ,
137
137
apis : RUNTIME_API_VERSIONS ,
138
138
transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
122
122
spec_name : create_runtime_str ! ( "encointer-parachain" ) ,
123
123
impl_name : create_runtime_str ! ( "encointer-parachain" ) ,
124
124
authoring_version : 1 ,
125
- spec_version : 1_002_000 ,
125
+ spec_version : 1_002_004 ,
126
126
impl_version : 1 ,
127
127
apis : RUNTIME_API_VERSIONS ,
128
128
transaction_version : 3 ,
You can’t perform that action at this time.
0 commit comments