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
Introduce message types and handlers to enable the exchange of peer storage data between nodes.
PeerStorageMessage: Used to send encrypted backups to peers.
YourPeerStorageMessage: Used to return a peer's stored data upon reconnection.
- Define two new message types: PeerStorageMessage and YourPeerStorageMessage.
- Implement handlers for these messages in ChannelMessageHandler.
- Add SendPeerStorageMessage and SendYourPeerStorageMessage to MessageSendEvent.
log_debug!(WithContext::from(&self.logger,Some(*node_id),Some(msg.common_fields.temporary_channel_id),None),"Handling SendAcceptChannel event in peer_handler for node {} for channel {}",
0 commit comments