-
Notifications
You must be signed in to change notification settings - Fork 19
Improve legacy sync behaviour and logs #132
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 legacy sync behaviour and logs #132
Conversation
…coinbase maturity spend checking has been improved in bsv-blockchain#88
|
🤖 Claude Code Review Status: Complete This PR improves legacy sync behavior by making the block assembly wait timeout configurable and improving logging during sync operations. The changes are well-structured with proper documentation. Observations: The changes look solid overall. The configurable The linear backoff change (20ms base * 4x multiplier vs exponential) and tiered logging (DEBUG for first 5 attempts, then WARN) should reduce log noise while maintaining visibility into persistent issues. All call sites have been correctly updated to pass the new parameter, and the test fixtures have been adjusted appropriately. |
…o bugfix/legacy-logs
…nto bugfix/legacy-logs
The wait for assembly can be increased since #88 was fixed