Skip to content

Commit e3e377f

Browse files
committed
Remove owner hparam to epochs migration
1 parent c368318 commit e3e377f

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

pallets/subtensor/src/macros/hooks.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ mod hooks {
138138
.saturating_add(migrations::migrate_fix_root_tao_and_alpha_in::migrate_fix_root_tao_and_alpha_in::<T>())
139139
// Migrate last block rate limiting storage items
140140
.saturating_add(migrations::migrate_rate_limiting_last_blocks::migrate_obsolete_rate_limiting_last_blocks_storage::<T>())
141-
// Remove deprecated OwnerHyperparamRateLimit storage item
142-
.saturating_add(migrations::migrate_owner_hparam_rl_to_epochs::migrate_owner_hyperparam_rl_to_epochs::<T>())
143141
// Migrate remove network modality
144142
.saturating_add(migrations::migrate_remove_network_modality::migrate_remove_network_modality::<T>());
145143
weight

pallets/subtensor/src/migrations/migrate_owner_hparam_rl_to_epochs.rs

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

pallets/subtensor/src/migrations/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub mod migrate_fix_root_tao_and_alpha_in;
2020
pub mod migrate_identities_v2;
2121
pub mod migrate_init_total_issuance;
2222
pub mod migrate_orphaned_storage_items;
23-
pub mod migrate_owner_hparam_rl_to_epochs;
2423
pub mod migrate_populate_owned_hotkeys;
2524
pub mod migrate_rao;
2625
pub mod migrate_rate_limiting_last_blocks;

0 commit comments

Comments
 (0)