mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-29 03:44:27 +01:00
* fix: rebasing and updating cargo.lock * feat: add `requested-amount-sat` field to pending swaps * lint * feat: added list-payments method * linting * feat: adding pending transactions to list-payments * fix: rename received_amount to invoice_amount * fix: renaming Pending to PendingReceive * fix: remove expect from preimage unwrapping
breez-sdk-liquid
Tests
In order to run tests, you can execute cargo test -- --nocapture --test-threads 1. This is due to the fact that currently tests require some degree of interaction (e.g. adding the funding invoice) in order to work, and thus should be run with a single thread (sequentially).