lightening_wallet 0.3.9
lightening_wallet: ^0.3.9 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.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