Mutiny Node v0.4.16: Zap Feed & Nostr Contacts
Mutiny Node is an SDK behind Mutiny Wallet.
The latest Mutiny Node releases (v0.4.15 and v0.4.16) include the following improvements:
- 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;
- Some fixes to how encryption is handled.
What's changed
- Don't use &Option by @benthecarman in #737
- Speicify network for invoice by @benthecarman in #738
- Add support for all currencies by @benalleng in #736
- Make img_url pub for wasm Contact by @benthecarman in #739
- Update nostr sdk by @benthecarman in #740
- Allow fallback for get_bitcoin_price by @benalleng in #741
- Cancel timed out payments by @benthecarman in #744
- Initiate cipher inside storage constructor by @benthecarman in #731
- Add helper for is nwc profile is active by @benthecarman in #733
- Fix reserve amount error calculation by @benthecarman in #745
- Use a reference to JsValue in mutiny-wasm by @benthecarman in #746
- Add in-flight payments to activity by @benthecarman in #743
- Use primal to sync nostr contacts by @benthecarman in #742
- Revert "Initiate cipher inside storage constructor" by @TonyGiorgio in #750
- Fix downloading logs with password by @TonyGiorgio in #751