Releases: lnbits/cashu
Releases · lnbits/cashu
Nutshell 0.15.0 - Cashu v1 API
Service fee fix
This release fixes the the fee calculation in presence of a service fee.
Nutshell 0.14.0, requires LNbits >= 0.11.0
specify keyset id (#47) * specify keyset id * accept only if masterkey is set
Nutshell 0.14.0, requires LNbits >= 0.11.0
Updates to Nutshell 0.14.0-rc2
Update to Cashu 0.13.0
Add/restore endpoint (#36) * add missing file * add restore and info endpoints * add endpoints * turn on lightning
Update to Cashu 0.12.3
Update mint 337456333eaaea41e3d03633188ed4379d723954 (#31) * add missing file * update to 337456333eaaea41e3d03633188ed4379d723954 * black on everything * unblack
Update to Cashu 0.12.2
Small update that replaces db-based locks that did not work on some systems with asyncio locks.
Update Cashu 0.12.0
Changes since 0.2.0:
- fixes balance view with Postgres
- removes unused migrations
In 0.2.0:
- frontend links to cashu.me and nutstash wallet
- mint page revamped
- LNbits: remove unused
cashu
object attributes (prepares for settings later) - bump Cashu to 0.12.0 cashubtc/nutshell@d028367
- Fix: fee return with correct keyset
- no
CASHU_PRIVATE_KEY
needed anymore (for new mints only!) - add transaction-based db table locking (like here: cashubtc/nutshell#217)
- NUT-04 change:
hash = payment_hash or hash
(see cashubtc/nuts#14)
NUT-08
UI improvements
Wallet/UI fixes balance update (#7) * first fee * UI fixes and balance update fix when changing mints