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

While the SDK has a method to report payment failures with: ```rust sdk.report_issue(ReportIssueRequest::PaymentFailure {}) ``` it would help to extend this method to support reporting general issues along with providing...

##### Resources: - [Upgrade Guide](https://cjycode.com/flutter_rust_bridge/guides/miscellaneous/upgrade/v2) ##### Related issues: - #885 ##### Tasks: - [ ] Support a range of versions instead of a fixed one & - [ ] Handle...

## Context Services like Green or [Bitbox](https://twitter.com/_benma_/status/1731652642013688216) might want to be able to segregate the security assumptions and threat model for protecting users' funds onchain versus on lightning. For instance,...

This PR caches the LspInformation and only refreshes it when a record of the opening fee params expires (hourly) or on reconnect. The aim is to help reduce the requests...

While I was working on - https://github.com/breez/c-breez/issues/877 I've called the command on an old node and the diagnostic data mostly consisted of _ALL_ my payments and it may be unrelated...

When users with previously completed reverse swaps perform a restore, the SDK shows the old reverse swaps as pending for a while. Calling `in_progress_reverse_swaps` a few times after `connect` will...

When the new reverse swap methods were introduced, the existing v1 ones were deprecated but still supported. Eventually we will want to remove the v1 methods and associated bindings, models:...

This is an umbrella-issue to track all necessary changes for this feature. - [ ] Add support to remove webhook URL - [x] LSPD (for payment notifications): https://github.com/breez/lspd/pull/194 - [x]...

high priority

Move the Swift CI into the sdk repo. Needs a secret to be set: `COCOAPODS_TRUNK_TOKEN`

Processing a `payment_received` notification involves a `sync()`. ``` [com.cBreez.client.BreezForegroundService] {INFO} (2024-02-23 12:57:34.763) : pull changed since 1708689097 ``` The filtering by since timestamp happens locally, after the full list of...

greenlight-service
sdk-core
c-breez