Skip to content

fix: updates to support latest eigensdk #576

fix: updates to support latest eigensdk

fix: updates to support latest eigensdk #576

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

tests.yml

on: pull_request
Unit Test
52s
Unit Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Unit Test: pkg/rewards/claim_test.go#L258
cannot use reader (variable of type *fakeELReader) as elChainReader value in argument to getClaimDistributionRoot: *fakeELReader does not implement elChainReader (wrong type for method CurrRewardsCalculationEndTimestamp)
Unit Test: pkg/rewards/show_test.go#L166
cannot use fakeELReader (variable of type *FakeELReader) as ELReader value in argument to getClaimedRewards: *FakeELReader does not implement ELReader (wrong type for method GetCumulativeClaimed)
Unit Test
Process completed with exit code 2.
Unit Test
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/