From 4a6b2b20cedb97195eeba0cec14b7cfa667ed78e Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 25 Oct 2024 10:30:02 +0100 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8ff7e4..35e308bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,13 @@ - cdk: `PaymentMethod` as a `non_exhaustive` enum ([thesimplekid]). - cdk: `CurrencyUnit` as a `non_exhaustive` enum ([thesimplekid]). - cdk: Enforce token is single mint ([thesimplekid]). +- cdk: Mint will return change for over paid melt even over fee reserve ([davidcaseria]). +- cdk: Refactor ln_backeds to be on the `cdk::Mint` and not with axum ([thesimplekid]). +- cdk: Change is returned in the check quote response ([thesimplekid]). +- 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]). ### Added @@ -36,10 +43,21 @@ - cdk: Add `amount` and `fee_paid` to `Melted` ([davidcaseria]). - cdk: Add `from_proofs` on `Melted` ([davidcaseria]). - cdk: Add unit on `PaymentResponse` ([thesimplekid]). +- cdk: Add description for mint quote ([lollerfirst]). +- cdk-axum: Add cache to some endpoints ([lollerfirst]). +- cdk: Add Proofs trait ([ok300]). +- cdk: Wallet verifiys keyset id when first fetching keys ([thesimplekid]). +- cdk-mind: Add swagger docs ([ok300]). ### Removed - cdk: Remove `MintMeltSettings` since it is no longer used ([lollerfirst]). - cdk: `PaymentMethod::Custom` ([thesimplekid]). +- cdk: Remove deprecated `MeltBolt11Response` ([thesimplekid]). + +### Fixed +- cdk: Check of inputs to include fee ([thesimplekid]). +- cdk: Make unit mandatory in tokenv4 ([ok300]). + @@ -176,4 +194,5 @@ Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk- [ok300]: https://github.com/ok300 [lollerfirst]: https://github.com/lollerfirst [prusnak]: https://github.com/prusnak +[mubarak23]: https://github.com/mubarak23