lambdaclass / lambdaclass/lambda_ethereum_consensus

Assertoor error msgs during execution

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

Nobody has claimed this yet.

P2
Dominant language
Elixir
Stars
109
Forks
41
PR merge metrics
No merged PRs in 30d

Description

This is not impacting the execution of assertoor tests right now, probably just a missing endpoint that autoresolves through other nodes, but still something to have a look in the future:

[assertoor] time="2025-01-31T20:26:51Z" level=info msg="received cl block 19 [0x69f9b64d2c50e2e251e8ed3f9628d8bd1e2e42dc96bf1cc8158e0b285b675b10] streamed" client=3-geth-lambda module=consensus
[assertoor] time="2025-01-31T20:26:51Z" level=warning msg="failed processing block event: could not process block: GET failed with status 404: {\"code\":404,\"message\":\"Resource not found\"}" client=3-geth-lambda module=consensus```

These errors appear during assertoor run in the block_proposal check, here is an example: https://github.com/lambdaclass/lambda_ethereum_consensus/actions/runs/13080097954/job/36501495170?pr=1324

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 with the Assertoor block_proposal check and the linked workflow run; trace the 404 during block-event processing. Determine which endpoint or resource is missing and verify that the warning no longer appears during the check without affecting execution.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
distributed-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.