-
Notifications
You must be signed in to change notification settings - Fork 71
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
leap-util should show number of blocks in blocks.log #1146
Comments
Output in a nice easy-to-parse format is welcome. |
Do you know by any chance in which version of leap eosio-blocklog showed number of blocks in smoke-test? I am looking at the older code and I can see it is being reported only when there is a disagreement between log/index leap/programs/eosio-blocklog/main.cpp Line 276 in e059d82
I tested leap-util and when disagreement happens it shows blocks num in error as well: It is trivial to add it to successful check as well. Any suggestions on the reporting format? |
It used to be in eosio 2.0.x and leap v3.1.0
|
|
Thank you! I'll add a separate issue to have json output available where applicable to the commands in leap-util. |
[4.0] Added block log version and num of blocks to output of leap-util block-log smoke-test
[4.0 -> main] Added block log version and num of blocks to output of leap-util block-log smoke-test
Previously the
eosio-blocklog
tool would show the number of blocks in a blocks.log when running asmoke-test
.This was useful for maintenance and visibility of a blocks.log contents.
The new
leap-util
does not show this detail when running a smoke-test and should be reintroduced.The text was updated successfully, but these errors were encountered: