Skip to content

Releases: maidsafe/sn_dbc

v16.0.0

12 Apr 02:35
Compare
Choose a tag to compare

16.0.0 (2023-04-12)

⚠ BREAKING CHANGES

  • include spend src tx hash
  • update encrypt api to take dbc id

Features

  • expose sign fn for main key (a94a0ef)
  • expose verify fn for public address (23c2a8c)
  • update encrypt api to take dbc id (ef6b308)

Bug Fixes

  • txbuilder: take borrowed mainkey (3523055)

  • include spend src tx hash (ed9285c)

v15.1.0

11 Apr 11:15
Compare
Choose a tag to compare

15.1.0 (2023-04-11)

Features

  • gen rand dbc id src from public address (6beae69)

v15.0.1

11 Apr 07:39
Compare
Choose a tag to compare

15.0.1 (2023-04-11)

v15.0.0

09 Apr 13:55
Compare
Choose a tag to compare

15.0.0 (2023-04-09)

⚠ BREAKING CHANGES

  • spend: include tx instead of only hash

  • spend: include tx instead of only hash (8b8089a)

v14.0.0

08 Apr 15:30
Compare
Choose a tag to compare

14.0.0 (2023-04-08)

⚠ BREAKING CHANGES

  • remove consensus signatures

Features

  • remove consensus signatures (4e3b38d)

v13.0.0

05 Apr 09:18
Compare
Choose a tag to compare

13.0.0 (2023-04-05)

⚠ BREAKING CHANGES

  • make bearer a user concern

  • make bearer a user concern (eab9509)

v12.0.0

27 Mar 08:03
Compare
Choose a tag to compare

12.0.0 (2023-03-27)

⚠ BREAKING CHANGES

  • builder: keep revealedoutputs

  • rename Input to BlindedInput

  • rename OutputProof to BlindedOutput

  • builder: keep revealedoutputs (d3f0c43)

  • rename Input to BlindedInput (3c9ff69)

  • rename OutputProof to BlindedOutput (4fc3c9f)

v11.0.1

23 Mar 07:34
Compare
Choose a tag to compare

11.0.1 (2023-03-23)

Bug Fixes

  • benches: place unix dep under compiler flag (3ccac46)

v11.0.0

22 Mar 21:09
Compare
Choose a tag to compare

11.0.0 (2023-03-22)

⚠ BREAKING CHANGES

  • rename commitment to blinded amount

  • rename commitment to blinded amount (59c21f8)

v10.0.0

15 Mar 09:21
Compare
Choose a tag to compare

10.0.0 (2023-03-15)

⚠ BREAKING CHANGES

  • changes the API of DBCs

Features

  • add public key and commitment easy access to dbc api (294431e)