Skip to content

Releases: maidsafe/sn_dbc

v1.7.0

24 Jun 03:06
Compare
Choose a tag to compare

1.7.0 (2021-06-24)

Features

  • add SpendBook::entries() to enforce type of Iterator values (5a6d20e)
  • make SpendBook a trait so that implementer can decide how to store it (287a341)
  • return Result for SpendBook trait methods. adds Error::SpendBook enum (5bddb4c)

v1.6.8

21 Jun 23:31
Compare
Choose a tag to compare

1.6.8 (2021-06-21)

Bug Fixes

  • tests: also match on the mapped errors (df5c98c)

v1.6.7

17 Jun 19:17
Compare
Choose a tag to compare

1.6.7 (2021-06-17)

v1.6.6

16 Jun 15:04
Compare
Choose a tag to compare

1.6.6 (2021-06-16)

v1.6.5

15 Jun 17:57
Compare
Choose a tag to compare

1.6.5 (2021-06-15)

v1.6.4

10 Jun 19:03
Compare
Choose a tag to compare

1.6.4 (2021-06-10)

v1.6.3

09 Jun 14:47
Compare
Choose a tag to compare

1.6.3 (2021-06-09)

v1.6.2

08 Jun 20:57
Compare
Choose a tag to compare

1.6.2 (2021-06-08)

v1.6.1

07 Jun 21:54
Compare
Choose a tag to compare

1.6.1 (2021-06-07)

v1.6.0

03 Jun 00:28
Compare
Choose a tag to compare

1.6.0 (2021-06-03)

Features

  • mint: replace ed25519 mint identities with BLS (78baf59)

Bug Fixes

  • bench: update benchmarks to work with the new BLS keys (e3da1fb)
  • bls: remove ed25519 dependency (d46422a)
  • mint: replace mint keys with key sets; fixed size BLS indices (3bd7e29)