You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable ChainMonitor sending peer storage to channel partners whenever a new block is added,
a new message handler, `SendingOnlyMessageHandler`, has been introduced.
This allows the `ChainMonitor` to handle the peer storage distribution.
Key changes:
- Introduce the SendingOnlyMessageHandler trait to facilitate peer storage distribution.
- Add SendingOnlyMessageHandler into the MessageHandler.
- Implement SendingOnlyMessageHandler for ChainMonitor and IgnoringMessageHandler.
- Process SendingOnlyMessageHandler events inside process_events().
0 commit comments