Breez-sdk-liquid

Latest version: v0.7.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6.2

Features and Bug fixes
* Real-time synchronization service of payments metadata and swaps information for a better multi-device, multi-app and app restore UX.
* Pay to BIP353 addresses.
* Receive to a BTC address without specifying an amount.
* Allow external input parser integration including out of the box support for Pick n' Pay QR codes.
* Added payment expiration information for pending payments.

What's Changed
* Fix typo in fallback payment description by ok300 in https://github.com/breez/breez-sdk-liquid/pull/580
* Payload compatibility for Expo notifications by larcho in https://github.com/breez/breez-sdk-liquid/pull/572
* Use lockup or claim address for Bitcoin address query by dangeross in https://github.com/breez/breez-sdk-liquid/pull/582
* Fix handling of Esplora API call results by ok300 in https://github.com/breez/breez-sdk-liquid/pull/585
* Set IPHONEOS_DEPLOYMENT_TARGET in CI by dangeross in https://github.com/breez/breez-sdk-liquid/pull/587
* Persist swapper fees for swaps by ok300 in https://github.com/breez/breez-sdk-liquid/pull/586
* Add zero-amount Receive Chain Swap by ok300 in https://github.com/breez/breez-sdk-liquid/pull/538
* Fix clippy CI step by ok300 in https://github.com/breez/breez-sdk-liquid/pull/593
* Fix CLI reference by ok300 in https://github.com/breez/breez-sdk-liquid/pull/594
* External input parsing by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/597
* Check MRH has already been paid by dangeross in https://github.com/breez/breez-sdk-liquid/pull/596
* Zero-amount quote get balance retry by dangeross in https://github.com/breez/breez-sdk-liquid/pull/603
* Add ExternalInputParser mirror for frb by dangeross in https://github.com/breez/breez-sdk-liquid/pull/605
* Minor docs fixes by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/612
* Support default external input parsers by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/614
* Real-time Sync: Merge changes to main branch by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/629
* Consider only L-BTC when calculating wallet balance by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/630
* Store unblinding data for the tx by dangeross in https://github.com/breez/breez-sdk-liquid/pull/584
* Pre-check updated fields before committing outgoing sync by dangeross in https://github.com/breez/breez-sdk-liquid/pull/623
* Expose updated swap fees for user review by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/615
* Increase the max zero-conf amount for receive swaps by dangeross in https://github.com/breez/breez-sdk-liquid/pull/640
* Move bolt12 parsing to sdk-common by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/638
* Fix fees shown for send chain swaps by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/641
* Update `flutter_rust_bridge` to `2.7.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/642
* Fix missing dart bindings by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/644
* Add payment expiry by dangeross in https://github.com/breez/breez-sdk-liquid/pull/622


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.5.1...0.6.1

0.5.1

Features and Bug fixes
* Pay bolt12 offers
* Connect to an external signer
* Drain to a Liquid address
* Preimage information added to received payments
* Retrieve LNURL-Pay fees before paying

What's Changed
* Add notification plugin CI by dangeross in https://github.com/breez/breez-sdk-liquid/pull/526
* Add prepare_lnurl_pay by dangeross in https://github.com/breez/breez-sdk-liquid/pull/524
* Bump sdk-common by dangeross in https://github.com/breez/breez-sdk-liquid/pull/527
* Fix SDK checkout by dangeross in https://github.com/breez/breez-sdk-liquid/pull/528
* Fix list payments filter by dangeross in https://github.com/breez/breez-sdk-liquid/pull/529
* Log exact error root cause when failing to lookup script address by ok300 in https://github.com/breez/breez-sdk-liquid/pull/530
* `GetInfoResponse`: add fingerprint by ok300 in https://github.com/breez/breez-sdk-liquid/pull/532
* Support user implemented signer. by roeierez in https://github.com/breez/breez-sdk-liquid/pull/495
* Add API key to RN example by dangeross in https://github.com/breez/breez-sdk-liquid/pull/533
* Skip missed ticks by dangeross in https://github.com/breez/breez-sdk-liquid/pull/534
* Add swift framework plists by dangeross in https://github.com/breez/breez-sdk-liquid/pull/536
* Bring remaining u32 amount types to u64 by ok300 in https://github.com/breez/breez-sdk-liquid/pull/537
* Receive Chain Swap: support refund even when lockup address is re-used by ok300 in https://github.com/breez/breez-sdk-liquid/pull/471
* Prevent swap double claim by dangeross in https://github.com/breez/breez-sdk-liquid/pull/542
* Reserved address pool by dangeross in https://github.com/breez/breez-sdk-liquid/pull/531
* Send: Fix double-lockup when payment is TimedOut by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/541
* Propagate signer interface changes by ok300 in https://github.com/breez/breez-sdk-liquid/pull/544
* Send: Allow transition from `TimedOut` state to `Created` by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/545
* Store claim_address for incoming chain swap when claiming by dangeross in https://github.com/breez/breez-sdk-liquid/pull/548
* Onchain payment flow: add more logging by ok300 in https://github.com/breez/breez-sdk-liquid/pull/551
* Fix chronological order of `list_payments` by dangeross in https://github.com/breez/breez-sdk-liquid/pull/552
* Retry chain swap server lockup tx verification by dangeross in https://github.com/breez/breez-sdk-liquid/pull/557
* Liquid/Lightning drain by dangeross in https://github.com/breez/breez-sdk-liquid/pull/553
* Validate the pay_onchain address by dangeross in https://github.com/breez/breez-sdk-liquid/pull/561
* Notification Plugin: Notify success when waiting for confirmation by dangeross in https://github.com/breez/breez-sdk-liquid/pull/562
* Log errors on starting an SDK instance by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/565
* Wipe storage cache in case of data corrupted issue by roeierez in https://github.com/breez/breez-sdk-liquid/pull/566
* Android: Replaced with "$rootDir" with "$projectDir" by larcho in https://github.com/breez/breez-sdk-liquid/pull/558
* Configurable cache dir by dangeross in https://github.com/breez/breez-sdk-liquid/pull/567
* Fix Swift URL init compatibility by dangeross in https://github.com/breez/breez-sdk-liquid/pull/569
* Add support for paying to BOLT12 by ok300 in https://github.com/breez/breez-sdk-liquid/pull/549
* Add preimage to receive payment by dangeross in https://github.com/breez/breez-sdk-liquid/pull/571
* Add precision validation for Moonpay call by ok300 in https://github.com/breez/breez-sdk-liquid/pull/576
* Remove 32bit support by ok300 in https://github.com/breez/breez-sdk-liquid/pull/575
* Remote csharp reference to 32bit binding by ok300 in https://github.com/breez/breez-sdk-liquid/pull/577

New Contributors
* larcho made their first contribution in https://github.com/breez/breez-sdk-liquid/pull/558

**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.4.0-rc3...0.5.1

0.5.0rc8

Features & Bug fixes

* Support paying bolt12 offer
* Fix preimage missing for received payments
* Add validation for fiat onramp amounts

What's Changed
* Android: Replaced with "$rootDir" with "$projectDir" by larcho in https://github.com/breez/breez-sdk-liquid/pull/558
* Configurable cache dir by dangeross in https://github.com/breez/breez-sdk-liquid/pull/567
* Fix Swift URL init compatibility by dangeross in https://github.com/breez/breez-sdk-liquid/pull/569
* Add support for paying to BOLT12 by ok300 in https://github.com/breez/breez-sdk-liquid/pull/549
* Add preimage to receive payment by dangeross in https://github.com/breez/breez-sdk-liquid/pull/571
* Add precision validation for Moonpay call by ok300 in https://github.com/breez/breez-sdk-liquid/pull/576
* Remove 32bit support by ok300 in https://github.com/breez/breez-sdk-liquid/pull/575
* Remote csharp reference to 32bit binding by ok300 in https://github.com/breez/breez-sdk-liquid/pull/577

New Contributors
* larcho made their first contribution in https://github.com/breez/breez-sdk-liquid/pull/558

**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.5.0-rc5...0.5.0-rc8

0.5.0rc5

Features & Bug fixes

* Support connecting to external signer
* Retrieve LnurlPay fees before paying
* Fix chain swap refund for multiple lockup transactions
* Fix swift framework
* fix list_payment chronological order

What's Changed
* Add notification plugin CI by dangeross in https://github.com/breez/breez-sdk-liquid/pull/526
* Add prepare_lnurl_pay by dangeross in https://github.com/breez/breez-sdk-liquid/pull/524
* Bump sdk-common by dangeross in https://github.com/breez/breez-sdk-liquid/pull/527
* Fix SDK checkout by dangeross in https://github.com/breez/breez-sdk-liquid/pull/528
* Fix list payments filter by dangeross in https://github.com/breez/breez-sdk-liquid/pull/529
* Log exact error root cause when failing to lookup script address by ok300 in https://github.com/breez/breez-sdk-liquid/pull/530
* `GetInfoResponse`: add fingerprint by ok300 in https://github.com/breez/breez-sdk-liquid/pull/532
* Support user implemented signer. by roeierez in https://github.com/breez/breez-sdk-liquid/pull/495
* Add API key to RN example by dangeross in https://github.com/breez/breez-sdk-liquid/pull/533
* Skip missed ticks by dangeross in https://github.com/breez/breez-sdk-liquid/pull/534
* Add swift framework plists by dangeross in https://github.com/breez/breez-sdk-liquid/pull/536
* Bring remaining u32 amount types to u64 by ok300 in https://github.com/breez/breez-sdk-liquid/pull/537
* Receive Chain Swap: support refund even when lockup address is re-used by ok300 in https://github.com/breez/breez-sdk-liquid/pull/471
* Prevent swap double claim by dangeross in https://github.com/breez/breez-sdk-liquid/pull/542
* Reserved address pool by dangeross in https://github.com/breez/breez-sdk-liquid/pull/531
* Send: Fix double-lockup when payment is TimedOut by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/541
* Propagate signer interface changes by ok300 in https://github.com/breez/breez-sdk-liquid/pull/544
* Send: Allow transition from `TimedOut` state to `Created` by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/545
* Store claim_address for incoming chain swap when claiming by dangeross in https://github.com/breez/breez-sdk-liquid/pull/548
* Onchain payment flow: add more logging by ok300 in https://github.com/breez/breez-sdk-liquid/pull/551
* Fix chronological order of `list_payments` by dangeross in https://github.com/breez/breez-sdk-liquid/pull/552
* Retry chain swap server lockup tx verification by dangeross in https://github.com/breez/breez-sdk-liquid/pull/557
* Liquid/Lightning drain by dangeross in https://github.com/breez/breez-sdk-liquid/pull/553
* Validate the pay_onchain address by dangeross in https://github.com/breez/breez-sdk-liquid/pull/561
* Notification Plugin: Notify success when waiting for confirmation by dangeross in https://github.com/breez/breez-sdk-liquid/pull/562
* Log errors on starting an SDK instance by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/565
* Wipe storage cache in case of data corrupted issue by roeierez in https://github.com/breez/breez-sdk-liquid/pull/566


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.4.0-rc3...0.5.0-rc5

0.4.0rc3

Features & Bug fixes
* PendingConfirmation notification now is fixed for received payments via magic hints.
* `get_payment` by hash API function was added
* `list_payments` now supports filtering by address
* Fix incorrect chain swap refund fees
* `list_refundables` now reflects the correct refund amount in case of multiple utxos.

Breaking changes
* `default_config` function now must receive API key on mainnet.

What's Changed
* Fix lowball fee rates for onchain liquid tx by roeierez in https://github.com/breez/breez-sdk-liquid/pull/498
* Fix pay onchain claim fee by dangeross in https://github.com/breez/breez-sdk-liquid/pull/499
* Flutter uniFFI by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/510
* Update `flutter_rust_bridge` to `2.4.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/511
* Fix publishing of Flutter sources by dangeross in https://github.com/breez/breez-sdk-liquid/pull/513
* Re-add convenience Flutter gen command by dangeross in https://github.com/breez/breez-sdk-liquid/pull/514
* Chain swap cooperative refund: fix triggering of `refund_incoming_swap` by ok300 in https://github.com/breez/breez-sdk-liquid/pull/517
* Fix: Incoming Chain Swap Refund by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/522
* `list-refundables`: show refundable amount, not swap amount by ok300 in https://github.com/breez/breez-sdk-liquid/pull/516
* SDK: Require Breez API key globally by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/520
* Get Payment by dangeross in https://github.com/breez/breez-sdk-liquid/pull/476
* Add Breez electrum server for Liquid Mainnet by ok300 in https://github.com/breez/breez-sdk-liquid/pull/525


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.3.4...0.4.0-rc3

0.3.4

Bug fixes
* Fix error on sending an amount closed to the balance
* Use the correct claim fee rate on `pay_onchain`

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.