build(deps): bump github.com/cosmos/cosmos-sdk from 0.47.14 to 0.50.11 #259
Annotations
10 errors and 2 warnings
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 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/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]:
x/evm/keeper/msg_server.go#L68
cannot use labels (variable of type []"github.com/armon/go-metrics".Label) as []"github.com/hashicorp/go-metrics".Label value in argument to telemetry.IncrCounterWithLabels (typecheck)
|
Run golangci/[email protected]:
x/evm/keeper/msg_server.go#L75
cannot use labels (variable of type []"github.com/armon/go-metrics".Label) as []"github.com/hashicorp/go-metrics".Label value in argument to telemetry.IncrCounterWithLabels (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Loading