mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-31 12:54:31 +01:00
* list-refundables: show refundable amount, not swap amount * Rename chainswap fn for clarity get_lockup_swap_script_pubkey only applies to Receive Chain Swaps, so it was renamed to get_receive_lockup_swap_script_pubkey. * list_refundables: batch calls to fetch balance from chain service * Simplify conversion from Chain Swap to RefundableSwap * Fix MockBitcoinChainService * Re-generate flutter bindings * Add utility for creating SdkError::Generic with &str or String * Chain Swap getter for swap script pk: throw SdkError instead of anyhow::Error * Update RefundableSwap comment Co-authored-by: Ross Savage <551697+dangeross@users.noreply.github.com> * Re-generate dart files --------- Co-authored-by: Ross Savage <551697+dangeross@users.noreply.github.com>