Skip to content

feat: use ibc-go v8.5.2 and cosmos-sdk v0.50.11 #21909

feat: use ibc-go v8.5.2 and cosmos-sdk v0.50.11

feat: use ibc-go v8.5.2 and cosmos-sdk v0.50.11 #21909

Triggered via pull request January 17, 2025 13:34
Status Success
Total duration 3m 15s
Artifacts

golangci-lint.yml

on: pull_request
Matrix: golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint (no-failure): golang/cosmos/vm/server.go#L26
SA1019: sdk.WrapSDKContext is deprecated: there is no need to wrap anymore as the Cosmos SDK context implements context.Context. (staticcheck)
golangci-lint (no-failure): golang/cosmos/vm/server.go#L49
SA1019: sdk.WrapSDKContext is deprecated: there is no need to wrap anymore as the Cosmos SDK context implements context.Context. (staticcheck)
golangci-lint (no-failure): golang/cosmos/x/vbank/keeper/rewards.go#L66
Error return value of `k.SetState` is not checked (errcheck)
golangci-lint (no-failure): golang/cosmos/x/vbank/keeper/rewards.go#L83
Error return value of `k.SetState` is not checked (errcheck)
golangci-lint (no-failure): golang/cosmos/x/vbank/genesis.go#L34
Error return value of `keeper.SetState` is not checked (errcheck)
golangci-lint (no-failure): golang/cosmos/x/vbank/vbank.go#L222
Error return value of `keeper.SetState` is not checked (errcheck)
golangci-lint (no-failure): golang/cosmos/x/vbank/vbank_test.go#L283
Error return value of `keeper.SetState` is not checked (errcheck)
golangci-lint (no-failure): golang/cosmos/x/swingset/keeper/keeper.go#L226
Error return value of `k.SetState` is not checked (errcheck)
golangci-lint (no-failure): golang/cosmos/x/swingset/genesis.go#L79
Error return value of `swingStore.Set` is not checked (errcheck)
golangci-lint (no-failure): golang/cosmos/x/swingset/genesis.go#L116
Error return value of `swingStore.Delete` is not checked (errcheck)
golangci-lint (no-failure)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636