lambdaclass / lambdaclass/lambda_ethereum_consensus
Refactor `ForkChoice.recompute_head`
Open
Nobody has claimed this yet.
refactor
- Dominant language
- Elixir
- Stars
- 109
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/lambdaclass/lambda_ethereum_consensus/pull/920#discussion_r1537461857
recompute_head has grown its responsabilities, basically doing every task that is async. We may want to do a refactor soon
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
Begin with the linked PR #920 discussion and inspect ForkChoice.recompute_head, which the issue identifies as handling every async task. Before coding, clarify the intended decomposition and acceptance criteria; the issue provides no named files, tests, or definition of done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- distributed-systems
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100