Skip to content

Releases: MutinyWallet/mutiny-node

v0.2.7 - LDK 0.0.115 & LSP Improvements

25 Apr 19:27
73ff7b7
Compare
Choose a tag to compare

Mutiny Node has been updated to the latest v0.0.115 LDK release!

We've also improved the LSP flow to consider fees that the user pays whenever there is a just in time channel needed.

Various other bug fixes and logging improvements were made.

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6 - BDK Core + IndexedDB

24 Apr 15:56
c56d774
Compare
Choose a tag to compare

The great migration has been completed!

Mutiny is now using bdk 1.0-alpha, this should hopefully fix a lot of the problems with syncing!

Mutiny has also moved all of its storage to indexedDB with a clone in memory, this should make persistence faster and safer.

There was a few other api clean ups and improvements done as well!

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5 Peer Gossip + Wasm Bindgen Split

17 Apr 21:12
a5208ff
Compare
Choose a tag to compare

The mutiny node will now listen to gossip and save peer information into indexdb. Useful for seeing LN alias names or updating some other peer's name locally.

The wasm-bindgen layer has been split out into it's own dedicated package mutiny-wasm. Over time more wasm things will move there as muitny-core will be a generic rust library that does not care about the env it is running in.

Commit logs can be found here: v0.2.4...v0.2.5-1

v0.2.4 - Mutinynet + Bug Fixes

11 Apr 18:41
188619b
Compare
Choose a tag to compare

This fixes a few bugs related to checking an address/invoices network, the websocket proxy, and the LSP.

This also makes the default signet configuration go to Mutinynet

A full list of commit changes can be found here: v0.2.3...v0.2.4

v0.2.3 - LSP & RGS

06 Apr 22:49
927c23e
Compare
Choose a tag to compare

This release adds the Voltage LSP as an optional LSP if you pass through the URL: "https://testnet-lsp.voltageapi.com" in the nodemanager config options.

This also adds RapidGossipSync so that lightning gossip data can be retrieved quickly from a server, also a config option but has defaults based on network version.

LDK has been updated to v0.0.114 and now uses no-std.

Few bug fixes as well.

A full list of commit changes can be found here: v0.2.2...v0.2.3+2

v0.2.2

14 Feb 17:35
89cff60
Compare
Choose a tag to compare
Bump node-manager to 0.2.2