Skip to content

Releases: MutinyWallet/mutiny-node

v0.4.31

09 Nov 21:21
919e4d9
Compare
Choose a tag to compare

Final hotfix for v0.4.29, we promise. Setting our dust limit to u64::MAX cause an overflow bug in LDK. We fixed that and should allow for dust-sized payments again.

What's Changed

Full Changelog: v0.4.30...v0.4.31

v0.4.30

09 Nov 19:00
18a17fc
Compare
Choose a tag to compare

The windowless sleep we did in v0.4.29 does not work when released as an npm package so that needed to be reverted.
Also reverted some small subscription changes.

What's Changed

Full Changelog: v0.4.29...v0.4.30

v0.4.29

09 Nov 17:56
0f2d1b8
Compare
Choose a tag to compare
  • Try to prevent closes that result in loss funds
  • Remove fee limit on spends
  • Improve startup speed
  • Fix contacts syncing

What's Changed

Full Changelog: v0.4.28...v0.4.29

v0.4.28 - Onion Message Routing

02 Nov 01:13
3d8f5ce
Compare
Choose a tag to compare

Adds onion message routing. This will eventually be used for Bolt12 support.

Also adds some more fixes that should help detect and prevent mutiny from being ran multiple places at the same time.

What's Changed

Full Changelog: v0.4.27...v0.4.28

v0.4.27

30 Oct 23:39
a72a87c
Compare
Choose a tag to compare
  • Fixes some potential crashes in mutiny-node from syncing.
  • Updates LDK to v0.0.118
  • Dev environment now supports nix!

What's Changed

Full Changelog: v0.4.26...v0.4.27

v0.4.26 - Small Fixes

26 Oct 14:51
00be6e8
Compare
Choose a tag to compare

Fixes a crash happening in debug builds and helps de-duplicate nwc invoices

What's Changed

Full Changelog: v0.4.25...v0.4.26

v0.4.25

25 Oct 01:37
10ea76e
Compare
Choose a tag to compare

Fixes an error where if we failed to initialize Mutiny it would always continue to fail. This broke encrypted wallets.

Storage retries have been reworked to be better as well.

What's Changed

Full Changelog: v0.4.24...v0.4.25

v0.4.24 - Small Improvements

23 Oct 18:05
b301487
Compare
Choose a tag to compare

Small improvements being made in the background to make Mutiny better!

What's Changed

Full Changelog: v0.4.23...v0.4.24

v0.4.23

10 Oct 05:42
6aa37c3
Compare
Choose a tag to compare

Bumps our fee rate config to help prevent force closures for when CLN and LDK disagree on fees

What's Changed

Full Changelog: v0.4.22...v0.4.23

v0.4.21 - Small bug fixes

04 Oct 00:43
613ea71
Compare
Choose a tag to compare

A few small bug fixes, one most notably that should help prevent force closures if the LSP has too high of a fee rate

What's Changed

Full Changelog: https://github.com/MutinyWallet/mutiny-node/compare/v0.4.20...v0.4.21###