Skip to content

Commit

Permalink
FEAT: Add aggregated and leader signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Nov 27, 2023
1 parent 72ed699 commit a96f40e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 22 deletions.
60 changes: 39 additions & 21 deletions data/sovereign/outGoingBridgeData.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion data/sovereign/outGoingBridgeData.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ message BridgeOperations {
}

message BridgeOutGoingData {
bytes Hash = 1;
bytes Hash = 1;
map<string, bytes> OutGoingOperations = 2;
bytes AggregatedSignature = 3;
bytes LeaderSignature = 4;
}

message BridgeOperationsResponse {
Expand Down

0 comments on commit a96f40e

Please sign in to comment.