We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zkEVM Node version: v0.5.0
v0.5.0
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
Meanwhile synchronizer is still processing L1 blocks
synchronizer
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}
Resyncrhonize
The text was updated successfully, but these errors were encountered:
joanestebanr
Successfully merging a pull request may close this issue.
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 blocksSteps to reproduce the behaviour
Resyncrhonize
The text was updated successfully, but these errors were encountered: