Skip to content

Commit

Permalink
Update bantype in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Aug 29, 2024
1 parent 80e529d commit 2ba02f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,14 @@ message service_provider_boosted_rewards_banned_radio_req_v1 {
unbanned = 0;
no_network_correlation = 1;
}

enum sp_boosted_rewards_banned_radio_ban_type {
// banned from earning boosted rewards from service provider hex boosting
boosted_hex = 0;
// banned from earning any PoC
poc = 1;
}

// pubkey of signer
bytes pubkey = 1;
oneof key_type {
Expand All @@ -766,6 +774,8 @@ message service_provider_boosted_rewards_banned_radio_req_v1 {
// Timestamp in seconds since epoch of when ban ends
uint64 until = 5;
bytes signature = 6;

sp_boosted_rewards_banned_radio_ban_type ban_type = 7;
}

message service_provider_boosted_rewards_banned_radio_resp_v1 { string id = 1; }
Expand Down

0 comments on commit 2ba02f8

Please sign in to comment.