build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.8 to 0.50.3 #279
Annotations
10 errors and 1 warning
Run golangci/[email protected]:
types/account.go#L77
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 "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/[email protected]:
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)
|
Run golangci/[email protected]:
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)
|
Run golangci/[email protected]:
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)
|
Run golangci/[email protected]:
crypto/ethsecp256k1/ethsecp256k1.go#L155
cannot use &PubKey{} (value of type *PubKey) as "github.com/cosmos/cosmos-sdk/crypto/types".PubKey value in variable declaration: *PubKey does not implement "github.com/cosmos/cosmos-sdk/crypto/types".PubKey (wrong type for method Address)
|
Run golangci/[email protected]:
crypto/ethsecp256k1/ethsecp256k1.go#L87
cannot use &PubKey{…} (value of type *PubKey) as "github.com/cosmos/cosmos-sdk/crypto/types".PubKey value in return statement: *PubKey does not implement "github.com/cosmos/cosmos-sdk/crypto/types".PubKey (wrong type for method Address)
|
Run golangci/[email protected]:
x/evm/keeper/msg_server.go#L51
cannot use telemetry.NewLabel("tx_type", fmt.Sprintf("%d", tx.Type())) (value of type "github.com/hashicorp/go-metrics".Label) as "github.com/armon/go-metrics".Label value in array or slice literal (typecheck)
|
Run golangci/[email protected]:
x/evm/keeper/msg_server.go#L54
cannot use telemetry.NewLabel("execution", "create") (value of type "github.com/hashicorp/go-metrics".Label) as "github.com/armon/go-metrics".Label value in argument to append (typecheck)
|
Run golangci/[email protected]:
x/evm/keeper/msg_server.go#L56
cannot use telemetry.NewLabel("execution", "call") (value of type "github.com/hashicorp/go-metrics".Label) as "github.com/armon/go-metrics".Label value in argument to append (typecheck)
|
Run golangci/[email protected]:
tests/importer/chain_ctx.go#L142
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading