Skip to content

Commit

Permalink
FEAT: Add type int32 in outGoingBridgeData.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Feb 18, 2025
1 parent 319ecbe commit 37e7f81
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 47 deletions.
91 changes: 50 additions & 41 deletions data/sovereign/outGoingBridgeData.pb.go

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

13 changes: 7 additions & 6 deletions data/sovereign/outGoingBridgeData.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ message BridgeOperations {
}

message BridgeOutGoingData {
bytes Hash = 1;
repeated OutGoingOperation OutGoingOperations = 2;
bytes AggregatedSignature = 3;
bytes LeaderSignature = 4;
bytes PubKeysBitmap = 5;
uint32 Epoch = 6;
int32 Type = 1;
bytes Hash = 2;
repeated OutGoingOperation OutGoingOperations = 3;
bytes AggregatedSignature = 4;
bytes LeaderSignature = 5;
bytes PubKeysBitmap = 6;
uint32 Epoch = 7;
}

message OutGoingOperation {
Expand Down

0 comments on commit 37e7f81

Please sign in to comment.