Revert "Change treemap to array" #15965
Annotations
10 errors and 2 warnings
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)
|
integration/qbft/tests/scenario_test.go#L89
undefined: spectypes.MessageIDFromBytes
|
integration/qbft/tests/scenario_test.go#L146
unknown field Quorum in struct literal of type "github.com/ssvlabs/ssv-spec/types".Share
|
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)
|
network/topics/controller_test.go#L54
cannot use validator (variable of type *DummyMessageValidator) as validation.MessageValidator value in argument to newPeers: *DummyMessageValidator does not implement validation.MessageValidator (missing method Validate)
|
network/topics/controller_test.go#L71
undefined: validation.NewMessageValidator
|
network/topics/controller_test.go#L420
cannot use spectypes.BNRoleAttester (constant 0 of type "github.com/ssvlabs/ssv-spec/types".BeaconRole) as "github.com/ssvlabs/ssv-spec/types".RunnerRole value in argument to spectypes.NewMsgID
|
network/topics/controller_test.go#L426
undefined: specqbft.SignedMessage
|
network/topics/controller_test.go#L470
undefined: validation.Descriptor
|
network/topics/controller_test.go#L471
undefined: validation.Descriptor
|
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/
|
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/
|
This job failed
Loading