Skip to content

Use fixed version of sdk #216

Use fixed version of sdk

Use fixed version of sdk #216

Triggered via pull request December 30, 2024 20:36
Status Failure
Total duration 1m 39s
Artifacts

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Unit Test: aggregator/aggregator_test.go#L156
cannot use mockBlsAggregationService (variable of type *MockBlsAggregationService) as blsagg.BlsAggregationService value in struct literal: *MockBlsAggregationService does not implement blsagg.BlsAggregationService (missing method InitializeNewTaskWithWindow)
Unit Test: operator/registration.go#L66
cannot use &bind.CallOpts{} (value of type *bind.CallOpts) as "context".Context value in argument to o.eigenlayerReader.GetStrategyAndUnderlyingToken: *bind.CallOpts does not implement "context".Context (missing method Deadline)
Unit Test: plugin/cmd/main.go#L89
undefined: utils.ReadYamlConfig
Unit Test: plugin/cmd/main.go#L204
cannot use &bind.CallOpts{} (value of type *bind.CallOpts) as "context".Context value in argument to clients.ElChainReader.GetStrategyAndUnderlyingToken: *bind.CallOpts does not implement "context".Context (missing method Deadline)
Unit Test
Process completed with exit code 2.
Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636