Releases: MutinyWallet/mutiny-node
v0.5.0-rc2
What's Changed
- Delete all for gluedb on clear and restore by @TonyGiorgio in #906
Full Changelog: v0.5.0-rc1...v0.5.0-rc2
v0.5.0-rc1
What's Changed
- Update secp256k1-sys in Cargo.lock by @benthecarman in #891
- Timeout CI after 60 mins by @benthecarman in #893
- Use ldk background processor + transaction sync by @benthecarman in #885
- just dev for console panics by @TonyGiorgio in #897
- Bump gloo to 0.4 by @TonyGiorgio in #896
- Don't clear logs on restore by @benthecarman in #899
- Remove unnecessary cargo dep by @TonyGiorgio in #900
- Move log and stop outside of nodemanager by @TonyGiorgio in #902
- Don't run ignored tests in CI by @TonyGiorgio in #903
- Add LSPS support via
lightning-liquidity
crate by @johncantrell97 in #894 - Rework wasm apis for Contacts by @benthecarman in #898
- Add fedimint by @TonyGiorgio in #867
- Add helper function for changing LSP config by @benthecarman in #904
Full Changelog: v0.4.39...v0.5.0-rc1
v0.4.39
Adds payjoin support (huge thanks to @DanGould and @benalleng for this work! 🚀
Dynamic fee changes
Nostr Wallet Auth
What's Changed
- Add conversion from wasm to core MutinyChannel by @benthecarman in #881
- Send payjoin by @DanGould in #647
- Enable clippy failures on macos and windows by @TonyGiorgio in #883
- Specify version for wasm-pack by @TonyGiorgio in #884
- fix readme by @johncantrell97 in #887
- Nostr Wallet Auth by @benthecarman in #815
- Dynamic fee by @TonyGiorgio in #823
New Contributors
- @DanGould made their first contribution in #647
- @johncantrell97 made their first contribution in #887
Full Changelog: v0.4.38...v0.4.39
v0.4.38
Small fix
What's Changed
- Add inbound to wasm channel struct by @TonyGiorgio in #880
Full Changelog: v0.4.37...v0.4.38
v0.4.37
Handle reserves better, adds more tests, tags LNURL contacts when possible
What's Changed
- More NWC tests by @benthecarman in #851
- Add .envrc by @benthecarman in #869
- Create contact for Mutiny+ subscription by @benthecarman in #871
- Generalize LSP config to an enum by @benthecarman in #877
- Add is_usable to MutinyChannel by @benthecarman in #878
- Auto tag lnurl payments by @benthecarman in #870
- Mock pay invoice for Node by @benthecarman in #873
- Add specific error for HTLC limits by @benthecarman in #876
Full Changelog: v0.4.36...v0.4.37
v0.4.36
Better feedback on device locks, with 60s limits instead of 120s. Show balance on force closed transactions before they are confirmed yet.
What's Changed
- Unfilter force cloes balance by @benthecarman in #864
- Return proper NWC errors on skipped invoices by @benthecarman in #865
- Add is_outbound to MutinyChannel by @benthecarman in #861
- Device Lock Improvements by @benthecarman in #868
Full Changelog: v0.4.35...v0.4.36
v0.4.35
- Adds a config option if a user still wishes to pay hodl invoices
- Fixes a small sorting issue with activity
- Starts using LDK in std mode
What's Changed
- LDK in std mode by @TonyGiorgio in #856
- Bump ldk wasm patch by @TonyGiorgio in #858
- Make activity sort more stable by @benthecarman in #859
- Make skipping zeus pay optional by @benthecarman in #860
Full Changelog: v0.4.34...v0.4.35
v0.4.34
Small patch to reduce revoked funds.
What's Changed
- Bump LDK patch and version to v0.4.34 by @TonyGiorgio in #855
Full Changelog: v0.4.33...v0.4.34
v0.4.33
More reliable payments when sending, use full inbound capacity when receiving invoices, stop zapping zeus addresses which result in possible force closed channels.
What's Changed
- Use full inbound capacity for LSP check by @benthecarman in #848
- Log device lock on startup by @benthecarman in #849
- Add a ton of tests by @benthecarman in #847
- Remove static channel backups by @benthecarman in #852
- Add scoring updates for 117 by @TonyGiorgio in #853
- Block zeus pay node for nwc by @benthecarman in #854
- Update wasm bindgen by @benthecarman in #821
Full Changelog: v0.4.32...v0.4.33
v0.4.32
Fixes a bug so we return the expected error when failing to decrypt the seed
What's Changed
- Use
saturating_sub
for device lock comparison by @benthecarman in #843 - Properly return IncorrectPassword when failing to decrypt seed by @benthecarman in #844
- Bump min lightning amount by @benthecarman in #845
Full Changelog: v0.4.31...v0.4.32