lightening_wallet 0.5.6
lightening_wallet: ^0.5.6 copied to clipboard
High-performance Lightning wallet for Flutter using Rust FFI with LDK-node. Supports Bitcoin on-chain and Lightning Network payments.
Changelog #
0.5.6 #
- fixing path in podspec
- updated readme
- updated readme
0.5.5 #
- using output files instead of vendored files for xcode fix
0.5.4 #
- updated podspec to use script block for downloading
0.5.3 #
- adding desktop support to initializer
0.5.2 #
- fixing windows cross compilation
0.5.1 #
- fixing download task during android builds
0.5.0 #
- adding desktop
0.4.7 #
- following redirects for release builds
0.4.6 #
- updated cargo lock file
- fixes for cooperative close
0.4.5 #
- exposing txid
0.4.4 #
- exporting symbols
0.4.3 #
- fixes for ldflags
0.4.2 #
- fixing ld flags for ios static lib builds
0.4.1 #
- upgrades for ios 18.0
0.4.0 #
- async
0.3.10 #
- lnurl support
- fixing json encoding error on keysend
0.3.9 #
- fixing gitlab release token
0.3.8 #
- fixing ci to use glab
- 16 byte channel ids
- adding refresh
- bumping ios files when version bumping
0.3.7 #
- using binaries from gitlab release instead of packaging inside pub.dev
0.3.6 #
- using gcp sa key
0.3.5 #
- fixing publish variable
0.3.4 #
- removing duplicate script
- removing listener
0.3.0 #
- Added configurable Esplora URL parameter to
initializeWallet() - Lightning payment timestamps now saved to SQLite when payments are sent
- On-chain transaction timestamps fetched from Esplora API
- Added
txidfield to PaymentInfo for on-chain transaction tracking - Fixed Lightning balance calculation from channel balances
- Improved payment history with accurate amounts from LDK-node
0.2.0 #
- Lightning channel open/close support
- Keysend payments with custom TLV records for Podcasting 2.0
- Fee estimation for on-chain transactions
- Recommended fee rates API
0.1.42 #
- Initial public release
- Bitcoin wallet with BIP39/BIP32 HD key derivation
- Lightning Network payments via LDK-node
- BOLT11 invoice support
- Keysend payments for Podcasting 2.0
- On-chain transaction support
- Channel management
- Event streaming for wallet updates
- SQLite-based payment history
- Android and iOS support