Skip to content

Commit

Permalink
add oracle_boosted_hex_status field
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Dec 6, 2024
1 parent 103a05f commit e4e6025
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,11 @@ enum sp_boosted_hex_status {
sp_boosted_hex_status_service_provider_ban = 3;
sp_boosted_hex_status_average_asserted_distance_over_limit = 4;
}

enum oracle_boosted_hex_status {
oracle_boosted_hex_status_eligible = 0;
oracle_boosted_hex_status_banned = 1;
oracle_boosted_hex_status_qualified = 2;
}

message radio_reward_v2 {
Expand Down Expand Up @@ -670,6 +675,9 @@ message radio_reward_v2 {

// average speedtests result
speedtest speedtest_average = 17;

// eligibility of radio to earn oracle boosted rewards
oracle_boosted_hex_status oracle_boosted_hex_status = 18;
}

message boosted_hex {
Expand Down

0 comments on commit e4e6025

Please sign in to comment.