rust-lightning/lightning-net-tokio
Aditya Sharma 81e89d82fd Add Message Handlers for Peer Storage
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.
2025-02-15 01:17:07 +05:30
..
src Add Message Handlers for Peer Storage 2025-02-15 01:17:07 +05:30
Cargo.toml Bump crate versions to 0.1.0/invoice 0.33.0/dns-resolver 0.2 2025-01-28 16:45:09 +01:00