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
Remove confirmed from Produced block log message but only for Proper Savanna blocks.
confirmed
Produced block
info 2024-09-13T12:17:47.061 nodeos controller.cpp:3637 log_applied ] Received block 0079decc2f636cfd... #143 @ 2024-09-13T12:17:47.500 signed by eosio [trxs: 0, lib: 141, net: 0, cpu: 100, elapsed: 118, time: 724, latency: -438 ms] info 2024-09-13T12:17:47.965 nodeos controller.cpp:3473 commit_block ] Produced block aa2c53635b62bb64... #144 @ 2024-09-13T12:17:48.000 signed by defproducera [trxs: 0, lib: 142, confirmed: 0, net: 0, cpu: 100, elapsed: 676, time: 3713]
Also lib should return the last_final_block_num of the block.
lib
last_final_block_num
The text was updated successfully, but these errors were encountered:
GH-787 Update Produced block and Recieved block logs to report lib ac…
5a7d1ea
…cording to block. Also do not report confirmed for savanna blocks.
Merge pull request #799 from AntelopeIO/GH-787-logging
84f2e02
[1.0.2] Update Produced block and Received block logs
Merge remote-tracking branch 'spring/release/1.0' into GH-787-logging…
a907b06
…-main
Merge pull request #800 from AntelopeIO/GH-787-logging-main
2748d96
[1.0.2 -> main] Update Produced block and Received block logs
heifner
Successfully merging a pull request may close this issue.
Remove
confirmed
fromProduced block
log message but only for Proper Savanna blocks.Also
lib
should return thelast_final_block_num
of the block.The text was updated successfully, but these errors were encountered: