-
Notifications
You must be signed in to change notification settings - Fork 720
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
[BUG] - Regression, block hash truncated in TraceAdoptedBlock log #1738
Comments
##### Added - Sanity check before launching a second instance of cnode.sh [eaa16f6] ##### Removed - `Pool >> Delegators` removed. [closes #435] - If/when a better option than dumping and parsing ledger-state dump arise re-adding it will be considered. - Utilize the community explorers listed at https://cardano-community.github.io/support-faq/#/explorers ##### Fixed - Block Collector script adapted for cardano-node 1.19.0. - Block hash is now truncated in log, issue IntersectMBO/cardano-node#1738 - High cpu usage reported in a few cases when running Block Collector - Depending on log level, parsing and byte64 enc each entry with jq could potentially put high load on weaker systems. Replaced with grep to only parse entries containing specific traces.
* CNTools - 5.4.0 ##### Added - Sanity check before launching a second instance of cnode.sh [eaa16f6] ##### Removed - `Pool >> Delegators` removed. [closes #435] - If/when a better option than dumping and parsing ledger-state dump arise re-adding it will be considered. - Utilize the community explorers listed at https://cardano-community.github.io/support-faq/#/explorers ##### Fixed - Block Collector script adapted for cardano-node 1.19.0. - Block hash is now truncated in log, issue IntersectMBO/cardano-node#1738 - High cpu usage reported in a few cases when running Block Collector - Depending on log level, parsing and byte64 enc each entry with jq could potentially put high load on weaker systems. Replaced with grep to only parse entries containing specific traces.
configuration .JSON might contain: |
this function renders the hashes to text and only with verbosity set to |
Closing this as there is a more than acceptable work-around. |
Exernal
Summary
We used to get the full block hash in TraceAdoptedBlock. In 1.19.0, it's now truncated. This makes it difficult to link to it in the block explorer. Instead of linking directly, we have to do a search now.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to get full block hash so it can easily be saved off or looked up in a 3rd party system.
System info (please complete the following information):
Screenshots and attachments
The text was updated successfully, but these errors were encountered: