Skip to content

Commit

Permalink
Remove temp endpoints (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Oct 26, 2023
1 parent 8964851 commit 550e5b4
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 551 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

148 changes: 0 additions & 148 deletions packages/helium-admin-cli/src/temp-claim-failed-claims.ts

This file was deleted.

62 changes: 0 additions & 62 deletions packages/helium-admin-cli/src/temp-repair-marker-sizes.ts

This file was deleted.

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

Expand Down
4 changes: 0 additions & 4 deletions programs/helium-entity-manager/src/instructions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ pub mod revoke_maker_v0;
pub mod revoke_program_v0;
pub mod set_entity_active_v0;
pub mod set_maker_tree_v0;
pub mod temp_backfill_mobile_info_data_v0;
pub mod temp_backfill_onboarding_fees_v0;
pub mod temp_pay_mobile_onboarding_fee_v0;
pub mod update_data_only_tree_v0;
pub mod update_iot_info_v0;
Expand All @@ -40,8 +38,6 @@ pub use revoke_maker_v0::*;
pub use revoke_program_v0::*;
pub use set_entity_active_v0::*;
pub use set_maker_tree_v0::*;
pub use temp_backfill_mobile_info_data_v0::*;
pub use temp_backfill_onboarding_fees_v0::*;
pub use temp_pay_mobile_onboarding_fee_v0::*;
pub use update_data_only_tree_v0::*;
pub use update_iot_info_v0::*;
Expand Down

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions programs/helium-entity-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,6 @@ pub mod helium_entity_manager {
set_entity_active_v0::handler(ctx, args)
}

pub fn temp_backfill_onboarding_fees_v0(
ctx: Context<TempBackfillOnboardingFeesV0>,
) -> Result<()> {
temp_backfill_onboarding_fees_v0::handler(ctx)
}

pub fn temp_backfill_mobile_info_data_v0(
ctx: Context<TempBackfillMobileInfoDataV0>,
) -> Result<()> {
temp_backfill_mobile_info_data_v0::handler(ctx)
}

pub fn temp_pay_mobile_onboarding_fee_v0(
ctx: Context<TempPayMobileOnboardingFeeV0>,
) -> Result<()> {
Expand Down
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.1.0"
version = "0.1.1"
description = "Created with Anchor"
edition = "2021"

Expand Down
Loading

0 comments on commit 550e5b4

Please sign in to comment.