Skip to content

v0.3.4 - Nostr Wallet Connect & Storage Refactoring

Compare
Choose a tag to compare
@TonyGiorgio TonyGiorgio released this 22 May 21:53
· 1034 commits to master since this release
8ff7720

Nostr Wallet Connect support has been added. A NWC connection string is made so that it may be imported into Nostr clients like Damus or Amethyst so that one-tap zaps can happen non-custodially. This requires eventually opening the wallet if it is not running in the background (ie, iOS).

The storage components have been refactored and all the web assembly related storage code has been moved out of mutiny-core and live solely in mutiny-wasm. This is for our continued effort to move to multi platform support besides just web browsers.

Some general improvements to network graph data and rapid gossip sync.

Allows opening channels directly with the LSP more seemlessly by default (minor API change to allow not passing in a pubkey manually when opening channel so it defaults to the connected LSP).

What's Changed

Full Changelog: v0.3.3...v0.3.4