0.15.3
What's Changed
This release includes a database migration for the mint. Make sure to back up your mint database before upgrading.
This update improves the crash resistance of a mint. If the mint should fail during an outgoing Lightning payment, the startup routine will now pick up those payments and invalidate all pending proofs associated with them if the payment succeeded.
The wallet can now check pending invoices thanks to work by @Guilospanck using the command cashu invoices
. Various flags have been added to the command which you can see using cashu invoices --help
. The wallet can now also restore ecash from all keysets of a mint with the command cashu restore
thanks to an improvement by @cjbeery24.
Wallet changes
- [Wallet] Issue #313: allow checking pending invoices by @Guilospanck in #493
- [Wallet] Restore wallet now restores tokens for all mint keysets. by @cjbeery24 in #509
- [Wallet] Request Mint Refactor by @cjbeery24 in #507
- [Wallet] Fix regression bug for mint request by @callebtc in #513
Mint changes
- [Mint] Recover pending melts at startup by @callebtc in #499
- [Mint] Refactor: remove output.id optional by @callebtc in #504
- [Mint] Migrate duplicate keysets to db by @callebtc in #511
New Contributors
- @Guilospanck made their first contribution in #493
- @cjbeery24 made their first contribution in #509
Full Changelog: 0.15.2...0.15.3