lambdaclass / lambdaclass/lambda_ethereum_consensus

GET /events

Open
#1,369 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.