File tree 5 files changed +7
-11
lines changed
5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: substrate-node
3
3
description : Tfchain node
4
4
type : application
5
5
version : 0.3.0
6
- appVersion : ' 2.3 .0-rc8 '
6
+ appVersion : ' 2.4 .0-rc1 '
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev'
7
7
license = ' Unlicense'
8
8
name = ' tfchain'
9
9
repository = ' https://github.com/substrate-developer-hub/substrate-node-template/'
10
- version = ' 2.3 .0-rc8 '
10
+ version = ' 2.4 .0-rc1 '
11
11
12
12
[[bin ]]
13
13
name = ' tfchain'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage = 'https://substrate.dev'
5
5
license = ' Unlicense'
6
6
name = ' tfchain-runtime'
7
7
repository = ' https://github.com/substrate-developer-hub/substrate-node-template/'
8
- version = ' 2.3 .0-rc8 '
8
+ version = ' 2.4 .0-rc1 '
9
9
10
10
[package .metadata .docs .rs ]
11
11
targets = [' x86_64-unknown-linux-gnu' ]
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
147
147
spec_name : create_runtime_str ! ( "substrate-threefold" ) ,
148
148
impl_name : create_runtime_str ! ( "substrate-threefold" ) ,
149
149
authoring_version : 1 ,
150
- spec_version : 131 ,
150
+ spec_version : 132 ,
151
151
impl_version : 1 ,
152
152
apis : RUNTIME_API_VERSIONS ,
153
153
transaction_version : 2 ,
@@ -765,11 +765,7 @@ pub type Executive = frame_executive::Executive<
765
765
766
766
// All migrations executed on runtime upgrade as a nested tuple of types implementing
767
767
// `OnRuntimeUpgrade`.
768
- type Migrations = (
769
- pallet_tfgrid:: migrations:: v14:: FixFarmingPoliciesMap < Runtime > ,
770
- migrations:: tfgrid_v15_smart_contract_v8:: Migrate < Runtime > ,
771
- pallet_smart_contract:: migrations:: v9:: CleanBillingLoop < Runtime > ,
772
- ) ;
768
+ type Migrations = ( pallet_smart_contract:: migrations:: v9:: CleanBillingLoop < Runtime > , ) ;
773
769
774
770
// follows Substrate's non destructive way of eliminating otherwise required
775
771
// repetion: https://github.com/paritytech/substrate/pull/10592
You can’t perform that action at this time.
0 commit comments