-
Notifications
You must be signed in to change notification settings - Fork 379
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
Improve block connection logging #2348
Comments
can i try this one? |
Go for it. Should require carefully reading the block and transaction connection codepaths from ChannelManager and ChainMonitor all the way down and just ensuring that everything that happens gets logged but only once. |
Could i get more information about codepath from |
They're fully separate, called independently from LDK users' code. |
Ok , |
This issue is about the block connection, though, not the message handling flow. Block connection happens via |
This commit is logging confirmed txids and also logging when we adds things to the filter solves lightningdevkit#2348
Implement the Display trait for Outpoint and utilize it in the codebase for monitoring outpoints. Additionally, add log tracing for best_block_update and confirmed transactions. solves lightningdevkit#2348
Implement the Display trait for Outpoint and utilize it in the codebase for monitoring outpoints. Additionally, add log tracing for best_block_update and confirmed transactions. solves lightningdevkit#2348
Implement the Display trait for Outpoint and utilize it in the codebase for monitoring outpoints. Additionally, add log tracing for best_block_update and confirmed transactions. solves lightningdevkit#2348
Implement the Display trait for Outpoint and utilize it in the codebase for monitoring outpoints. Additionally, add log tracing for best_block_update and confirmed transactions. solves lightningdevkit#2348
Implement the Display trait for Outpoint and utilize it in the codebase for monitoring outpoints. Additionally, add log tracing for best_block_update and confirmed transactions. solves lightningdevkit#2348
We regularly get users reporting issues with block sync (cause our API is a bit confusing, which desperately needs fixing by exposing the block sync crates to bindings users). These are quite hard to debug from our logs as our logs just aren't super detailed. We should log txids connected/confirmed as long as the list is small-ish, and maybe also log when we add things to the filter.
The text was updated successfully, but these errors were encountered: