Skip to content

Commit

Permalink
Remove bits_per_label
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Aug 5, 2024
1 parent befcdda commit 805253b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 45 deletions.
67 changes: 28 additions & 39 deletions release/go/spacemesh/v2alpha1/network.pb.go

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

4 changes: 0 additions & 4 deletions release/openapi/swagger/src/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,6 @@
"spacemeshv2alpha1NetworkInfoResponse": {
"type": "object",
"properties": {
"bitsPerLabel": {
"type": "integer",
"format": "int64"
},
"effectiveGenesisLayer": {
"type": "integer",
"format": "int64",
Expand Down
3 changes: 1 addition & 2 deletions spacemesh/v2alpha1/network.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ message NetworkInfoResponse {
string hrp = 5;
uint32 effective_genesis_layer = 6; // effective genesis layer, i.e., first layer after genesis initialization period
uint32 layers_per_epoch = 7; // number of layers per epoch
uint32 bits_per_label = 8;
uint64 labels_per_unit = 9;
uint64 labels_per_unit = 8;
}

message NetworkInfoRequest {}
Expand Down

0 comments on commit 805253b

Please sign in to comment.