Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if EC store logs receipts before starting the events scanners #93

Open
pablomendezroyo opened this issue Dec 20, 2024 · 0 comments · May be fixed by #94
Open

Check if EC store logs receipts before starting the events scanners #93

pablomendezroyo opened this issue Dec 20, 2024 · 0 comments · May be fixed by #94

Comments

@pablomendezroyo
Copy link
Contributor

pablomendezroyo commented Dec 20, 2024

Execution clients returns success HTTP (2XX) non-empty response when querying eth_getLogs and do not have such info at all due to the configuration of the node. This situation happens in

  • Erigon running in non-archival mode
  • Reth running in non-archival mode

There must be done a sanity check to the EC used, if it has the tx receipt of some lido SC. This will mean that the log receipts will exist.

i.e

curl http://execution.holesky.dncore.dappnode:8545 -X POST \
-H "Content-Type: application/json" \
--data '{"method":"eth_getTransactionReceipt","params":["0x1475719ecbb73b28bc531bb54b37695df1bf6b71c6d2bf1d28b4efa404867e26"],"id":1,"jsonrpc":"2.0"}'
@pablomendezroyo pablomendezroyo changed the title Check if RPC store logs receipts before starting the events scanners Check if EC store logs receipts before starting the events scanners Dec 20, 2024
@pablomendezroyo pablomendezroyo linked a pull request Dec 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant