Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to VSS #865

Merged
merged 7 commits into from
Dec 16, 2024
Merged

feat: migrate to VSS #865

merged 7 commits into from
Dec 16, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Dec 9, 2024

Closes #864

Requires getAlby/ldk-node#57

TODO:

  • consume update of LDK-node
  • Update UI to allow user with paid subscription to opt-in
  • API endpoint to confirm the user is eligible (paid subscription) and user can safely update (no pending channel closures / pending in-flight payments, all channels are online), and write the below fields:
svc.cfg.SetUpdate("LdkVssEnabled", "true", "")
svc.cfg.SetUpdate("LdkMigrateStorage", "VSS", "")
  • production test with migrating Roland's main hub

image

image

image

@rolznz rolznz marked this pull request as ready for review December 11, 2024 09:23
@rolznz rolznz merged commit d51db84 into master Dec 16, 2024
9 checks passed
@rolznz rolznz deleted the feat/migrate-to-vss branch December 16, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LDK: Migrate from Sqlite to VSS storage
1 participant