v0.3.6 - Performance and bug fixes
Overview
Notable changes:
- NWC fixes
- Channel data is now saved to to localstorage in addition to indexeddb in order to ensure state saves successfully. Should fix all force closure issues we have seen.
- Can open channel with max amount
- Syncing happens automatically
- New
ActivityItem
feed that shows condensed information about all bitcoin / lightning transactions in a list.
What's Changed
- Fix sweep psbt function by @benthecarman in #538
- Sweep max to channel by @benthecarman in #539
- Request NWC events every 10 seconds by @benthecarman in #540
- Move syncing to a background thread by @benthecarman in #545
- Unify activity into ActivityItem struct by @benthecarman in #544
- Don't keep extra network graph in memory by @benthecarman in #546
- Remove unused deps by @TonyGiorgio in #547
- No logging price cache hit by @TonyGiorgio in #550
- Write channel manager and monitor to LocalStorage by @benthecarman in #548
- sort activity newest first and don't include unpaid invoices by @futurepaul in #551
Full Changelog: v0.3.5...v0.3.6