mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-28 01:55:08 +01:00
Add a strict set of updates to prevent incorrect state changes and correct usage. Supporting the transaction at the trait level prevented some cases, but having a strict set of state change flows is better. This bug was found while developing the signatory. The keys are read from memory, triggering race conditions at the database, and some `Pending` states are selected (instead of just selecting `Unspent`). This PR also introduces a set of generic database tests to be executed for all database implementations, this test suite will make sure writing and maintaining new database drivers
Cashu Development Kit Redb Storage Backend
ALPHA This library is in early development, the api will change and should be used with caution.
cdk-redb is the redb storage backend for cdk.
Crate Feature Flags
The following crate feature flags are available:
| Feature | Default | Description |
|---|---|---|
wallet |
Yes | Enable cashu wallet features |
mint |
Yes | Enable cashu mint wallet features |
Implemented NUTs:
See https://github.com/cashubtc/cdk/blob/main/README.md
License
This project is distributed under the MIT software license - see the LICENSE file for details