You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fully synced node (relay and parachain), if the relay chain falls behind, the parachain and frontier fall out of sync, only fully resyncing when the relay chain is back in sync. In this scenerio, calling the eth_syncing method returns false.
Steps to Reproduce
These steps were performed on a Moonbeam RPC with tracing files on Moonbeam client v0.37.0.
On a fully synced node:
Stop the client.
Delete the relay chain database.
Start the client
Issue the eth_syncing method
Expected vs. Actual Behavior
Because the relay has fallen out of sync the frontier db / parachain falls out of sync, and the Best block stops updating., It would be expected that eth_syncing would return true because the parachain wants to sync once the the relay is back in full sync. The actual behavior is that it returns false.
Environment
Operating system: Ubuntu 22.04
Project version/tag: moonbeam client v0.37.0
Chain: Moonbeam
Logs, Errors or Screenshots
In this screenshot you can see that the bottom node is out of sync, and the Best block to be in sync is 5,957,616.
In the logs from the node you can see that the parachain is Idle because it considers the best block 5957567.
Description
On a fully synced node (relay and parachain), if the relay chain falls behind, the parachain and frontier fall out of sync, only fully resyncing when the relay chain is back in sync. In this scenerio, calling the eth_syncing method returns false.
Steps to Reproduce
These steps were performed on a Moonbeam RPC with tracing files on Moonbeam client v0.37.0.
On a fully synced node:
Expected vs. Actual Behavior
Because the relay has fallen out of sync the frontier db / parachain falls out of sync, and the Best block stops updating., It would be expected that eth_syncing would return true because the parachain wants to sync once the the relay is back in full sync. The actual behavior is that it returns false.
Environment
Logs, Errors or Screenshots
In this screenshot you can see that the bottom node is out of sync, and the Best block to be in sync is 5,957,616.
In the logs from the node you can see that the parachain is Idle because it considers the best block 5957567.
In the below call you can see that eth_syncing returns false on the node.
The text was updated successfully, but these errors were encountered: