Skip to content

fixed qbft genesis test. have conflcits in v2 and forking #16115

fixed qbft genesis test. have conflcits in v2 and forking

fixed qbft genesis test. have conflcits in v2 and forking #16115

Triggered via push July 16, 2024 12:36
Status Failure
Total duration 2m 39s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: operator/node.go#L25
could not import github.com/ssvlabs/ssv/operator/validator (-: # github.com/ssvlabs/ssv/operator/validator
lint: operator/validator/controller.go#L1349
cannot convert func(state *genesisssvtypes.State, round genesisspecqbft.Round) genesisspectypes.OperatorID {…} (value of type func(state *"github.com/ssvlabs/ssv/protocol/genesis/types".State, round "github.com/ssvlabs/ssv-spec-pre-cc/qbft".Round) uint64) to type "github.com/ssvlabs/ssv-spec-pre-cc/qbft".ProposerF
lint: operator/validator/controller.go#L1356
cannot use options.NetworkConfig.Beacon (variable of type "github.com/ssvlabs/ssv/protocol/v2/blockchain/beacon".BeaconNetwork) as "github.com/ssvlabs/ssv/protocol/genesis/qbft/roundtimer".BeaconNetwork value in argument to genesisroundtimer.New: "github.com/ssvlabs/ssv/protocol/v2/blockchain/beacon".BeaconNetwork does not implement "github.com/ssvlabs/ssv/protocol/genesis/qbft/roundtimer".BeaconNetwork (wrong type for method GetSlotStartTime)
lint: operator/validator/controller.go#L1358
unknown field OperatorID in struct literal of type "github.com/ssvlabs/ssv/protocol/genesis/qbft".Config
lint: operator/validator/controller.go#L1363
cannot use options.Operator (variable of type *"github.com/ssvlabs/ssv-spec/types".CommitteeMember) as *"github.com/ssvlabs/ssv-spec-pre-cc/types".Share value in argument to genesisqbftcontroller.NewController
lint: operator/validator/controller.go#L1374
cannot use options.SSVShare.BeaconMetadata.Index (variable of type "github.com/attestantio/go-eth2-client/spec/phase0".ValidatorIndex) as "github.com/AKorpusenko/genesis-go-eth2-client/spec/phase0".ValidatorIndex value in argument to genesisspecssv.AttesterValueCheckF
lint: operator/validator/controller.go#L1376
too many arguments in call to genesisrunner.NewAttesterRunnner
lint: operator/validator/controller.go#L1378
cannot use options.SSVShare.BeaconMetadata.Index (variable of type "github.com/attestantio/go-eth2-client/spec/phase0".ValidatorIndex) as "github.com/AKorpusenko/genesis-go-eth2-client/spec/phase0".ValidatorIndex value in argument to genesisspecssv.ProposerValueCheckF
lint: operator/validator/controller.go#L1380
too many arguments in call to genesisrunner.NewProposerRunner
lint: operator/validator/controller.go#L1383
cannot use options.SSVShare.BeaconMetadata.Index (variable of type "github.com/attestantio/go-eth2-client/spec/phase0".ValidatorIndex) as "github.com/AKorpusenko/genesis-go-eth2-client/spec/phase0".ValidatorIndex value in argument to genesisspecssv.AggregatorValueCheckF
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/
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/