Skip to content

Releases: MutinyWallet/mutiny-node

v0.4.20 - Blazing Fast Payments

28 Sep 00:05
14f0476
Compare
Choose a tag to compare

Implements a @TonyGiorgio's Hub Scorer, this is looking like it will increase payment reliabilty dramatically.

Some other highlights:

  • Experimental anchor channels support
  • Faster caching for bitcoin price
  • Better support for different VSS backends
  • Fixes fee rate being very low for channel closures

What's Changed

Full Changelog: v0.4.19...v0.4.20

v0.4.19 - Storage bugfix

19 Sep 16:47
4fc234d
Compare
Choose a tag to compare

Overview

Fixes an issue that was resulting in storage errors whenever switching between devices/browser.

What's Changed

Full Changelog: v0.4.18...v0.4.19

v0.4.18

18 Sep 22:34
b20404b
Compare
Choose a tag to compare

Small bug fix for budgeted nwcs

What's Changed

Full Changelog: v0.4.17...v0.4.18

v0.4.17 - NWC Budgeting

15 Sep 21:12
ee73c38
Compare
Choose a tag to compare

Our most requested feature has been auto approval of nwc invoices, and now we have it! It also comes with a nice budgeting system to prevent over-payment.

What's Changed

Full Changelog: v0.4.16...v0.4.17

v0.4.16

06 Sep 16:38
09f22bd
Compare
Choose a tag to compare

Overview

Some fixes to how encryption is handled.

What's Changed

Full Changelog: v0.4.15...v0.4.16

v0.4.15 - Ben's Only

05 Sep 18:38
d6c7dfa
Compare
Choose a tag to compare

Overview

  • Pending payments now show in activity
  • Nostr contacts now sync via Primal Cache API
  • WASM memory optimizations
  • Payments stop attempting to send once timeout has been reached
  • Additional currency support (@benalleng's first PR in this repo!)
  • Can now pass in network to invoice decoder

What's Changed

Full Changelog: v0.4.14...v0.4.15

v0.4.14

28 Aug 21:18
7b7d824
Compare
Choose a tag to compare

Changes to always do a full sync of gossip data, this might help with routing issues. Also has some other minor fixes around handling storage better.

What's Changed

Full Changelog: v0.4.13...v0.4.14

v0.4.13

23 Aug 19:12
0ddf696
Compare
Choose a tag to compare

Improves startup speed, some safety improvements with storage, and some final touches on gifting to make it ready!

What's Changed

Full Changelog: https://github.com/MutinyWallet/mutiny-node/compare/v0.4.12...v0.4.13###

v0.4.12 - Safe mode

16 Aug 20:17
cea7d01
Compare
Choose a tag to compare

Adds safe mode, if our backend services are down, safe mode can be enabled to skip them and use mutiny in an on-chain only context

What's Changed

Full Changelog: v0.4.11...v0.4.12

v0.4.11

16 Aug 17:36
8dbd77e
Compare
Choose a tag to compare

Overview

Cut down authentication flow by 1s, more efficient VSS retrieval, and 30s timeouts on all HTTP calls.

What's Changed

Full Changelog: v0.4.10...v0.4.11