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.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.2.4 ] 20.05.2024
88
99### Changed
1010
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
161161 spec_name : create_runtime_str ! ( "kusama" ) ,
162162 impl_name : create_runtime_str ! ( "parity-kusama" ) ,
163163 authoring_version : 2 ,
164- spec_version : 1_002_001 ,
164+ spec_version : 1_002_004 ,
165165 impl_version : 0 ,
166166 apis : RUNTIME_API_VERSIONS ,
167167 transaction_version : 25 ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
148148 spec_name : create_runtime_str ! ( "polkadot" ) ,
149149 impl_name : create_runtime_str ! ( "parity-polkadot" ) ,
150150 authoring_version : 0 ,
151- spec_version : 1_002_000 ,
151+ spec_version : 1_002_004 ,
152152 impl_version : 0 ,
153153 apis : RUNTIME_API_VERSIONS ,
154154 transaction_version : 25 ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
112112 spec_name : create_runtime_str ! ( "statemine" ) ,
113113 impl_name : create_runtime_str ! ( "statemine" ) ,
114114 authoring_version : 1 ,
115- spec_version : 1_002_000 ,
115+ spec_version : 1_002_004 ,
116116 impl_version : 0 ,
117117 apis : RUNTIME_API_VERSIONS ,
118118 transaction_version : 14 ,
@@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
128128 spec_name : create_runtime_str ! ( "statemine" ) ,
129129 impl_name : create_runtime_str ! ( "statemine" ) ,
130130 authoring_version : 1 ,
131- spec_version : 1_002_000 ,
131+ spec_version : 1_002_004 ,
132132 impl_version : 0 ,
133133 apis : RUNTIME_API_VERSIONS ,
134134 transaction_version : 14 ,
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146146 spec_name : create_runtime_str ! ( "statemint" ) ,
147147 impl_name : create_runtime_str ! ( "statemint" ) ,
148148 authoring_version : 1 ,
149- spec_version : 1_002_000 ,
149+ spec_version : 1_002_004 ,
150150 impl_version : 0 ,
151151 apis : RUNTIME_API_VERSIONS ,
152152 transaction_version : 14 ,
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164164 spec_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
165165 impl_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
166166 authoring_version : 1 ,
167- spec_version : 1_002_002 ,
167+ spec_version : 1_002_004 ,
168168 impl_version : 0 ,
169169 apis : RUNTIME_API_VERSIONS ,
170170 transaction_version : 4 ,
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
177177 spec_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
178178 impl_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
179179 authoring_version : 1 ,
180- spec_version : 1_002_002 ,
180+ spec_version : 1_002_004 ,
181181 impl_version : 0 ,
182182 apis : RUNTIME_API_VERSIONS ,
183183 transaction_version : 3 ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115115 spec_name : create_runtime_str ! ( "collectives" ) ,
116116 impl_name : create_runtime_str ! ( "collectives" ) ,
117117 authoring_version : 1 ,
118- spec_version : 1_002_000 ,
118+ spec_version : 1_002_004 ,
119119 impl_version : 0 ,
120120 apis : RUNTIME_API_VERSIONS ,
121121 transaction_version : 6 ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132 spec_name : create_runtime_str ! ( "coretime-kusama" ) ,
133133 impl_name : create_runtime_str ! ( "coretime-kusama" ) ,
134134 authoring_version : 1 ,
135- spec_version : 1_002_003 ,
135+ spec_version : 1_002_004 ,
136136 impl_version : 0 ,
137137 apis : RUNTIME_API_VERSIONS ,
138138 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
122122 spec_name : create_runtime_str ! ( "encointer-parachain" ) ,
123123 impl_name : create_runtime_str ! ( "encointer-parachain" ) ,
124124 authoring_version : 1 ,
125- spec_version : 1_002_000 ,
125+ spec_version : 1_002_004 ,
126126 impl_version : 1 ,
127127 apis : RUNTIME_API_VERSIONS ,
128128 transaction_version : 3 ,
You can’t perform that action at this time.
0 commit comments