build(deps): bump golang.org/x/net from 0.8.0 to 0.29.0 #373
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)
|
ethereum/eip712/eip712.go#L102
missing type in composite literal (typecheck)
|
ethereum/eip712/eip712.go#L124
missing type in composite literal (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading