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
- Added the Gloas `POST /eth/v1/beacon/states/{state_id}/builders` Beacon API endpoint from ethereum/beacon-APIs#614, with JSON and SSZ response support.
21
-
22
13
### Bug Fixes
23
-
- Fixed a scenario where keys added via validator-api that rely on external signer are not slashing protected locally until the node is restarted.
24
-
To work around this issue, users should either keep slashing protection enabled on the external signer or restart the node after calling the add api.
25
-
- Fixed automatic detection of local node IPv6 address
26
-
- Make sure sync committee duties are retried while the EL is optimistic.
27
-
- Fixed a potential issue in importing blocks when data is not available.
28
-
- Fixed potential NPE when SSE are not closed correctly.
29
-
- Improved pruning for data column sidecars.
30
-
- Delayed DVT attestation selection proof submissions until the target epoch starts, preventing lookahead duties from being submitted too early and ensuring stale pending batches are cancelled when duties are rescheduled.
0 commit comments