Skip to content

Releases: MutinyWallet/mutiny-node

v0.4.0 Subscription & Auth & Encryption

08 Jul 20:52
9d65534
Compare
Choose a tag to compare

Adds in a few of our new services such as an LNURL Auth provider & client, subscription service. Adds the ability to change the encryption password (or set one if there was not one already) with a new method for doing client side encryption. Lastly, testing out an early release of LDK 116 which solves a lot of problems around expired invoices when it should not be expired, plus MPP improvements.

What's Changed

Full Changelog: v0.3.16...v0.4.0

v0.3.16 - Hotfix

04 Jul 00:31
321d755
Compare
Choose a tag to compare

Summary

Fix new nodes not starting up.

What's Changed

Full Changelog: v0.3.15...v0.3.16

v0.3.15 - NWC Profiles & LNURL JWT Auth Client

03 Jul 23:17
aab3293
Compare
Choose a tag to compare

Summary

Nostr wallet connect profiles, approves and denies for payment requests, introduces an LNURL & JWT based auth http client.

What's Changed

Full Changelog: v0.3.14...v0.3.15

v0.3.14 - BDK Core Alpha1 & SCB

27 Jun 21:38
4e1e504
Compare
Choose a tag to compare

Overview

Upgrades BDK to the alpha1 release. Should significantly help out chain state errors. Still a bug that requires a resync on first load but otherwise should remove a lot of chain errors relating to force closures.

Also adds some methods for making static channel backups or restoring on chain state from a seed phrase.

What's Changed

Full Changelog: v0.3.13...v0.3.14

v0.3.13 - Channel Fee Update Fixes

22 Jun 19:23
f7e5b26
Compare
Choose a tag to compare

Overview

Minor fix that sets the floor for the minimize transaction feerate when negotiating channel on chain fees with a peer. This should result in less channel closures that comes from the two peers not being able to negitiate the next channel fee.

What's Changed

Full Changelog: v0.3.12...v0.3.13

v0.3.12 - Fee rate fixes and emergency mode

22 Jun 15:32
82ca5b0
Compare
Choose a tag to compare

Overview

The fallback fee rate has been adjusted in case fee rate is not being retrieved. More logs around fee rate issues. Opening a channel with all of your balance should no longer use 1 sat per byte.

Added an option to launch mutiny-node without connecting to peers, to fix "Fallen Behind" errors when connecting to a peer with an outdated state. Moved some functions to not rely on the node manager, such as exporting state and logs. Local storage is now cleared when importing a new wallet.

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11 - Minor wallet locking fix

20 Jun 19:33
7dc93c2
Compare
Choose a tag to compare

Sometimes the on chain wallet is mutex locked so this retries a few times when syncing. Should fix some problems when an outdated balance appears on first load.

What's Changed

Full Changelog: v0.3.10...v0.3.11

v0.3.10 - Activity improvements & bug fixes

19 Jun 19:46
0fb1cf4
Compare
Choose a tag to compare

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

Full Changelog: v0.3.9...v0.3.10

v0.3.9

12 Jun 21:52
a5eab6e
Compare
Choose a tag to compare

Some small fixes related to needing to wait for some things to finish starting up before we can take an action

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8 - Channel Close Improvements & Wasm Split

09 Jun 15:47
ed6fd9f
Compare
Choose a tag to compare

Overview

Fixes a few edge cases around channel closures and provides more information about them. Also rips out wasm from mutiny-core so that the logic of the node can run on any platform.

What's Changed

Full Changelog: v0.3.7...v0.3.8