Skip to content

Commit 19491b2

Browse files
chore: remove some migration and bump specVersion(109)
1 parent b33137a commit 19491b2

File tree

4 files changed

+1
-167
lines changed

4 files changed

+1
-167
lines changed

substrate-node/pallets/pallet-tfgrid/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ pub mod types;
3434
pub mod farm;
3535
pub mod grid_migration;
3636
pub mod interface;
37-
pub mod nodes_migration;
38-
pub mod nodes_migration_v2;
3937
pub mod pub_config;
4038
pub mod pub_ip;
4139
pub mod twin;

substrate-node/pallets/pallet-tfgrid/src/nodes_migration.rs

Lines changed: 0 additions & 80 deletions
This file was deleted.

substrate-node/pallets/pallet-tfgrid/src/nodes_migration_v2.rs

Lines changed: 0 additions & 82 deletions
This file was deleted.

substrate-node/runtime/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
140140
spec_name: create_runtime_str!("substrate-threefold"),
141141
impl_name: create_runtime_str!("substrate-threefold"),
142142
authoring_version: 1,
143-
spec_version: 108,
143+
spec_version: 109,
144144
impl_version: 1,
145145
apis: RUNTIME_API_VERSIONS,
146146
transaction_version: 2,
@@ -760,8 +760,6 @@ pub type Executive = frame_executive::Executive<
760760
migrations::CustomOnRuntimeUpgrades,
761761
pallet_smart_contract::contract_migration::v5::ContractMigrationV5<Runtime>,
762762
pallet_tfgrid::grid_migration::v7::GridMigration<Runtime>,
763-
pallet_tfgrid::nodes_migration::v7patch::NodesMigration<Runtime>,
764-
pallet_tfgrid::nodes_migration_v2::v8patch::FixFarmNodeIndexMap<Runtime>,
765763
),
766764
>;
767765

0 commit comments

Comments
 (0)