v0.3.5 - Minor bug fixes
Mostly minor bug fixes, some notable changes:
- Reserve balance now shows as part of the lightning balance. Errors will now be returned upon payment initiation if there's not enough balance to pay, or the payment eats into the 1% reserve requirement on lightning.
- Some Nostr Wallet Connect improvements and now uses the Mutiny Blastr relay as the recommended relay for NWC events. We now persist these events until read from a client, making these ephemeral events more reliable for non-custodial zapping.
What's Changed
- Fixes for reset router by @benthecarman in #526
- Don't sync when stopped by @benthecarman in #527
- Use total outbound balance, make new errors for handling failed payments by @benthecarman in #528
- Add function for estimating channel open fee by @benthecarman in #530
- Handle restarts for redshifts properly by @benthecarman in #521
- De-wasm sleep by @benthecarman in #532
- De-wasm background tasks/spawn_local by @benthecarman in #533
- Remove some unused deps by @benthecarman in #534
- Log lnurl auth errors by @benthecarman in #535
- Get NWC events from 15 minutes ago by @benthecarman in #537
- Use blastr for Nostr Wallet Connect by @benthecarman in #531
Full Changelog: v0.3.4...v0.3.5