rust-lightning
rust-lightning copied to clipboard
Peer storage feature
This would enable nodes to distribute small blobs among their peers, which could be retrieved to resume or force-close the channel operation upon data corruption.
Elaborated in detail here
It's far from complete right now, but please let me know if I am making any mistakes because I am very new to both Rust and LDK :)
Thanks for the review @TheBlueMatt, I was afk last week. I will work on these changes in this week.