Skip to content

build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.3 to 0.47.2 #13

build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.3 to 0.47.2

build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.3 to 0.47.2 #13

Triggered via pull request April 28, 2023 10:08
Status Failure
Total duration 4m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Run golangci-lint
4m 36s
Run golangci-lint
Run markdown-lint
18s
Run markdown-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run golangci-lint: app/ante/handler_options.go#L39
invalid operation: cannot compare options.AccountKeeper == nil (operator == not defined on untyped nil) (typecheck)
Run golangci-lint: app/ante/handler_options.go#L42
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
Run golangci-lint: app/ante/handler_options.go#L45
invalid operation: cannot compare options.SignModeHandler == nil (operator == not defined on untyped nil) (typecheck)
Run golangci-lint: app/ante/handler_options.go#L48
invalid operation: cannot compare options.FeeMarketKeeper == nil (operator == not defined on untyped nil) (typecheck)
Run golangci-lint: app/ante/handler_options.go#L51
invalid operation: cannot compare options.EvmKeeper == nil (operator == not defined on untyped nil) (typecheck)
Run golangci-lint: app/ante/ante.go#L7
"github.com/cosmos/cosmos-sdk/x/auth/ante" imported but not used as authante (typecheck)
Run golangci-lint: app/ante/authz.go#L24
"github.com/cosmos/cosmos-sdk/x/authz" imported but not used (typecheck)
Run golangci-lint: app/app.go#L295
app.ParamsKeeper undefined (type *BlackApp has no field or method ParamsKeeper) (typecheck)
Run golangci-lint: app/app.go#L297
app.ParamsKeeper undefined (type *BlackApp has no field or method ParamsKeeper) (typecheck)
Run golangci-lint: app/app.go#L300
app.CapabilityKeeper undefined (type *BlackApp has no field or method CapabilityKeeper) (typecheck)