Breez-sdk-liquid

Latest version: v0.7.3

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

Scan your dependencies

Page 1 of 2

0.7.1

Features and Bug fixes

* Support [multiple Liquid assets](https://sdk-doc-liquid.breez.technology/guide/assets.html) with built in support for USDT
* Faster payments & instant SDK initialization
* [Drain all funds](https://sdk-doc-liquid.breez.technology/guide/lnurl_pay.html#draining-all-funds) is now also available via LNURL-Pay
* Automatically remove replaceable push notifications
* Add an event for refundable swaps
* Real-time sync optimizations
* Support [regtest](https://github.com/breez/breez-sdk-liquid/tree/main/regtest)
* Added a mnemonic passphrase option to ConnectRequest

What's Changed
* Fix actual payer amount recovery by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/650
* Add destination pubkey and bolt12 invoice to payment details by dangeross in https://github.com/breez/breez-sdk-liquid/pull/649
* Implement optimistic locking for read-update-write swap operations by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/652
* Fix migrations ordering by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/656
* Ignore claim tx if preimage is not known or invalid by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/653
* Fix: Add L-BTC asset matching network type by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/658
* Fix: Remove auto-formatting command from tonic build by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/655
* Fix: prevent non-local chain swap claim by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/660
* Consider only confirmed transactions for wallet balance by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/664
* Store the payer/receiver amount for MRH by dangeross in https://github.com/breez/breez-sdk-liquid/pull/668
* Fix swap structs PartialEq implementation by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/662
* Fix amountless receiver amount and waiting fee acceptance condition by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/670
* Recoverer: Add cooperative preimage recovery and optimize flow by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/669
* Ensure fees are calculated without overflow by dangeross in https://github.com/breez/breez-sdk-liquid/pull/671
* Increase keep-alive time and add CLI sync service variable by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/672
* Discount Confidential Transactions by dangeross in https://github.com/breez/breez-sdk-liquid/pull/637
* fix confirmed balance by roeierez in https://github.com/breez/breez-sdk-liquid/pull/678
* Fix receive chain swap `is_refundable` condition by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/680
* README: update supported features for 0.6.0 release by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/665
* Add `sort_ascending` flag to list_payments by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/679
* Remove mandatory API key checks by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/639
* Include non-swap state in list payments query by dangeross in https://github.com/breez/breez-sdk-liquid/pull/673
* Prevent claiming of overpaid swaps by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/667
* Add SdkEvent for refundable swap by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/683
* Set specific rev for Boltz client crate by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/685
* Validate refund address input by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/687
* Fix new clippy warnings by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/689
* Chain swap refund tx fee bumping by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/688
* Expose amountless swap fees auto acceptance by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/690
* Multi-asset send/receive by dangeross in https://github.com/breez/breez-sdk-liquid/pull/645
* Configure asset metadata by dangeross in https://github.com/breez/breez-sdk-liquid/pull/659
* Consider PairLimits in is_refundable condition by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/691
* Verify and claim swap if not verifiable in swap loop by dangeross in https://github.com/breez/breez-sdk-liquid/pull/681
* Fix the send amount for swap payments by dangeross in https://github.com/breez/breez-sdk-liquid/pull/693
* CLI: Make data-sync opt-out by dangeross in https://github.com/breez/breez-sdk-liquid/pull/692
* Explicitly set absolute fees when signing transactions by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/682
* Use cached electrum client connection for full_scan by roeierez in https://github.com/breez/breez-sdk-liquid/pull/696
* LNURL-pay drain by dangeross in https://github.com/breez/breez-sdk-liquid/pull/674
* Allow incoming chain swap refund tx id overwrite by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/695
* Distinguish between failed fetch and tx not found by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/703
* Increase onchain fetching retries by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/702
* configure timeouts by roeierez in https://github.com/breez/breez-sdk-liquid/pull/706
* Remove electrum tip query on start by roeierez in https://github.com/breez/breez-sdk-liquid/pull/708
* Prevent missing notifications due to concurrent SDK instances by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/697
* Cache last known tip by roeierez in https://github.com/breez/breez-sdk-liquid/pull/713
* Automatically remove replaceable notifications by dangeross in https://github.com/breez/breez-sdk-liquid/pull/711
* Switch to pure AES implementation in ecies by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/716
* Don't attempt to derive empty derivation path by dangeross in https://github.com/breez/breez-sdk-liquid/pull/719
* Misc: Add log header on SDK initialization by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/717
* Use same tx_map for recovery of swaps and liquid payments by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/720
* Add seed passphrase to ConnectRequest by dangeross in https://github.com/breez/breez-sdk-liquid/pull/722
* Remove swapper initialization at startup by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/712
* fix persist error on initialization by roeierez in https://github.com/breez/breez-sdk-liquid/pull/724
* Clean and update dependencies by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/726
* Support regtest by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/707
* Real-time Sync: Add notifications endpoint by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/694
* Revert "Clean and update dependencies (726)" by roeierez in https://github.com/breez/breez-sdk-liquid/pull/728
* Send Swap recovery fixes by dangeross in https://github.com/breez/breez-sdk-liquid/pull/730
* Clean payment txs data on sync by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/731
* Persist and expose BIP353 addresses by danielgranhao in https://github.com/breez/breez-sdk-liquid/pull/718
* Refactor sync notifications loop by roeierez in https://github.com/breez/breez-sdk-liquid/pull/732
* Consider created send swaps as recoverable by dangeross in https://github.com/breez/breez-sdk-liquid/pull/735
* Deduct send amount if tx not seen yet by dangeross in https://github.com/breez/breez-sdk-liquid/pull/736


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.6.4...0.7.1

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

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.