lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

GET /events

Open rodrigo-o opened this issue 1 year ago • 1 comments

The events endpoint implements SSE, this task is separated in the following:

prereq

  • [x] Implement an SSE event listener

events

  • [x] block
  • [x] finalized_checkpoint
  • [ ] head
  • [ ] block_gossip
  • [ ] attestation
  • [ ] voluntary_exit
  • [ ] bls_to_execution_change
  • [ ] proposer_slashing
  • [ ] attester_slashing
  • [ ] chain_reorg
  • [ ] contribution_and_proof
  • [ ] light_client_finality_update
  • [ ] light_client_optimistic_update
  • [ ] payload_attributes
  • [ ] blob_sidecar

rodrigo-o avatar Jan 27 '25 20:01 rodrigo-o

Implement an SSE event listener, block events and finalized_checkpoint events have been implemented in #1365

rodrigo-o avatar Jan 27 '25 20:01 rodrigo-o