Summary
Cashu's CDK version 0.9.0 introduces amountless invoices through an update to NUT-05, adds time stamping for mint and melt quotes, reorganizes code by moving wallet modules to cdk-common, and fixes several bugs including issues with SQLite database creation and mint URL updates.
0.9.0
Added
- Amountless invoices NUT PR (thesimplekid).
create_time
,paid_time
to mint and melt quotes PR (thesimplekid).- cdk-mint-rpc: Added get mint and melt quotes ttl PR (thesimplekid).
Changed
- cashu: Move wallet mod to cdk-common (thesimplekid).
- Export Mint DB Traits PR (davidcaseria).
- Move Mint and Melt quote to
cdk
commit fromcashu
PR (thesimplekid).
Fixed
- Creation of memory sqlite db PR (crodas).
- cdk-cli: Ensure auth wallet is created before attempting to mint pending PR (thesimplekid).
- cdk-mint-rpc: Adding mint urls was not updating correctly PR (thesimplekid).
- cdk-mint-rpc: Fixed setting long description PR (thesimplekid).