File tree 5 files changed +5
-22
lines changed
5 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
spec_name : create_runtime_str ! ( "heiko" ) ,
181
181
impl_name : create_runtime_str ! ( "heiko" ) ,
182
182
authoring_version : 1 ,
183
- spec_version : 206 ,
183
+ spec_version : 207 ,
184
184
impl_version : 33 ,
185
185
apis : RUNTIME_API_VERSIONS ,
186
186
transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
spec_name : create_runtime_str ! ( "kerria" ) ,
181
181
impl_name : create_runtime_str ! ( "kerria" ) ,
182
182
authoring_version : 1 ,
183
- spec_version : 206 ,
183
+ spec_version : 207 ,
184
184
impl_version : 33 ,
185
185
apis : RUNTIME_API_VERSIONS ,
186
186
transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
185
185
spec_name : create_runtime_str ! ( "parallel" ) ,
186
186
impl_name : create_runtime_str ! ( "parallel" ) ,
187
187
authoring_version : 1 ,
188
- spec_version : 206 ,
188
+ spec_version : 207 ,
189
189
impl_version : 33 ,
190
190
apis : RUNTIME_API_VERSIONS ,
191
191
transaction_version : 17 ,
@@ -2134,23 +2134,6 @@ impl fp_self_contained::SelfContainedCall for RuntimeCall {
2134
2134
}
2135
2135
}
2136
2136
2137
- pub struct CrowdloansMigrationV3 ;
2138
- impl OnRuntimeUpgrade for CrowdloansMigrationV3 {
2139
- fn on_runtime_upgrade ( ) -> frame_support:: weights:: Weight {
2140
- pallet_crowdloans:: migrations:: v3:: migrate :: < Runtime > ( )
2141
- }
2142
-
2143
- #[ cfg( feature = "try-runtime" ) ]
2144
- fn pre_upgrade ( ) -> Result < Vec < u8 > , & ' static str > {
2145
- pallet_crowdloans:: migrations:: v3:: pre_migrate :: < Runtime > ( )
2146
- }
2147
-
2148
- #[ cfg( feature = "try-runtime" ) ]
2149
- fn post_upgrade ( _: Vec < u8 > ) -> Result < ( ) , & ' static str > {
2150
- pallet_crowdloans:: migrations:: v3:: post_migrate :: < Runtime > ( )
2151
- }
2152
- }
2153
-
2154
2137
impl_runtime_apis ! {
2155
2138
impl sp_consensus_aura:: AuraApi <Block , AuraId > for Runtime {
2156
2139
fn slot_duration( ) -> sp_consensus_aura:: SlotDuration {
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
spec_name : create_runtime_str ! ( "vanilla" ) ,
181
181
impl_name : create_runtime_str ! ( "vanilla" ) ,
182
182
authoring_version : 1 ,
183
- spec_version : 206 ,
183
+ spec_version : 207 ,
184
184
impl_version : 33 ,
185
185
apis : RUNTIME_API_VERSIONS ,
186
186
transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ VOLUME="chains"
20
20
NODE_KEY=" $1 "
21
21
KEYSTORE_PATH=" $2 "
22
22
NODE_NAME=" $3 "
23
- DOCKER_IMAGE=" parallelfinance/parallel:v2.0.6 "
23
+ DOCKER_IMAGE=" parallelfinance/parallel:v2.0.7 "
24
24
BASE_PATH=" /data"
25
25
26
26
if [ $# -lt 3 ]; then
You can’t perform that action at this time.
0 commit comments