Browse Source

chore: change log

thesimplekid 4 months ago
parent
commit
aad50a251b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      CHANGELOG.md

+ 3 - 1
CHANGELOG.md

@@ -34,7 +34,8 @@
 - cdk: Move unit conversion util fn to amount module ([davidcaseria]).
 - cdk: Remove spent proofs from db when check state is called ([mubarak23]).
 - cdk: Use `MintUrl` directly in wallet client ([ok300]).
-- cdk-cli: Change cdk-cli pay command to melt ([mubarak23]). 
+- cdk-cli: Change cdk-cli pay command to melt ([mubarak23]).
+- cdk: Rename `Wallet::get_proofs` to `Wallet::get_unspent_proofs` ([ok300]).
 
 
 ### Added
@@ -49,6 +50,7 @@
 - cdk: Wallet verifiys keyset id when first fetching keys ([thesimplekid]).
 - cdk-mind: Add swagger docs ([ok300]).
 - cdk: NUT18 payment request support ([thesimplekid]).
+- cdk: Add `Wallet::get_proofs_with` ([ok300]).
 
 ### Removed
 - cdk: Remove `MintMeltSettings` since it is no longer used ([lollerfirst]).