Skip to content

CT types

CT types #7463

Triggered via pull request October 17, 2024 22:45
Status Failure
Total duration 3m 20s
Artifacts

golangci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: x/evm/types/codec.go#L1
: # github.com/sei-protocol/sei-chain/x/evm/types
lint: x/evm/types/params.pb.go#L145
cannot use m (variable of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_ParamsPreV580.Marshal: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
lint: x/evm/types/params.pb.go#L156
cannot use m (variable of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_ParamsPreV580.Merge: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
lint: x/evm/types/params.pb.go#L162
cannot use m (variable of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_ParamsPreV580.DiscardUnknown: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
lint: x/evm/types/params.pb.go#L176
cannot use (*ParamsPreV580)(nil) (value of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to proto.RegisterType: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
lint: aclmapping/utils/resource_type.go#L15
could not import github.com/sei-protocol/sei-chain/x/evm/types (-: # github.com/sei-protocol/sei-chain/x/evm/types
lint: x/evm/types/params.pb.go#L145
cannot use m (variable of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_ParamsPreV580.Marshal: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
lint: x/evm/types/params.pb.go#L156
cannot use m (variable of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_ParamsPreV580.Merge: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
lint: x/evm/types/params.pb.go#L162
cannot use m (variable of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_ParamsPreV580.DiscardUnknown: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
lint: x/evm/types/params.pb.go#L176
cannot use (*ParamsPreV580)(nil) (value of type *ParamsPreV580) as "github.com/gogo/protobuf/proto".Message value in argument to proto.RegisterType: *ParamsPreV580 does not implement "github.com/gogo/protobuf/proto".Message (missing method String)) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/