Cashu Nutshell v0.15.3: Improved Mint Crash Resistance
Cashu Nutshell is a Chaumian Ecash wallet and mint for Bitcoin Lightning. Cashu Nutshell is the reference implementation in Python.
- "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."
NOTE: This release includes a database migration for the mint. Make sure to back up your mint database before upgrading.
- "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 usingcashu 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."
What's new
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
Full Changelog: 0.15.2...0.15.3