fix: Properly parse json in the wait-tx command. (backport #20631) #67227
Annotations
10 errors and 1 warning
golangci-lint:
client/rpc/block.go#L1
: # github.com/cosmos/cosmos-sdk/client/rpc
|
golangci-lint:
client/rpc/tx.go#L90
syntax error: unexpected <<, expecting expression
|
golangci-lint:
client/rpc/tx.go#L94
syntax error: unexpected ) in composite literal; possibly missing comma or }
|
golangci-lint:
client/rpc/tx.go#L97
syntax error: unexpected comma after top level declaration
|
golangci-lint:
client/rpc/tx.go#L107
invalid character U+0023 '#'
|
golangci-lint:
client/rpc/tx.go#L108
method has multiple receivers
|
golangci-lint:
client/rpc/tx.go#L108
syntax error: unexpected {, expecting (
|
golangci-lint:
client/rpc/tx.go#L109
syntax error: unexpected := in parameter list; possibly missing comma or )
|
golangci-lint:
client/rpc/tx.go#L110
syntax error: non-declaration statement outside function body
|
golangci-lint:
client/rpc/tx.go#L128
syntax error: non-declaration statement outside function body
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|