File tree 4 files changed +1
-167
lines changed
pallets/pallet-tfgrid/src
4 files changed +1
-167
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ pub mod types;
34
34
pub mod farm;
35
35
pub mod grid_migration;
36
36
pub mod interface;
37
- pub mod nodes_migration;
38
- pub mod nodes_migration_v2;
39
37
pub mod pub_config;
40
38
pub mod pub_ip;
41
39
pub mod twin;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
140
140
spec_name : create_runtime_str ! ( "substrate-threefold" ) ,
141
141
impl_name : create_runtime_str ! ( "substrate-threefold" ) ,
142
142
authoring_version : 1 ,
143
- spec_version : 108 ,
143
+ spec_version : 109 ,
144
144
impl_version : 1 ,
145
145
apis : RUNTIME_API_VERSIONS ,
146
146
transaction_version : 2 ,
@@ -760,8 +760,6 @@ pub type Executive = frame_executive::Executive<
760
760
migrations:: CustomOnRuntimeUpgrades ,
761
761
pallet_smart_contract:: contract_migration:: v5:: ContractMigrationV5 < Runtime > ,
762
762
pallet_tfgrid:: grid_migration:: v7:: GridMigration < Runtime > ,
763
- pallet_tfgrid:: nodes_migration:: v7patch:: NodesMigration < Runtime > ,
764
- pallet_tfgrid:: nodes_migration_v2:: v8patch:: FixFarmNodeIndexMap < Runtime > ,
765
763
) ,
766
764
> ;
767
765
You can’t perform that action at this time.
0 commit comments