lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
GET /events
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
Implement an SSE event listener, block events and finalized_checkpoint events have been implemented in #1365