[WILL NOT BE MERGED] Kava v0.50.10 patch #540
Annotations
10 errors and 1 warning
Run golangci/[email protected]:
types/account.go#L79
acc.GetAddress undefined (type EthAccount has no field or method GetAddress) (typecheck)
|
Run golangci/[email protected]:
types/account.pb.go#L47
cannot use m (variable of type *EthAccount) as interface{ProtoMessage(); Reset(); String() string} value in argument to xxx_messageInfo_EthAccount.Marshal: *EthAccount does not implement interface{ProtoMessage(); Reset(); String() string} (missing method String) (typecheck)
|
Run golangci/[email protected]:
types/account.pb.go#L58
cannot use m (variable of type *EthAccount) as interface{ProtoMessage(); Reset(); String() string} value in argument to xxx_messageInfo_EthAccount.Merge: *EthAccount does not implement interface{ProtoMessage(); Reset(); String() string} (missing method String) (typecheck)
|
Run golangci/[email protected]:
types/account.pb.go#L64
cannot use m (variable of type *EthAccount) as interface{ProtoMessage(); Reset(); String() string} value in argument to xxx_messageInfo_EthAccount.DiscardUnknown: *EthAccount does not implement interface{ProtoMessage(); Reset(); String() string} (missing method String) (typecheck)
|
Run golangci/[email protected]:
types/account.pb.go#L70
cannot use (*EthAccount)(nil) (value of type *EthAccount) as interface{ProtoMessage(); Reset(); String() string} value in argument to proto.RegisterType: *EthAccount does not implement interface{ProtoMessage(); Reset(); String() string} (missing method String) (typecheck)
|
Run golangci/[email protected]:
x/evm/keeper/state_transition.go#L55
blockCtx declared and not used (typecheck)
|
Run golangci/[email protected]:
x/evm/keeper/state_transition.go#L68
txCtx declared and not used (typecheck)
|
Run golangci/[email protected]:
x/evm/keeper/state_transition.go#L72
vmConfig declared and not used (typecheck)
|
Run golangci/[email protected]:
x/evm/keeper/utils.go#L127
missing type in composite literal (typecheck)
|
Run golangci/[email protected]:
app/ante/eth.go#L86
avd.evmKeeper.GetAccount undefined (type EVMKeeper has no field or method GetAccount) (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/
|
Loading