-
released this
2025-02-06 13:51:02 +00:00 | 928 commits to main since this release#[v0.7.0]
Changed
- Moved db traits to
cdk-common(crodas). - Moved other commin types to
cdk-common(crodas). Wallet::mintreturns the mintedProofsand not just the amount ([dacidcaseria]).
Added
Token::to_raw_bytesserializes generic token to raw bytes (lollerfirst).Token::try_fromforVec<u8>constructs a generic token from raw bytes (lollerfirst).TokenV4::to_raw_bytes()serializes a TokenV4 to raw bytes following the spec (lollerfirst).Wallet::receive_rawwhich receives raw binary tokens (lollerfirst).- cdk-mint-rpc: Mint management gRPC client and server ([thesimpekid]).
- cdk-common: cdk specific types and traits (crodas).
- cashu: Core types and functions defined in NUTs (crodas).
Fixed
- Multimint unit check when wallet receiving token (thesimplekid).
- Mint start up with most recent keyset after a rotation (thesimplekid).
New Contributors
- @Gudnessuche made their first contribution in https://github.com/cashubtc/cdk/pull/515
- @hidewrong made their first contribution in https://github.com/cashubtc/cdk/pull/535
- @0xLucqs made their first contribution in https://github.com/cashubtc/cdk/pull/582
Full Changelog: https://github.com/cashubtc/cdk/compare/v0.6.0...cdk-v0.7.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Moved db traits to