This update introduces Blink as a Lightning backend for the mint and includes various other housekeeping items with smaller bug fixes.
This release includes a database migration for the mint. Make sure to back up your mint database before upgrading.
Mint
- Add Blink as a Lightning funding source
- Fix: Quote expiry with absolute Unix time
- Fix: Catch
CashuErrors
and print them nicely - Fix: Do not check MeltQuote status before payment attempt
- Fix: Mint seed encryption
cashu/mint/encrypt.py
Wallet
- Token invalidation: add setting for batch size
Protocol
- NUT-07: Token state check with
Y
(cashubtc/nuts#93) - NUT-09: Response model for v1 updated (cashubtc/nuts#87)
New Contributors
- @findingsov made their first contribution in #450
- @thesimplekid made their first contribution in #453