v0.3.10 - Activity improvements & bug fixes
Overview
- Improve on-chain activity for old channel closures and possibly fixes a bug that causes activity to stop loading. Some on-chain activity requires syncing upon startup to see, but that will improve with a later release of BDK.
- Nostr Wallet Connect improvements that should allow event fetching to be more efficient and quicker.
- Fixes force close bugs relating to an old fee rate estimate.
- Reduce wasm binary size by ~7% to 8.3MB
- New fee estimations APIs for sweeps
What's Changed
- Set user channel id for channel closures without one by @benthecarman in #590
- Verify nostr event signatures by @benthecarman in #591
- Add utlities to estimate transaction fee for sweeps by @benthecarman in #596
- Remove 10s reconnect for nwc by @benthecarman in #592
- Add logs around failed to get wallet lock by @benthecarman in #600
- wasm opt level z instead of s by @TonyGiorgio in #604
- Get the updated fee rate before connecting peer by @TonyGiorgio in #605
- Insert broadcasted channels on pending channel event by @benthecarman in #602
Full Changelog: v0.3.9...v0.3.10