Releases: maidsafe/sn_dbc
Releases · maidsafe/sn_dbc
v1.7.0
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
1.6.8 (2021-06-21)
Bug Fixes
- tests: also match on the mapped errors (df5c98c)
v1.6.0
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)