Skip to content

build(deps): bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 #30

build(deps): bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0

build(deps): bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 #30

Triggered via pull request October 4, 2023 12:55
Status Failure
Total duration 17m 7s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: store/iavl/store.go#L1
: # github.com/cosmos/cosmos-sdk/store/iavl
golangci-lint: store/iavl/store.go#L55
too many arguments in call to iavl.NewMutableTreeWithOpts
golangci-lint: store/rootmulti/store.go#L24
could not import github.com/cosmos/cosmos-sdk/store/iavl (-: # github.com/cosmos/cosmos-sdk/store/iavl
golangci-lint: store/iavl/store.go#L55
too many arguments in call to iavl.NewMutableTreeWithOpts
golangci-lint: store/rootmulti/store.go#L755
store.Export undefined (type namedStore has no field or method Export) (typecheck)
golangci-lint: x/auth/ante/ante.go#L30
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L176
bva.Address undefined (type BaseVestingAccount has no field or method Address) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L183
bva.AccountNumber undefined (type BaseVestingAccount has no field or method AccountNumber) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L184
cannot use bva (variable of type BaseVestingAccount) as getPK value in argument to getPKString: BaseVestingAccount does not implement getPK (missing method GetPubKey) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L185
bva.Sequence undefined (type BaseVestingAccount has no field or method Sequence) (typecheck)