lambdaclass / lambdaclass/lambda_ethereum_consensus
GET /events
Open
Nobody has claimed this yet.
Beacon API
- Dominant language
- Elixir
- Stars
- 109
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
The events endpoint implements SSE, this task is separated in the following:
prereq
- Implement an SSE event listener
events
-
block -
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the GET /events endpoint and the existing SSE event listener described in the issue. Review the completed block and finalized_checkpoint events, then implement the remaining unchecked event types; done means the checklist entries are supported by the endpoint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100