Skip to content

Bump github.com/cosmos/cosmos-sdk from 0.45.11 to 0.47.2 #120

Bump github.com/cosmos/cosmos-sdk from 0.45.11 to 0.47.2

Bump github.com/cosmos/cosmos-sdk from 0.45.11 to 0.47.2 #120

Triggered via pull request April 28, 2023 11:05
Status Failure
Total duration 5m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Run golangci-lint
5m 3s
Run golangci-lint
Run markdown-lint
20s
Run markdown-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L139
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-lint: crypto/ethsecp256k1/ethsecp256k1.go#L71
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-lint: types/account.go#L17
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)
Run golangci-lint: types/account.go#L62
acc.GetAddress undefined (type EthAccount has no field or method GetAddress) (typecheck)
Run golangci-lint: types/account.pb.go#L45
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-lint: types/account.pb.go#L56
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-lint: types/account.pb.go#L62
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-lint: types/account.pb.go#L68
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-lint: app/ante/eth.go#L121
avd.evmKeeper.GetAccount undefined (type EVMKeeper has no field or method GetAccount) (typecheck)
Run golangci-lint: app/ante/fees.go#L42
missing type in composite literal (typecheck)
Run golangci-lint: tests/importer/chain_ctx.go#L123
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)