v0.1.23
🚨 Critical Fix
Fixed
- Critical: Fix channel closed crash that was causing nodes to unexpectedly exit (#1801)
- Nodes would crash when connection notification channels were closed
- Prevented proper error handling during connection failures
- Now properly handles closed channels without propagating the error
Technical Details
- Improved error handling in P2P protocol connection notifications
- Uses
inspect_err
pattern for cleaner error logging - Changed log level from debug to warn for connection failure notifications
This release fixes a critical bug that could cause node instability. All users are recommended to upgrade.
[AI-assisted debugging and comment]