v6.0.3
This release has important bugfixes for users of the Beacon API. These fixes include:
- Fixed pending consolidations endpoint to return the correct response.
- Fixed attester slashing to return an empty array instead of nil/null.
- Fixed validator participation and active set changes endpoints to accept a
{state_id}
parameter.
Other improvements include:
- Disabled deposit log processing routine for Electra and beyond.
Operators are encouraged to update at their own convenience.
Full release notes are below.
Added
- ssz static spec tests for fulu. [PR]
- finality and merkle proof spec tests for fulu. [PR]
- sanity and rewards spec tests for fulu. [PR]
Changed
- Added more tracing spans to various helpers related to GetDuties. [PR]
- Disable log processing after deposit requests are activated. [PR]
Fixed
- fixed wrong handler for get pending consolidations endpoint. [PR]
- Fixed /eth/v2/beacon/pool/attester_slashings no slashings returns empty array instead of nil. [PR]
- Fix Prysm endpoints
/prysm/v1/validators/{state_id}/participation
and/prysm/v1/validators/{state_id}/active_set_changes
to properly handle{state_id}
. [PR]