Skip to content

Commit ed6b3ab

Browse files
authored
fix(client/v2): fix comment parsing (#19377)
1 parent 25af567 commit ed6b3ab

9 files changed

Lines changed: 428 additions & 31 deletions

File tree

client/v2/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
5353

5454
### Bug Fixes
5555

56+
* [#19377](https://github.com/cosmos/cosmos-sdk/pull/19377) Partly fix comment parsing in autocli.
5657
* [#19060](https://github.com/cosmos/cosmos-sdk/pull/19060) Simplify key flag parsing logic in flag handler.
5758

5859
### API Breaking Changes

client/v2/internal/offchain/msgSignArbitraryData.pulsar.go

Lines changed: 41 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/v2/internal/testpb/msg.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ service Msg {
1414
rpc Send(MsgRequest) returns (MsgResponse);
1515
}
1616

17+
// MsgRequest is a sample request message
1718
message MsgRequest {
1819
// u32 is an uint32
1920
uint32 u32 = 1;

client/v2/internal/testpb/msg.pulsar.go

Lines changed: 130 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/v2/internal/testpb/msg_grpc.pb.go

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)