build(deps): Bump cosmossdk.io/core from 0.5.1 to 1.0.0 #77961
Annotations
10 errors and 1 warning
golangci-lint:
x/auth/ante/ante.go#L30
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
runtime/module.go#L90
name declared but not used (typecheck)
|
golangci-lint:
x/auth/vesting/types/vesting_account.go#L177
bva.Address undefined (type BaseVestingAccount has no field or method Address) (typecheck)
|
golangci-lint:
x/auth/vesting/types/vesting_account.go#L184
bva.AccountNumber undefined (type BaseVestingAccount has no field or method AccountNumber) (typecheck)
|
golangci-lint:
x/auth/vesting/types/vesting_account.go#L185
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#L186
bva.Sequence undefined (type BaseVestingAccount has no field or method Sequence) (typecheck)
|
golangci-lint:
x/auth/vesting/types/vesting_account.go#L292
cva.Address undefined (type ContinuousVestingAccount has no field or method Address) (typecheck)
|
golangci-lint:
x/auth/vesting/types/vesting_account.go#L299
cva.AccountNumber undefined (type ContinuousVestingAccount has no field or method AccountNumber) (typecheck)
|
golangci-lint:
x/auth/vesting/types/vesting_account.go#L300
cannot use cva (variable of type ContinuousVestingAccount) as getPK value in argument to getPKString: ContinuousVestingAccount does not implement getPK (missing method GetPubKey) (typecheck)
|
golangci-lint:
x/auth/vesting/types/vesting_account.go#L301
cva.Sequence undefined (type ContinuousVestingAccount has no field or method Sequence) (typecheck)
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|