-
Notifications
You must be signed in to change notification settings - Fork 95
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
geth: Sync status always %100. #2017
Comments
Between this and #2016, the |
Oh wait, we're intentionally doing this: dcrdex/client/asset/eth/multirpc.go Lines 1024 to 1035 in 63cbc66
|
I knew it was intentional with the client, but not sure with the server. Will look into it. |
This seems to be the case with server over ipc as well. |
Yes, ipc for client to. Easy to observe on testnet with a new eth node combo. I guess something has changed with sync status since the merge. |
Putting in some logs with client over ipc,
While the node acknowledges we are a few weeks behind:
|
Looking around for some info, maybe we have to fall back to header age again. |
The server is checking header age, but the calculation is wrong. Probably my fault. |
Unrelated, but my goerli geth node is filled with this error:
|
ethereum/go-ethereum#25534 (comment)
So I agree it looks like we need to look at header age. |
Server will start the markets before chain is synced. Client just says %100 and will trade when it should no be able to yet.
The text was updated successfully, but these errors were encountered: