Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Jan 22, 2025
1 parent 2739b53 commit 0a87b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion coverage_point_calculator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
//!
//! - [SPBoostedRewardEligibility]
//! - Radio must pass at least 1mb of data from 3 unique phones [HIP-84][provider-boosting]
//! - Service Provider can invalidate boosted rewards of a hotspot [HIP-125][provider-banning]
//! - Radio must serve >25 unique connections on a rolling 7-day window [HIP-140][sp-boost-qualifiers]
//! - [@deprecated] Service Provider can invalidate boosted rewards of a hotspot [HIP-125][provider-banning]
//!
//! - [OracleBoostingStatus]
//! - Eligible: Radio is eligible for normal oracle boosting multipliers
Expand All @@ -69,6 +70,7 @@
//! [provider-banning]: https://github.com/helium/HIP/blob/main/0125-temporary-anti-gaming-measures-for-boosted-hexes.md
//! [anti-gaming]: https://github.com/helium/HIP/blob/main/0131-bridging-gap-between-verification-mappers-and-anti-gaming-measures.md
//! [carrier-offload]: https://github.com/helium/HIP/blob/main/0134-reward-mobile-carrier-offload-hotspots.md
//! [sp-boost-qualifiers]: https://github.com/helium/HIP/blob/main/0140-adjust-service-provider-boost-qualifiers.md
//!
pub use crate::{
hexes::{CoveredHex, HexPoints},
Expand Down
2 changes: 0 additions & 2 deletions mobile_verifier/tests/integrations/hex_boosting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,6 @@ async fn test_poc_with_cbrs_and_multi_coverage_boosted_hexes(pool: PgPool) -> an
// assert the number of boosted hexes for each radio
assert_eq!(1, hotspot_2.boosted_hexes_len());
assert_eq!(2, hotspot_1.boosted_hexes_len());
// hotspot 3 has 1 boosted hex at 1x, it does not effect rewards, but all
// covered hexes are reported with their corresponding boost values.
// hotspot 3 is CBRS and is no longer eligible for boosted rewards according
// to HIP-140
assert_eq!(0, hotspot_3.boosted_hexes_len());
Expand Down

0 comments on commit 0a87b60

Please sign in to comment.