-
Notifications
You must be signed in to change notification settings - Fork 33
Node syncing, but showing "Synced" #273
Comments
This happened to me this week-end on mainnet, I was trying to narrow it down. |
I've been able to replicate the issue using Parity-Ethereum/v2.1.9-stable-af1169d2f-20181205/x86_64-macos/rustc1.30.1 by:
|
Reproducing the BugTerminal 1 - Start Parity Ethereum
Terminal 2 - Start Fether
Terminal 1 - Kill Parity Ethereum
Terminal 2 - Reload Fether and Clear the Developer Tools Console
Terminal 1 - Restart Parity Ethereum
Debugging the Bug
In Developer Tools it displayed the following based on my console.logs:
In Developer Tools it continued to displayed logs including the following based on my console.logs:
In Developer Tools it continued to displayed logs including the following based on my console.logs:
In Developer Tools it continued to displayed logs including the following based on my console.logs:
Observations & Questions
|
Because of this I don't think that you had the bug. I had it (also saying it's synced on Kovan whereas it was syncing Mainnet) and it remained like this. ps: I removed the labels because they characterize the issue from OP (it's not a question) and |
In withHealth.js, we have:
So when we don't know the sync status we're saying that we're synchronised. I think if we don't know the sync status we should say that we're no synchronised i.e. change it to Perhaps the cause of this Github issue showing "Synced" when the Node is still syncing occurs because the |
@ltfschoen However by default we say that we're synced |
This screenshot was taken ~10s after I arrived on the TokensList page.
The text was updated successfully, but these errors were encountered: