Skip to content

Commit

Permalink
Remove temporary endpoints for 138 (#803)
Browse files Browse the repository at this point in the history
* Remove temporary endpoints for 138

* Bump cargo
  • Loading branch information
ChewingGlass authored Jan 31, 2025
1 parent 9d70388 commit c27321b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 375 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 0 additions & 67 deletions packages/helium-admin-cli/src/fix-claimed-epochs.ts

This file was deleted.

223 changes: 0 additions & 223 deletions packages/helium-admin-cli/src/migrate-to-hip-138.ts

This file was deleted.

2 changes: 1 addition & 1 deletion programs/helium-sub-daos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "helium-sub-daos"
version = "0.2.6"
version = "0.2.7"
description = "Created with Anchor"
edition = "2021"

Expand Down
4 changes: 0 additions & 4 deletions programs/helium-sub-daos/src/instructions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ pub mod initialize_hnt_delegator_pool;
pub mod initialize_sub_dao_v0;
pub mod issue_rewards_v0;
pub mod switch_mobile_ops_fund;
pub mod temp_fix_claimed_epoch;
pub mod temp_resize_account;
pub mod temp_update_sub_dao_epoch_info;
pub mod track_dc_burn_v0;
pub mod track_dc_onboarding_fees_v0;
Expand All @@ -25,8 +23,6 @@ pub use initialize_hnt_delegator_pool::*;
pub use initialize_sub_dao_v0::*;
pub use issue_rewards_v0::*;
pub use switch_mobile_ops_fund::*;
pub use temp_fix_claimed_epoch::*;
pub use temp_resize_account::*;
pub use temp_update_sub_dao_epoch_info::*;
pub use track_dc_burn_v0::*;
pub use track_dc_onboarding_fees_v0::*;
Expand Down

This file was deleted.

48 changes: 0 additions & 48 deletions programs/helium-sub-daos/src/instructions/temp_resize_account.rs

This file was deleted.

Loading

0 comments on commit c27321b

Please sign in to comment.