You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing the current proposed lighthouse version for Electra on holesky (deneb) we always get a 404 when calling /eth/v2/validator/aggregate_attestation.
…le (#6984)
Closes#6983
`GET v2/validator/aggregate_attestation` is not backwards compatible. It only works for post electra attestations. This PR adds backwards compatibility and additional test coverage. We should include this in the upcoming 7.0 beta release if possible
When testing the current proposed lighthouse version for Electra on holesky (deneb) we always get a 404 when calling
/eth/v2/validator/aggregate_attestation
.Lighthouse version:
Example curl:
Example response:
The text was updated successfully, but these errors were encountered: