Skip to content

fix: updates to support latest eigensdk #579

fix: updates to support latest eigensdk

fix: updates to support latest eigensdk #579

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

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Lint: 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)
Lint: 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)
Lint
issues found
Lint
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/