Open G8XSU opened 1 year ago
Hi, any chance for an update on this issue? Thanks!
Hi, Are you interested in phase-2 i.e. multi-device support or Vss phase-1 support that i.e. backups and using it as part of ldk-node?
Yes, it is definitely worth learning from. vss-rs has also drawn from the VSS implementation. I understand that currently ldk-node has integrated the vss-client, but it hasn't fully utilized the version functionality yet (using -1). I'll keep an eye on future developments.
Phase-II:
Overall: Phase-II covers multi-device parallel usage, where a 2+ devices use the same lightning state machine and vss as primary storage for critical data. Ensuring sync b/w devices when one of them writes an update. Ensuring data-integrating by preventing lightning state from getting corrupted using key-level & global-level versioning.
VSS-Client Side :
VSS-Server Side :