• v0.7.0 0be37aa9e2

    Stable

    thesimplekid 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::mint returns the minted Proofs and not just the amount ([dacidcaseria]).

    Added

    • Token::to_raw_bytes serializes generic token to raw bytes (lollerfirst).
    • Token::try_from for Vec<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

    Full Changelog: https://github.com/cashubtc/cdk/compare/v0.6.0...cdk-v0.7.0

    Downloads