File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
collectives/collectives-polkadot/src
gluttons/glutton-kusama/src Expand file tree Collapse file tree 9 files changed +18
-18
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.1.0 ] 10.01.2024
88
99### Changed
1010
Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
149149 spec_name : create_runtime_str ! ( "kusama" ) ,
150150 impl_name : create_runtime_str ! ( "parity-kusama" ) ,
151151 authoring_version : 2 ,
152- spec_version : 1_000_001 ,
152+ spec_version : 1_001_000 ,
153153 impl_version : 0 ,
154154 apis : RUNTIME_API_VERSIONS ,
155- transaction_version : 24 ,
155+ transaction_version : 25 ,
156156 state_version : 1 ,
157157} ;
158158
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144144 spec_name : create_runtime_str ! ( "polkadot" ) ,
145145 impl_name : create_runtime_str ! ( "parity-polkadot" ) ,
146146 authoring_version : 0 ,
147- spec_version : 1_000_001 ,
147+ spec_version : 1_001_000 ,
148148 impl_version : 0 ,
149149 apis : RUNTIME_API_VERSIONS ,
150- transaction_version : 24 ,
150+ transaction_version : 25 ,
151151 state_version : 0 ,
152152} ;
153153
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113113 spec_name : create_runtime_str ! ( "statemine" ) ,
114114 impl_name : create_runtime_str ! ( "statemine" ) ,
115115 authoring_version : 1 ,
116- spec_version : 1_000_000 ,
116+ spec_version : 1_001_000 ,
117117 impl_version : 0 ,
118118 apis : RUNTIME_API_VERSIONS ,
119- transaction_version : 13 ,
119+ transaction_version : 14 ,
120120 state_version : 1 ,
121121} ;
122122
@@ -129,10 +129,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129129 spec_name : create_runtime_str ! ( "statemine" ) ,
130130 impl_name : create_runtime_str ! ( "statemine" ) ,
131131 authoring_version : 1 ,
132- spec_version : 1_000_000 ,
132+ spec_version : 1_001_000 ,
133133 impl_version : 0 ,
134134 apis : RUNTIME_API_VERSIONS ,
135- transaction_version : 13 ,
135+ transaction_version : 14 ,
136136 state_version : 0 ,
137137} ;
138138
Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
141141 spec_name : create_runtime_str ! ( "statemint" ) ,
142142 impl_name : create_runtime_str ! ( "statemint" ) ,
143143 authoring_version : 1 ,
144- spec_version : 1_000_000 ,
144+ spec_version : 1_001_000 ,
145145 impl_version : 0 ,
146146 apis : RUNTIME_API_VERSIONS ,
147- transaction_version : 13 ,
147+ transaction_version : 14 ,
148148 state_version : 0 ,
149149} ;
150150
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144144 spec_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
145145 impl_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
146146 authoring_version : 1 ,
147- spec_version : 1_000_000 ,
147+ spec_version : 1_001_000 ,
148148 impl_version : 0 ,
149149 apis : RUNTIME_API_VERSIONS ,
150- transaction_version : 3 ,
150+ transaction_version : 4 ,
151151 state_version : 1 ,
152152} ;
153153
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144144 spec_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
145145 impl_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
146146 authoring_version : 1 ,
147- spec_version : 1_000_000 ,
147+ spec_version : 1_001_000 ,
148148 impl_version : 0 ,
149149 apis : RUNTIME_API_VERSIONS ,
150- transaction_version : 2 ,
150+ transaction_version : 3 ,
151151 state_version : 1 ,
152152} ;
153153
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113113 spec_name : create_runtime_str ! ( "collectives" ) ,
114114 impl_name : create_runtime_str ! ( "collectives" ) ,
115115 authoring_version : 1 ,
116- spec_version : 1_000_000 ,
116+ spec_version : 1_001_000 ,
117117 impl_version : 0 ,
118118 apis : RUNTIME_API_VERSIONS ,
119- transaction_version : 5 ,
119+ transaction_version : 6 ,
120120 state_version : 0 ,
121121} ;
122122
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8888 spec_name : create_runtime_str ! ( "glutton" ) ,
8989 impl_name : create_runtime_str ! ( "glutton" ) ,
9090 authoring_version : 1 ,
91- spec_version : 1_000_000 ,
91+ spec_version : 1_001_000 ,
9292 impl_version : 0 ,
9393 apis : RUNTIME_API_VERSIONS ,
9494 transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments