mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 22:54:49 +01:00
* feat(cli): enhance check-pending to reclaim proofs The check-pending command now directly attempts to reclaim proofs that are no longer pending, replacing the previous check-only behavior. Changes: - Replace check_all_pending_proofs with reclaim_unspent functionality - Add more detailed feedback about pending proof status - Update command description to reflect new reclaim behavior - Improve error handling and status reporting This change makes the command more useful by actively reclaiming proofs rather than just checking their status. * refactor: remove CheckSpendable command and check_spent module The CheckSpendable command and its associated check_spent.rs module have been removed as their functionality is redundant with the CheckPending command.
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.