mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 07:29:09 +01:00
Introduce message types and handlers to enable the exchange of peer storage data between nodes. PeerStorageMessage: Used to send encrypted backups to peers. PeerStorageRetrievalMessage: Used to return a peer's stored data upon reconnection. - Define two new message types: PeerStorageMessage and PeerStorageRetrievalMessage. - Implement handlers for these messages in ChannelMessageHandler. - Add SendPeerStorageMessage and SendPeerStorageRetrievalMessage to MessageSendEvent. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |