chore: update github ci and changelog

This commit is contained in:
thesimplekid
2024-07-16 17:07:56 +01:00
parent e0efd316d1
commit 37a7f7fa9a
2 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ jobs:
-p cdk-redb,
-p cdk-sqlite,
-p cdk-axum,
-p cdk-cln,
-p cdk-fake-wallet,
--bin cdk-cli,
--bin cdk-mintd,
--examples

View File

@@ -39,6 +39,7 @@
- cdk(wallet): Add `fn send_proofs` that marks proofs as `reserved` and creates token ([thesimplekid]).
- cdk(wallet): Add `fn melt_proofs` that uses specific proofs for `melt` instead of selecting ([thesimplekid]).
- cdk-cli(receive): Add support for signing keys to be nostr nsec encoded ([thesimplekid]).
- cdk-fake-wallet: Add Fake wallet for testing ([thesimplekid]).
### Fixed
- cdk(mint): `SIG_ALL` is not allowed in `melt` ([thesimplekid]).