Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few listener proto comments. #499

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements

* [#498](https://github.com/provenance-io/cosmos-sdk/pull/498) Bump Tendermint to v0.34.25 (from v0.34.24).
* [#499](https://github.com/provenance-io/cosmos-sdk/pull/499) Fix a few listener proto comments.

---

Expand Down
6 changes: 3 additions & 3 deletions proto/cosmos/streaming/abci/v1/grpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message ListenEndBlockRequest {
tendermint.abci.ResponseEndBlock res = 2;
}

// ListenBeginBlockResponse is the response type for the ListenEndBlock RPC method
// ListenEndBlockResponse is the response type for the ListenEndBlock RPC method
message ListenEndBlockResponse {}

// ListenDeliverTxRequest is the request type for the ListenDeliverTx RPC method
Expand All @@ -33,7 +33,7 @@ message ListenDeliverTxRequest {
tendermint.abci.ResponseDeliverTx res = 3;
}

// ListenBeginBlockResponse is the response type for the ListenDeliverTx RPC method
// ListenDeliverTxResponse is the response type for the ListenDeliverTx RPC method
message ListenDeliverTxResponse {}

// ListenCommitRequest is the request type for the ListenCommit RPC method
Expand All @@ -44,7 +44,7 @@ message ListenCommitRequest {
repeated cosmos.base.store.v1beta1.StoreKVPair change_set = 3;
}

// ListenBeginBlockResponse is the response type for the ListenCommit RPC method
// ListenCommitResponse is the response type for the ListenCommit RPC method
message ListenCommitResponse {}

// ABCIListenerService is the service for the BaseApp ABCIListener interface
Expand Down
6 changes: 3 additions & 3 deletions streaming/plugins/abci/v1/grpc.pb.go

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