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
It would be great if Grandine could add support for these SSE events ( attester_slashing , proposer_slashing ) so that validator clients can react quickly to slashing events by e.g. shutting down.
All other CL client implementations already emit these events.
Thanks Tumas, appreciate it! I did not get an email notification for that commit, so I hadn't noticed.
I haven't figured out a good way to actually test this end-to-end, will probably need to play around with kurtosis and let you know how it went. Feel free to close this issue in the meantime.
It would be great if Grandine could add support for these SSE events (
attester_slashing
,proposer_slashing
) so that validator clients can react quickly to slashing events by e.g. shutting down.All other CL client implementations already emit these events.
Introduced in the Beacon API spec v2.5.0 - https://github.com/ethereum/beacon-APIs/releases/tag/v2.5.0
The text was updated successfully, but these errors were encountered: