From 37a7f7fa9a9fa72a373a895ecf2b66fa474fd00a Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Tue, 16 Jul 2024 17:07:56 +0100 Subject: [PATCH] chore: update github ci and changelog --- .github/workflows/ci.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa378396..668e5b0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b5743ec2..64742c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]).