EVM support #4
Annotations
10 errors and 4 warnings
golangci-lint:
testing/simapp/app.go#L316
undefined: storetypes.NewObjectStoreKeys (typecheck)
|
golangci-lint:
testing/simapp/app.go#L364
undefined: banktypes.ObjectStoreKey (typecheck)
|
golangci-lint:
testing/simapp/app.go#L368
too many arguments in call to bankkeeper.NewBaseKeeper
|
golangci-lint:
modules/apps/27-interchain-accounts/controller/ibc_middleware_test.go#L18
"github.com/cosmos/ibc-go/v8/modules/core/05-port/types" imported as porttypes and not used (typecheck)
|
golangci-lint:
modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go#L15
"github.com/cosmos/ibc-go/v8/modules/core/04-channel/keeper" imported as channelkeeper and not used (typecheck)
|
golangci-lint:
modules/apps/27-interchain-accounts/host/ibc_module_test.go#L23
"github.com/cosmos/ibc-go/v8/modules/core/05-port/types" imported as porttypes and not used (typecheck)
|
golangci-lint:
modules/apps/27-interchain-accounts/host/keeper/keeper_test.go#L15
"github.com/cosmos/ibc-go/v8/modules/apps/29-fee/keeper" imported as ibcfeekeeper and not used (typecheck)
|
golangci-lint:
modules/apps/27-interchain-accounts/host/keeper/keeper_test.go#L16
"github.com/cosmos/ibc-go/v8/modules/core/04-channel/keeper" imported as channelkeeper and not used (typecheck)
|
golangci-lint:
modules/apps/29-fee/keeper/keeper_test.go#L13
"github.com/cosmos/ibc-go/v8/modules/apps/29-fee/keeper" imported and not used (typecheck)
|
golangci-lint:
modules/apps/29-fee/keeper/keeper_test.go#L15
"github.com/cosmos/ibc-go/v8/modules/core/04-channel/keeper" imported as channelkeeper and not used (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions/setup-go@v4
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-go/ibc-go. Supported file pattern: go.sum
|
golangci-lint:
modules/apps/29-fee/types/msgs.go#L72
unused-receiver: method receiver 'msg' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
golangci-lint:
modules/apps/29-fee/types/msgs.go#L122
unused-receiver: method receiver 'msg' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Loading