Skip to content

Commit

Permalink
Add gateway_info_stream_res_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Nov 22, 2024
1 parent e7daf98 commit b0621fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ message gateway_info_stream_res_v1 {
bytes signature = 4;
}

message gateway_info_stream_res_v2 {
// a list of gateway info numbering up to the request batch size
repeated gateway_info_v2 gateways = 1;
// unix epoch timestamp in seconds
uint64 timestamp = 2;
// pubkey binary of the signing keypair
bytes signer = 3;
bytes signature = 4;
}

message entity_verify_req_v1 {
// binary identifier of the entity
bytes entity_id = 1;
Expand Down

0 comments on commit b0621fb

Please sign in to comment.