Files
cdk/crates/cdk-cli
thesimplekid 5d98fdf353 Keyset counter (#950)
* 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
2025-08-13 08:54:45 +01:00
..
2025-08-13 08:54:45 +01:00
2025-07-13 18:48:35 +01:00
2024-10-21 17:45:06 +01:00

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.