Skip to content

Commit

Permalink
Merge pull request #309 from spacemeshos/activations-count-optional-e…
Browse files Browse the repository at this point in the history
…poch

Tweak ActivationService.ActivationsCount: make epoch filter optional
  • Loading branch information
brusherru authored Mar 5, 2024
2 parents 94deb34 + ff0adfd commit 69d520f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 44 deletions.
2 changes: 2 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ lint:
breaking:
use:
- WIRE_JSON
ignore:
- ./spacemesh/v2alpha1
88 changes: 45 additions & 43 deletions release/go/spacemesh/v2alpha1/activation.pb.go

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

2 changes: 1 addition & 1 deletion spacemesh/v2alpha1/activation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ message ActivationList {
}

message ActivationsCountRequest {
uint32 epoch = 1;
optional uint32 epoch = 1;
}

message ActivationsCountResponse {
Expand Down

0 comments on commit 69d520f

Please sign in to comment.