Skip to content

Commit 0b3020a

Browse files
chore: remove temp migration and bump specVersion(111)
1 parent 7948a53 commit 0b3020a

File tree

3 files changed

+2
-85
lines changed

3 files changed

+2
-85
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub mod types;
3434
pub mod farm;
3535
pub mod grid_migration;
3636
pub mod interface;
37-
pub mod nodes_migration_v3;
3837
pub mod pub_config;
3938
pub mod pub_ip;
4039
pub mod twin;

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

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

substrate-node/runtime/src/lib.rs

Lines changed: 2 additions & 2 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: 110,
143+
spec_version: 111,
144144
impl_version: 1,
145145
apis: RUNTIME_API_VERSIONS,
146146
transaction_version: 2,
@@ -757,9 +757,9 @@ pub type Executive = frame_executive::Executive<
757757
Runtime,
758758
AllPalletsWithSystem,
759759
(
760+
migrations::CustomOnRuntimeUpgrades,
760761
pallet_smart_contract::contract_migration::v5::ContractMigrationV5<Runtime>,
761762
pallet_tfgrid::grid_migration::v9::GridMigration<Runtime>,
762-
pallet_tfgrid::nodes_migration_v3::v9patch::FixFarmNodeIndexMap<Runtime>,
763763
),
764764
>;
765765

0 commit comments

Comments
 (0)