fix: updates to support latest eigensdk #577
Annotations
9 errors and 1 warning
Build:
pkg/operator/get_delegation_approval.go#L120
cannot use context.Background() (value of type "context".Context) as *bind.CallOpts value in argument to reader.CalculateDelegationApprovalDigestHash
|
Build:
pkg/operator/register.go#L93
cannot use ctx (variable of type "context".Context) as *bind.CallOpts value in argument to elReader.IsOperatorRegistered
|
Build:
pkg/operator/status.go#L99
cannot use context.Background() (value of type "context".Context) as *bind.CallOpts value in argument to reader.IsOperatorRegistered
|
Build:
pkg/operator/status.go#L107
cannot use context.Background() (value of type "context".Context) as *bind.CallOpts value in argument to reader.GetOperatorDetails
|
Build:
pkg/rewards/claim.go#L116
cannot use elReader (variable of type *elcontracts.ChainReader) as elChainReader value in argument to getClaimDistributionRoot: *elcontracts.ChainReader does not implement elChainReader (wrong type for method CurrRewardsCalculationEndTimestamp)
|
Build:
pkg/rewards/claim.go#L155
cannot use ctx (variable of type "context".Context) as *bind.CallOpts value in argument to elReader.CheckClaim
|
Build:
pkg/rewards/show.go#L121
cannot use elReader (variable of type *elcontracts.ChainReader) as elChainReader value in argument to getClaimDistributionRoot: *elcontracts.ChainReader does not implement elChainReader (wrong type for method CurrRewardsCalculationEndTimestamp)
|
Build:
pkg/rewards/show.go#L144
cannot use elReader (variable of type *elcontracts.ChainReader) as ELReader value in argument to getClaimedRewards: *elcontracts.ChainReader does not implement ELReader (wrong type for method GetCumulativeClaimed)
|
Build
Process completed with exit code 2.
|
Build
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/
|