From b4db736eeb73e4f157490d1b2fdb1316aa0400e3 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 14 Jul 2024 10:29:16 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a679ab82..3c94b056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,25 +31,26 @@ When sending, the sender can choose to include the necessary fee to ensure that Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk-axum crate as a web server to create a full Cashu mint. When paired with a Lightning backend, currently implemented as Core Lightning, it is included in this release as cdk-cln. ### Changed -cdk(wallet): `wallet:receive` will not claim `proofs` from a mint other then the wallet's mint ([thesimplekid]). -cdk(NUT00): `Token` is changed from a `struct` to `enum` of either `TokenV4` or `Tokenv3` ([thesimplekid]). -cdk(NUT00): Rename `MintProofs` to `TokenV3Token` ([thesimplekid]). - +- cdk(wallet): `wallet:receive` will not claim `proofs` from a mint other then the wallet's mint ([thesimplekid]). +- cdk(NUT00): `Token` is changed from a `struct` to `enum` of either `TokenV4` or `Tokenv3` ([thesimplekid]). +- cdk(NUT00): Rename `MintProofs` to `TokenV3Token` ([thesimplekid]). +- cdk(wallet): Additional arguments in `send` `send_kind` and `include_fees` for control of how to handle fees in a send ([thesimplekid]). +- cdk(wallet): Additional arguments in `create_swap` `include_fees` for control of if fees to redeam the send proofs are included in send amount ([thesimplekid]). ### Added -cdk: TokenV4 CBOR ([davidcaseria]/[thesimplekid]). -cdk(wallet): `wallet::receive_proof` functions to claim specific proofs instead of encoded token ([thesimplekid]). -cdk-cli: Flag on `send` to print v3 token, default is v4 ([thesimplekid]). -cdk: `MintLightning` trait ([thesimplekid]). -cdk-mintd: Mint binary ([thesimplekid]). -cdk-cln: cln backend for mint ([thesimplekid]). -cdk-axum: Mint axum server ([thesimplekid]). -cdk: NUT06 `MintInfo` and `NUTs` builder ([thesimplekid]). -cdk: NUT00 `PreMintSecret` added Keyset id ([thesimplekid]) -cdk: NUT02 Support fees ([thesimplekid]) +- cdk: TokenV4 CBOR ([davidcaseria]/[thesimplekid]). +- cdk(wallet): `wallet::receive_proof` functions to claim specific proofs instead of encoded token ([thesimplekid]). +- cdk-cli: Flag on `send` to print v3 token, default is v4 ([thesimplekid]). +- cdk: `MintLightning` trait ([thesimplekid]). +- cdk-mintd: Mint binary ([thesimplekid]). +- cdk-cln: cln backend for mint ([thesimplekid]). +- cdk-axum: Mint axum server ([thesimplekid]). +- cdk: NUT06 `MintInfo` and `NUTs` builder ([thesimplekid]). +- cdk: NUT00 `PreMintSecret` added Keyset id ([thesimplekid]). +- cdk: NUT02 Support fees ([thesimplekid]). ### Fixed -cdk: NUT06 deseralize `MintInfo` ([thesimplekid]). +- cdk: NUT06 deseralize `MintInfo` ([thesimplekid]). ## [v0.1.1] @@ -57,11 +58,11 @@ cdk: NUT06 deseralize `MintInfo` ([thesimplekid]). ### Summary ### Changed -cdk(wallet): `wallet::total_pending_balance` does not include reserved proofs ([thesimplekid]). +- cdk(wallet): `wallet::total_pending_balance` does not include reserved proofs ([thesimplekid]). ### Added -cdk(wallet): Added get reserved proofs [thesimplekid](https://github.com/thesimplekid). +- cdk(wallet): Added get reserved proofs [thesimplekid](https://github.com/thesimplekid). [thesimplekid]: https://github.com/thesimplekid