#[v0.7.0]
Changed
- Moved db traits to
cdk-common
(crodas). - Moved other commin types to
cdk-common
(crodas). Wallet::mint
returns the mintedProofs
and not just the amount ([dacidcaseria]).
Added
Token::to_raw_bytes
serializes generic token to raw bytes (lollerfirst).Token::try_from
forVec<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_raw
which 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 #515
- @hidewrong made their first contribution in #535
- @0xLucqs made their first contribution in #582
Full Changelog: v0.6.0...cdk-v0.7.0