File tree 9 files changed +18
-18
lines changed
collectives/collectives-polkadot/src
gluttons/glutton-kusama/src
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.
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.1.0 ] 10.01.2024
8
8
9
9
### Changed
10
10
Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
149
149
spec_name : create_runtime_str ! ( "kusama" ) ,
150
150
impl_name : create_runtime_str ! ( "parity-kusama" ) ,
151
151
authoring_version : 2 ,
152
- spec_version : 1_000_001 ,
152
+ spec_version : 1_001_000 ,
153
153
impl_version : 0 ,
154
154
apis : RUNTIME_API_VERSIONS ,
155
- transaction_version : 24 ,
155
+ transaction_version : 25 ,
156
156
state_version : 1 ,
157
157
} ;
158
158
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144
144
spec_name : create_runtime_str ! ( "polkadot" ) ,
145
145
impl_name : create_runtime_str ! ( "parity-polkadot" ) ,
146
146
authoring_version : 0 ,
147
- spec_version : 1_000_001 ,
147
+ spec_version : 1_001_000 ,
148
148
impl_version : 0 ,
149
149
apis : RUNTIME_API_VERSIONS ,
150
- transaction_version : 24 ,
150
+ transaction_version : 25 ,
151
151
state_version : 0 ,
152
152
} ;
153
153
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113
113
spec_name : create_runtime_str ! ( "statemine" ) ,
114
114
impl_name : create_runtime_str ! ( "statemine" ) ,
115
115
authoring_version : 1 ,
116
- spec_version : 1_000_000 ,
116
+ spec_version : 1_001_000 ,
117
117
impl_version : 0 ,
118
118
apis : RUNTIME_API_VERSIONS ,
119
- transaction_version : 13 ,
119
+ transaction_version : 14 ,
120
120
state_version : 1 ,
121
121
} ;
122
122
@@ -129,10 +129,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129
129
spec_name : create_runtime_str ! ( "statemine" ) ,
130
130
impl_name : create_runtime_str ! ( "statemine" ) ,
131
131
authoring_version : 1 ,
132
- spec_version : 1_000_000 ,
132
+ spec_version : 1_001_000 ,
133
133
impl_version : 0 ,
134
134
apis : RUNTIME_API_VERSIONS ,
135
- transaction_version : 13 ,
135
+ transaction_version : 14 ,
136
136
state_version : 0 ,
137
137
} ;
138
138
Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
141
141
spec_name : create_runtime_str ! ( "statemint" ) ,
142
142
impl_name : create_runtime_str ! ( "statemint" ) ,
143
143
authoring_version : 1 ,
144
- spec_version : 1_000_000 ,
144
+ spec_version : 1_001_000 ,
145
145
impl_version : 0 ,
146
146
apis : RUNTIME_API_VERSIONS ,
147
- transaction_version : 13 ,
147
+ transaction_version : 14 ,
148
148
state_version : 0 ,
149
149
} ;
150
150
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144
144
spec_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
145
145
impl_name : create_runtime_str ! ( "bridge-hub-kusama" ) ,
146
146
authoring_version : 1 ,
147
- spec_version : 1_000_000 ,
147
+ spec_version : 1_001_000 ,
148
148
impl_version : 0 ,
149
149
apis : RUNTIME_API_VERSIONS ,
150
- transaction_version : 3 ,
150
+ transaction_version : 4 ,
151
151
state_version : 1 ,
152
152
} ;
153
153
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144
144
spec_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
145
145
impl_name : create_runtime_str ! ( "bridge-hub-polkadot" ) ,
146
146
authoring_version : 1 ,
147
- spec_version : 1_000_000 ,
147
+ spec_version : 1_001_000 ,
148
148
impl_version : 0 ,
149
149
apis : RUNTIME_API_VERSIONS ,
150
- transaction_version : 2 ,
150
+ transaction_version : 3 ,
151
151
state_version : 1 ,
152
152
} ;
153
153
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113
113
spec_name : create_runtime_str ! ( "collectives" ) ,
114
114
impl_name : create_runtime_str ! ( "collectives" ) ,
115
115
authoring_version : 1 ,
116
- spec_version : 1_000_000 ,
116
+ spec_version : 1_001_000 ,
117
117
impl_version : 0 ,
118
118
apis : RUNTIME_API_VERSIONS ,
119
- transaction_version : 5 ,
119
+ transaction_version : 6 ,
120
120
state_version : 0 ,
121
121
} ;
122
122
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
88
88
spec_name : create_runtime_str ! ( "glutton" ) ,
89
89
impl_name : create_runtime_str ! ( "glutton" ) ,
90
90
authoring_version : 1 ,
91
- spec_version : 1_000_000 ,
91
+ spec_version : 1_001_000 ,
92
92
impl_version : 0 ,
93
93
apis : RUNTIME_API_VERSIONS ,
94
94
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments