Skip to content

Commit

Permalink
Merge pull request #224 from spacemeshos/use-rpc-not-stream
Browse files Browse the repository at this point in the history
epoch atxs: drop repeated field from stream
  • Loading branch information
countvonzero authored Mar 29, 2023
2 parents 5540748 + ad65038 commit 0f4a519
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ lint: $(BUF)
.PHONY: https
https: $(BUF)
buf lint
buf breaking --against "$(HTTPS_GIT)#branch=master"

# ssh is what we run when testing in CI providers that provide ssh public key authentication.
# This does breaking change detection against our remote HTTPS ssh repository.
Expand Down
44 changes: 22 additions & 22 deletions release/go/spacemesh/v1/mesh_types.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/v1/mesh_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ message EpochStreamRequest {
}

message EpochStreamResponse {
repeated ActivationId ids = 1;
ActivationId id = 1;
}

0 comments on commit 0f4a519

Please sign in to comment.