This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #181
Annotations
10 errors and 1 warning
Run golangci/golangci-lint-action@v3:
types/account.go#L17
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)
|
Run golangci/golangci-lint-action@v3:
types/account.go#L62
acc.GetAddress undefined (type EthAccount has no field or method GetAddress) (typecheck)
|
Run golangci/golangci-lint-action@v3:
types/account.pb.go#L45
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)
|
Run golangci/golangci-lint-action@v3:
types/account.pb.go#L56
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)
|
Run golangci/golangci-lint-action@v3:
types/account.pb.go#L62
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)
|
Run golangci/golangci-lint-action@v3:
types/account.pb.go#L68
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)
|
Run golangci/golangci-lint-action@v3:
x/evm/keeper/keeper.go#L230
invalid operation: cannot compare k.hooks != nil (operator != not defined on untyped nil) (typecheck)
|
Run golangci/golangci-lint-action@v3:
x/evm/keeper/keeper.go#L240
invalid operation: cannot compare k.hooks == nil (operator == not defined on untyped nil) (typecheck)
|
Run golangci/golangci-lint-action@v3:
x/evm/keeper/state_transition.go#L218
invalid operation: cannot compare k.hooks != nil (operator != not defined on untyped nil) (typecheck)
|
Run golangci/golangci-lint-action@v3:
app/ante/handler_options.go#L34
invalid operation: cannot compare options.AccountKeeper == nil (operator == not defined on untyped nil) (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/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading