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

RPC eth_syncing end-point is not returning expected values #3164

Closed
joanestebanr opened this issue Jan 29, 2024 · 0 comments · Fixed by #3165
Closed

RPC eth_syncing end-point is not returning expected values #3164

joanestebanr opened this issue Jan 29, 2024 · 0 comments · Fixed by #3165
Assignees
Labels
Milestone

Comments

@joanestebanr
Copy link
Contributor

joanestebanr commented Jan 29, 2024

System information

zkEVM Node version: v0.5.0

Expected behaviour

If the node is still syncing (reading from L1) must return a structure.
If the node is fully synchronized with L1 must return false

https://ethereum.org/en/developers/docs/apis/json-rpc#eth_syncing

Actual behaviour

Meanwhile synchronizer is still processing L1 blocks

 curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":83}' http://localhost:8123
{"jsonrpc":"2.0","id":83,"result":false}

Steps to reproduce the behaviour

Resyncrhonize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant