build(deps): bump github.com/spf13/viper from 1.15.0 to 1.19.0 #343
Annotations
10 errors and 1 warning
types/account.go#L32
cannot use (*EthAccount)(nil) (value of type *EthAccount) as "github.com/cosmos/cosmos-sdk/codec/types".UnpackInterfacesMessage value in variable declaration: *EthAccount does not implement "github.com/cosmos/cosmos-sdk/codec/types".UnpackInterfacesMessage (missing method UnpackInterfaces) (typecheck)
|
types/account.go#L77
acc.GetAddress undefined (type EthAccount has no field or method GetAddress) (typecheck)
|
types/account.pb.go#L47
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.Marshal: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
|
types/account.pb.go#L58
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.Merge: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
|
types/account.pb.go#L64
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.DiscardUnknown: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
|
types/account.pb.go#L70
cannot use (*EthAccount)(nil) (value of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to proto.RegisterType: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
|
types/codec.go#L29
cannot use &EthAccount{} (value of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to registry.RegisterImplementations: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
|
types/codec.go#L33
cannot use &EthAccount{} (value of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to registry.RegisterImplementations: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
|
app/ante/eth.go#L86
avd.evmKeeper.GetAccount undefined (type EVMKeeper has no field or method GetAccount) (typecheck)
|
x/evm/handler.go#L32
previous case (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading