-
Notifications
You must be signed in to change notification settings - Fork 43
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
E3: .result.highestBlock
and .result.currentBlock
block height mismatch
#541
Comments
Thanks for reporting, I think I might have found where the problem is. I will update you once it's finish. I think result what you are getting right now on |
Thanks for the update and yes, please keep me posted! |
Hey @ryujimin220 for now we will not fix this as Erigon3 is planing to have it in a alpha6 erigontech#11487 and our change right now could only lead to conflicts. I will update this issue once we have alpha6 in our code |
Hey @MatusKysel, thanks for the update. |
@ryujimin220 I think it could be 1-2 weeks, but as soon as fix is available from erigon I will cherry-pick it and let you know |
Got it. Thanks @MatusKysel |
Hey @ryujimin220 erigontech@54960b0 so I am updating you, fix is ready in main erigon but we are waiting for alpha release. The new release is 75% ready https://github.com/erigontech/erigon/milestone/24 |
Awesome! |
Hey @MatusKysel , |
Hey @ryujimin220 alpha6 milestone was closed few hours ago https://github.com/erigontech/erigon/milestone/24 now we are waiting for official release. My estimation are that this week you will have fixed version |
Perfect! Please keep me posted when the official release is out! |
System information
Erigon version:
./erigon --version
OS & Version: Windows/Linux/OSX
Erigon Command (with flags/config):
Config:
Chain/Network:
Expected behaviour
.result.highestBlock
to be greater than.result.currentBlock
Actual behaviour
.result.highestBlock
is way behind.result.currentBlock
.result.highestBlock
The text was updated successfully, but these errors were encountered: