Skip to content

Commit

Permalink
Merge pull request #244 from multiversx/extend-ourport-structure-with…
Browse files Browse the repository at this point in the history
…-shard-id

Extend ourport structures with shard
  • Loading branch information
miiu96 authored Aug 10, 2023
2 parents 8ec78ab + a34bd6d commit a72af3e
Show file tree
Hide file tree
Showing 4 changed files with 658 additions and 208 deletions.
72 changes: 57 additions & 15 deletions data/outport/config.pb.go

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

3 changes: 2 additions & 1 deletion data/outport/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ option (gogoproto.stable_marshaler_all) = true;
import "github.com/gogo/protobuf/gogoproto/gogo.proto";

message OutportConfig {
bool IsInImportDBMode = 1 [(gogoproto.jsontag) = "isInImportDBMode"];
uint32 ShardID = 1 [(gogoproto.jsontag) = "shardID"];
bool IsInImportDBMode = 2 [(gogoproto.jsontag) = "isInImportDBMode"];
}
Loading

0 comments on commit a72af3e

Please sign in to comment.