Update rosetta to target kava v0.26.x with cometbft & cosmos v0.47.x #260
Annotations
9 errors and 3 warnings
golangci-lint:
kava/rpc.go#L93
Error return value of `c.encodingConfig.InterfaceRegistry.UnpackAny` is not checked (errcheck)
|
golangci-lint:
kava/rpc.go#L111
S1006: should use for {} instead of for true {} (gosimple)
|
golangci-lint:
kava/rpc.go#L149
S1006: should use for {} instead of for true {} (gosimple)
|
golangci-lint:
kava/rpc.go#L187
S1006: should use for {} instead of for true {} (gosimple)
|
golangci-lint:
kava/rpc_test.go#L96
composites: github.com/cometbft/cometbft/rpc/jsonrpc/types.RPCResponse struct literal uses unkeyed fields (govet)
|
golangci-lint:
kava/rpc_test.go#L300
ineffectual assignment to err (ineffassign)
|
golangci-lint:
kava/rpc_test.go#L310
ineffectual assignment to err (ineffassign)
|
golangci-lint:
kava/rpc_test.go#L397
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading