-
-
Notifications
You must be signed in to change notification settings - Fork 359
feat: add Breez *Liquid* SDK funding source #2681
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2681 +/- ##
==========================================
- Coverage 61.02% 60.48% -0.54%
==========================================
Files 110 111 +1
Lines 14354 14510 +156
==========================================
+ Hits 8760 8777 +17
- Misses 5594 5733 +139 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dni
reviewed
Sep 13, 2024
very cool! |
prusnak
requested changes
Sep 13, 2024
prusnak
previously requested changes
Sep 14, 2024
79a21c5
to
85e68e1
Compare
dni
approved these changes
Jan 28, 2025
cbf238e
to
3a338fe
Compare
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
reviewed
Jul 3, 2025
motorina0
approved these changes
Jul 3, 2025
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
dni
added a commit
that referenced
this pull request
Jul 15, 2025
Co-authored-by: Pavol Rusnak <pavol@rusnak.io> Co-authored-by: dni ⚡ <office@dnilabs.com> Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A funding source that uses the liquid variant of breez sdk for lightning over liquid.
Running lnbits with this is the same as #2358 but without the need of any additional daemon, in fact, it only needs a seed phrase, making it a very low barrier "non custodial" option (with the known liquid compromises).
Since there is a receiving fee when using boltz swaps, i had to add a field to InvoiceResponse to account for that.
I originally built this for my own use, but I thought it might be a valuable addition for others as well, so I submitted a PR, feel free to share your thoughts.
Also, i don't know how to write tests for this, but we can probably figure something out.