mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-19 05:35:18 +01:00
* feat: refresh keysets * fix(cdk): resolve keyset counter skipping index 0 in deterministic secret generation - Modified Database::get_keyset_counter to return u32 instead of Option<u32> - Added database migrations to increment existing keyset counters by 1 - Removed counter increment logic from wallet operations to use actual counter value - Ensures deterministic secret generation starts from index 0 instead of skipping it
Warning
This project is in early development, it does however work with real sats! Always use amounts you don't mind losing.
cdk-cli is a CLI wallet implementation using of CDK(../cdk)
License
Code is under the MIT
Contribution
All contributions welcome.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.