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
Geth version: geth master OS & Version: Windows/Linux/OSX
geth master
snapsync progress should show as 0.00%
0.00%
snapsync progress show as synced=+Inf% when estBytes == 0 https://github.com/ethereum/go-ethereum/blob/master/eth/protocols/snap/sync.go#L2835
synced=+Inf%
estBytes == 0
INFO [03-03|17:00:57.754] State sync in progress synced=+Inf% state=325.02KiB accounts=0@0.00B slots=1573@325.02KiB codes=0@0.00B eta=-315.414ms
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System information
Geth version:
geth master
OS & Version: Windows/Linux/OSX
Expected behaviour
snapsync progress should show as
0.00%
Actual behaviour
snapsync progress show as
synced=+Inf%
whenestBytes == 0
https://github.com/ethereum/go-ethereum/blob/master/eth/protocols/snap/sync.go#L2835
Steps to reproduce the behaviour
Backtrace
The text was updated successfully, but these errors were encountered: