Skip to content

Commit

Permalink
add boost config pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 30, 2024
1 parent 2dbe3cd commit a4e6710
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/hex_boosting.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package helium;

import "service_provider.proto";

message boosted_hex_info_v1 {
// The res12 h3 index of the boosted hex
uint64 location = 1;
Expand All @@ -19,13 +17,13 @@ message boosted_hex_info_v1 {
// the multipliers valid for this hex
// for each period
repeated uint32 multipliers = 5;
// the onchain pubkey of the boost config
bytes boost_config_pubkey = 6;
}

message boosted_hex_update_v1 {
// Unix timestamp in seconds the hex was updated
uint64 timestamp = 1;
// Details of the updated hex
boosted_hex_info_v1 update = 2;
// onchain txn id of the update
string txn_id = 3;
}

0 comments on commit a4e6710

Please sign in to comment.