Skip to content

Releases: maidsafe/sn_dbc

v7.2.0

04 Aug 14:10
Compare
Choose a tag to compare

7.2.0 (2022-08-04)

Features

  • expose Token type in public API (5333138)

v7.1.0

28 Jul 07:41
Compare
Choose a tag to compare

7.1.0 (2022-07-28)

Features

  • expose a public API which allows to build a SpentProof from a given set of proof shares (d25a01b)

v7.0.1

20 Jul 16:46
Compare
Choose a tag to compare

7.0.1 (2022-07-20)

v7.0.0

07 Jul 18:34
Compare
Choose a tag to compare

7.0.0 (2022-07-07)

⚠ BREAKING CHANGES

  • simplifying spent proofs and TX verification public APIs

Features

  • simplifying spent proofs and TX verification public APIs (e4ec6ce)

v6.0.0

29 Jun 10:52
Compare
Choose a tag to compare

6.0.0 (2022-06-29)

⚠ BREAKING CHANGES

  • changes in the API due to Dbc struct change, but also due
    to moving GenesisMaterial to the mock/exmaple mod as it's not needed in public API.
  • embed the transaction which spent the inputs within the Dbc struct

Features

  • embed the transaction which spent the inputs within the Dbc struct (7db1874)

  • keeping spent transactions within Dbc in a set rather than a vec (861288a)

v5.0.0

16 Jun 19:14
Compare
Choose a tag to compare

5.0.0 (2022-06-16)

⚠ BREAKING CHANGES

  • errors: additional context information to Error::SpentProofInputLenMismatch

Features

  • errors: additional context information to Error::SpentProofInputLenMismatch (3e291d7)

v4.0.0

11 Jun 01:32
Compare
Choose a tag to compare

4.0.0 (2022-06-11)

⚠ BREAKING CHANGES

  • a change from the blsttc release cascades here to require the error type to remove
    derivation from Serialize and Deserialize.

This release includes some utilities for converting keys to and from hex, which I have been making
use of in work related to owned DBCs.

v3.3.0

09 Jun 14:08
Compare
Choose a tag to compare

3.3.0 (2022-06-09)

Features

  • convert owned dbc to bearer (40a1775)

v3.2.1

03 Jun 15:41
Compare
Choose a tag to compare

3.2.1 (2022-06-03)

v3.2.0

02 Jun 21:16
Compare
Choose a tag to compare

3.2.0 (2022-06-02)

Features

  • provide hex serialization utilities (abfa4da)