-
Notifications
You must be signed in to change notification settings - Fork 169
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
Display entire hash #13
Comments
jakecraige
added a commit
to jakecraige/blockchain-cli
that referenced
this issue
Sep 15, 2017
Because of the table column width, the hash was getting cut off which hid some information that could be useful for someone experiementing with this tool. By bumping the width of the value field up to 70. It will display the full hash. Before: 0000f96fdd0178807… After: 00004556469a14cbbb0f6383a6bfd7c61aa6c0a8c78d4b9a08a8478bc060a73e Closes 0xs34n#13
jakecraige
added a commit
to jakecraige/blockchain-cli
that referenced
this issue
Sep 15, 2017
Because of the table column width, the hash was getting cut off which hid some information that could be useful for someone experiementing with this tool. By bumping the width of the value field up to 70. It will display the full hash. Before: 0000f96fdd0178807… After: 00004556469a14cbbb0f6383a6bfd7c61aa6c0a8c78d4b9a08a8478bc060a73e Closes 0xs34n#13
jakecraige
added a commit
to jakecraige/blockchain-cli
that referenced
this issue
Sep 15, 2017
Because of the table column width, the hash was getting cut off which hid some information that could be useful for someone experiementing with this tool. By bumping the width of the value field up to 66. It will display the full hash. Before: 0000f96fdd0178807… After: 00004556469a14cbbb0f6383a6bfd7c61aa6c0a8c78d4b9a08a8478bc060a73e Closes 0xs34n#13
@jakecraige Thank you for the kind words 😄 The hash was shorten so the table wouldn't look too overwhelming. Maybe an option in the cli (--json) to display the JSON instead of the table, which would include the entire hash. Or maybe an --long to show the entire hash for the table. |
@seanjameshan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Thanks for building this CLI. It's a really cool way to play around with a blockchain in a really interactive way.
Is there a way to display the full hash and previous hash values? I think it would be helpful if one could take the previous block and manually calculate the next hash to get a deeper understanding of how the blocks are generated, unfortunately the hash is clipped in the table display like so:
The text was updated successfully, but these errors were encountered: