Skip to content

CT types

CT types #3403

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

compatiblity_check.yml

on: pull_request
forward-compatibility
2m 1s
forward-compatibility
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
forward-compatibility: 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)
forward-compatibility: 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)
forward-compatibility: 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)
forward-compatibility: 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)
forward-compatibility
Process completed with exit code 2.
forward-compatibility
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/