Skip to content

chore: sdk 50 upgrade for wasm hooks #37

chore: sdk 50 upgrade for wasm hooks

chore: sdk 50 upgrade for wasm hooks #37

Triggered via pull request March 6, 2024 09:54
Status Failure
Total duration 3m 42s
Artifacts

ibc-hooks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 5 warnings
test
cannot use ctx.Logger().With("module", fmt.Sprintf("x/%s", types.ModuleName)) (value of type "cosmossdk.io/log".Logger) as "github.com/cometbft/cometbft/libs/log".Logger value in return statement: "cosmossdk.io/log".Logger does not implement "github.com/cometbft/cometbft/libs/log".Logger (wrong type for method With)
test
Process completed with exit code 1.
Linter: modules/ibc-hooks/keeper/keeper.go#L1
: # github.com/cosmos/ibc-apps/modules/ibc-hooks/v8/keeper
Linter: modules/ibc-hooks/client/cli/query.go#L7
could not import github.com/cosmos/ibc-apps/modules/ibc-hooks/v8/keeper (-: # github.com/cosmos/ibc-apps/modules/ibc-hooks/v8/keeper
Linter: modules/ibc-hooks/wasm_hook.go#L9
could not import github.com/cosmos/ibc-apps/modules/ibc-hooks/v8/keeper (-: # github.com/cosmos/ibc-apps/modules/ibc-hooks/v8/keeper
Linter: modules/ibc-hooks/simapp/app.go#L17
could not import github.com/cosmos/ibc-apps/modules/ibc-hooks/v8/keeper (-: # github.com/cosmos/ibc-apps/modules/ibc-hooks/v8/keeper
Linter: modules/ibc-hooks/simapp/app.go#L116
`log` redeclared in this block (typecheck)
Linter: modules/ibc-hooks/simapp/app.go#L28
other declaration of log (typecheck)
Linter: modules/ibc-hooks/simapp/ante.go#L34
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
Linter: modules/ibc-hooks/simapp/ante.go#L38
options.BankKeeper undefined (type HandlerOptions has no field or method BankKeeper) (typecheck)
Linter: modules/ibc-hooks/simapp/ante.go#L42
options.SignModeHandler undefined (type HandlerOptions has no field or method SignModeHandler) (typecheck)
Linter: modules/ibc-hooks/simapp/ante.go#L50
options.ExtensionOptionChecker undefined (type HandlerOptions has no field or method ExtensionOptionChecker) (typecheck)
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-apps/ibc-apps. Supported file pattern: go.sum
Linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Linter
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/