breez-sdk icon indicating copy to clipboard operation
breez-sdk copied to clipboard

Results 89 breez-sdk issues
Sort by recently updated
recently updated
newest added

With BIP-353 a user can insert a TXT DNS record to associate lightning address type identifiers to a resolvable BIP-21 or Bolt12 offer. https://github.com/bitcoin/bips/blob/master/bip-0353.mediawiki

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...

This PR implements frb v2 [Methods](https://cjycode.com/flutter_rust_bridge/guides/functions/methods) support. - `connect` now returns a `BindingsBreezServices` which we can call `BreezServices` API from. ### TODO: - [ ] Add migration guide. - [...

flutter_rust_bridge

Logs currently contain unuseful sections like below, cluttering the logs. This PR sets the default log level to `info`, and all sdk related loglevels to `debug`. ``` [BreezSdk] {CONFIG} (2024-10-07T14:17:08.170036Z)...

This PR changes the SuccessAction enum variant structure to use named fields so that the struct can be used with uniffi. Needed for https://github.com/breez/breez-sdk-liquid/pull/524

The calls to `send_pay` are not covered by greenlight's awaitable channel futures. Therefore wait for channels to be reestablished before doing any calls to `send_pay`. Alternative to https://github.com/Blockstream/greenlight/issues/522

This PR adds the SDK version in the diagnostic data output: ``` ***Version*** SDK v0.5.2 (23c25faac7) ```

This PR changes the lnurl auth functionality to support signers that don't expose private keys. Instead of passing the private key (linking key) to the lnurl module for signing the...

There is one struct in particular that uses this behind a feature flag: https://github.com/breez/breez-sdk-greenlight/blob/12980553a1ca1f6cd4d73e1128cb468276c578b6/libs/sdk-common/src/lnurl/specs/pay.rs#L128-L147 Question: - Should `sdk-common` remove the `liquid` feature flag and instead only contain truly common structs...