Skip to content

Commit

Permalink
Fix a few listener proto comments. (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Feb 6, 2023
1 parent 2b9aa47 commit cf73f22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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.

0 comments on commit cf73f22

Please sign in to comment.