This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
build(deps): bump github.com/cosmos/ibc-go/v5 from 5.0.0 to 5.4.0 #189
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/get-diff-action@v6.1.1, 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