lwk 0.5.0
lwk: ^0.5.0 copied to clipboard
A dart/flutter library with language bindings for rust library [lwk](https://github.com/Blockstream/lwk) - Liquid Wallet Kit.
0.5.0 #
- feat (BREAKING): rename the public
Networkenum toLiquidNetwork - feat: add
getLbtcAssetIdandgetLtestAssetIdfunctions - chore: update
lwk_wollet,lwk_signerandlwk_commonto 0.18.0 (via 0.17.0) - chore: update
sideswap_rustto latest (rev3722a83) - chore: install the rustls
ringCryptoProvider at init (required by lwk 0.18's rustls) - chore: replace deprecated
Wollet::with_fs_persistwithWolletBuilderusing the legacy fs store (same on-disk format, existing wallet caches still load) - chore: switch
PsetAmountsconstruction toPsetBalance::fees_in(policy_asset)afterPsetBalance::feewas removed upstream - chore: cfg-gate
frb_generatedbehind abull_sdkfeature for the aggregated bull_sdk crate - chore: regenerate FRB bindings (standalone crate compiles again; Dart surface now exposes
LiquidNetwork) - chore: ignore
test_broadcast(live-network test; its pre-signed tx inputs are long spent)
0.4.0 #
- chore: pin lockfiles and update dependencies to latest; Flutter 3.44.1 / Dart 3.12.1 /
flutter_rust_bridge2.12.0; release toolchain on stable Rust
0.3.0 #
- feat: add
LiquidTransactionandPartiallySignedElementsTransactionAPIs - feat:
isSendAllfor create Payjoin - fix: return
unblinded_outputsfrombuild_payjoin_tx - fix: building for Flutter >3.32.0
- fix: Android 16kb page size
- chore: update
flutter_rust_bridgeto 2.11.1 - chore: update to the latest
sideswap_rust
0.2.2 #
- Fix payjoins for nested segwit wallets.
- Allow config of base_url to fetch usdt utxos for payjoin
- Add stop-at-index and timeout options to sync
0.2.1 #
- fix: export error type
- added: DecodedPset for absolute fees from pset
- added: method to return SizeAndFees (renamed DecodedPset)
- updated generated code
0.2.0 #
- upgrade: frb 2.9.0
- Add PayJoin API
0.1.7 #
- Updated to lwk 0.9
- Discount CT (Confidential Transaction)
0.1.6 #
- Score improvments
- fix liblwk.a not found
0.1.5 #
- Initial version