Skip to content

don't pose as an eth2 node #15580

don't pose as an eth2 node

don't pose as an eth2 node #15580

Triggered via push June 2, 2024 15:41
Status Failure
Total duration 2m 36s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: protocol/v2/ssv/testing/runner.go#L86
cannot use config (variable of type *"github.com/ssvlabs/ssv/protocol/v2/qbft".Config) as "github.com/ssvlabs/ssv-spec/qbft".IConfig value in argument to specqbft.NewController: *"github.com/ssvlabs/ssv/protocol/v2/qbft".Config does not implement "github.com/ssvlabs/ssv-spec/qbft".IConfig (wrong type for method GetTimer)
lint: integration/qbft/tests/scenario_test.go#L203
cannot use spectestingutils.NewTestingBeaconNode() (value of type *testingutils.TestingBeaconNode) as beacon.BeaconNode value in struct literal: *testingutils.TestingBeaconNode does not implement beacon.BeaconNode (missing method AttesterDuties) (typecheck)
lint: message/validation/validation_test.go#L132
cannot use signedSSVMessage.SSVMessage.GetID().GetDutyExecutorID() (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint: message/validation/validation_test.go#L154
cannot use signedSSVMessage.SSVMessage.GetID().GetDutyExecutorID() (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint: message/validation/validation_test.go#L231
cannot use committeeIdentifier[:] (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint: message/validation/validation_test.go#L256
cannot use committeeIdentifier[:] (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint: message/validation/validation_test.go#L281
cannot use signedSSVMessage.SSVMessage.GetID().GetDutyExecutorID() (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint: message/validation/validation_test.go#L297
cannot use signedSSVMessage.SSVMessage.GetID().GetDutyExecutorID() (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint: message/validation/validation_test.go#L318
cannot use signedSSVMessage.SSVMessage.GetID().GetDutyExecutorID() (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint: message/validation/validation_test.go#L337
cannot use signedSSVMessage.SSVMessage.GetID().GetDutyExecutorID() (value of type []byte) as "github.com/ssvlabs/ssv-spec/types".CommitteeID value in argument to commons.CommitteeTopicID
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/