-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add zero-amount Receive Chain Swap #538
Changes from 8 commits
89e20d4
bedc05d
92c403b
445418c
c1a556b
333c5c5
05483a5
322972f
35cb343
f201d6c
d3f4488
1e18406
ab921c4
5a44caf
c597ced
98864c7
a8efee5
2bfd81c
842df7a
183c828
618879d
e8ac979
addde46
4576ad9
542dec7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ frb = ["dep:flutter_rust_bridge"] | |
[dependencies] | ||
anyhow = { workspace = true } | ||
bip39 = "2.0.0" | ||
boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", branch = "trunk" } | ||
#boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", branch = "trunk" } | ||
boltz-client = { git = "https://github.com/ok300/boltz-rust", branch = "ok300-support-quote" } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is your rust-boltz PR merged yet? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done: e8ac979 |
||
chrono = "0.4" | ||
env_logger = "0.11" | ||
flutter_rust_bridge = { version = "=2.4.0", features = [ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we will need to document the fact that in amountless swap applications need to add the service fee on top of the fees_sat.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done: 542dec7