Skip to content

Commit

Permalink
Remove poc_keys from block proto
Browse files Browse the repository at this point in the history
- Additionally, remove empty msg from gateway proto and use empty
  gateway_success_resp msg
  • Loading branch information
vihu authored and madninja committed Apr 7, 2022
1 parent e74892b commit 8592a4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions src/blockchain_block_v1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ message blockchain_seen_vote_v1 {
bytes vector = 2;
}

message blockchain_poc_key {
bytes address = 1;
bytes key = 2;
}

message blockchain_block_v1 {
bytes prev_hash = 1;
uint64 height = 2;
Expand All @@ -31,5 +26,4 @@ message blockchain_block_v1 {
bytes bba_completion = 11;
bytes snapshot_hash = 12;
repeated bytes rescue_signatures = 13;
repeated blockchain_poc_key poc_keys = 14;
}
7 changes: 1 addition & 6 deletions src/service/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ enum close_state {

/* general */

message empty {}

message gateway_success_resp {
bytes resp = 1;
bytes details = 2;
}
message gateway_success_resp {}

message gateway_error_resp {
bytes error = 1;
Expand Down

0 comments on commit 8592a4a

Please sign in to comment.