build(deps): bump github.com/cometbft/cometbft-db from 0.8.0 to 0.13.0 #149
Annotations
10 errors and 2 warnings
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/cosmos/gogoproto/proto".Message value in argument to xxx_messageInfo_EthAccount.Marshal: *EthAccount does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String) (typecheck)
|
types/account.pb.go#L58
cannot use m (variable of type *EthAccount) as "github.com/cosmos/gogoproto/proto".Message value in argument to xxx_messageInfo_EthAccount.Merge: *EthAccount does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String) (typecheck)
|
types/account.pb.go#L64
cannot use m (variable of type *EthAccount) as "github.com/cosmos/gogoproto/proto".Message value in argument to xxx_messageInfo_EthAccount.DiscardUnknown: *EthAccount does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String) (typecheck)
|
types/account.pb.go#L70
cannot use (*EthAccount)(nil) (value of type *EthAccount) as "github.com/cosmos/gogoproto/proto".Message value in argument to proto.RegisterType: *EthAccount does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String) (typecheck)
|
types/codec.go#L29
cannot use &EthAccount{} (value of type *EthAccount) as "github.com/cosmos/gogoproto/proto".Message value in argument to registry.RegisterImplementations: *EthAccount does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String) (typecheck)
|
types/codec.go#L33
cannot use &EthAccount{} (value of type *EthAccount) as "github.com/cosmos/gogoproto/proto".Message value in argument to registry.RegisterImplementations: *EthAccount does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String) (typecheck)
|
app/ante/eth.go#L86
avd.evmKeeper.GetAccount undefined (type EVMKeeper has no field or method GetAccount) (typecheck)
|
app/ante/fees.go#L92
evmDenom declared and not used (typecheck)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, technote-space/[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