breez-sdk
breez-sdk copied to clipboard
Greenlight has moved to a new credential mechanism. This PR migrates to that new mechanism. - Old credentials retrieved from the scheduler are now deprecated. They are removed from the...
LOG {"level": "TRACE", "line": "put; add idle connection for (\"https\", mempool.emzy.de)"} LOG {"level": "DEBUG", "line": "pooling idle connection for (\"https\", mempool.emzy.de)"} LOG {"level": "ERROR", "line": "Call to chain service https://mempool.emzy.de/api...
Hi all, When receiving a payment for an invoice where a new channel needs to be created, the `fee_msat` seems to be missing from the `InvoicePaid` event. We are currently...
This PR addresses - #979 SDK streams references are created on `initialize` which can be listened, subscribed to & unsubscribed from during BreezSDK's lifetime. #### Changelist: - Subscribe and unsubscribe...
When initiating a reverse swap this error appears: ``` [BreezSdk] {CONFIG} (2024-05-17T20:00:25.015695Z) : Persisting new status for reverse swap 7dKBIz to be InProgress [BreezSdk] {CONFIG} (2024-05-17T20:00:25.046263Z) : Updating lockup_txid for...
This PR adds the ability to re-initialise SDK streams between sessions without the need for Stream & StreamSubscription management on Flutter side. - frb v2 is required to be able...
This PR builds on - #940 and removes `breez-sdk-bindings` package & uniFFI bindings dependency of the Flutter plugin. All related build steps are temporarily bundled under `bootstrap` recipe. #### Changelist:...
This PR addresses migration of `flutter_rust_bridge` from v1 to v2. #### Changelist: - Cleaned up frb v1 files - Config settings are now read from `flutter_rust_bridge.yaml` configuration file bc7b6a0 -...
This PR bumps our uniffi dependency from 0.23 to 0.25. Changelog: https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md#v0250-backend-crates-v0250---2023-10-18 It also bumps - the NordSecurity `uniffi-bindgen-go` dependency - the Kotlin MPP https://gitlab.com/trixnity/uniffi-kotlin-multiplatform-bindings dependency