Daniel Granhão
Daniel Granhão
Given that `register_webhook()` only registers the webhook URL with the currently selected LSP and that webhook registrations expire after a while, users can stop receiving notifications if they switch LSP....
In the same way a `Payment` can represent a channel closing if the type is `PaymentType::ClosedChannel`, it would be user-friendly if the payment list returned by `list_payments()` could also include...
As a user, I would like to be able to see previously requested payments, even if they haven't been received yet. When an invoice is created using `receive_payment()`, the method...
On node `02918f627bfc2a86469f48a808045d4dee49cda2a85b6a6a15e4e0eab291060993`, we cannot start a reverse-swap that sends out all funds. It always returns error `Generic: Trying to pay the HODL invoice timed out: deadline has elapsed`. The...
There is currently no way to get the fees spent in past reverse swaps. It would be useful if a `Payment` resulting from a reverse swap included fee information like...
Right now, for parsing BIP353 addresses, we parse the resulting BIP21 using custom logic that only looks for a BOLT12 offer or an LNURL. We should support resolving to a...
Sending an onchain payment using a reverse swap results in a `Payment` that contains a `ReverseSwapInfo`. It would be useful if `ReverseSwapInfo` included the fees that were spent for the...
Not sure if this is specific to MacOS, but the tests that rely on `bitcoind` are failing with: ``` thread 'btc_reverse_claim_relative_fee' panicked at tests/test_framework/mod.rs:43:14: called `Result::unwrap()` on an `Err` value:...
This simplifies things a bit. It's the approach used in the spark sdk.
Same as https://github.com/breez/breez-sdk-liquid/issues/964