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
- 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
Full Changelog: v0.4.14...v0.4.15