Skip to content

Latest commit

 

History

History
115 lines (57 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

115 lines (57 loc) · 4.36 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.1 (2021-08-03)

Bug Fixes

  • Demote anyhow and itertools to dev-dependencies (08d0df1)

0.5.0 (2021-06-30)

⚠ BREAKING CHANGES

  • blsttc: this enables blsttc to run on older cpu architectures

Features

0.4.0 (2021-06-29)

⚠ BREAKING CHANGES

  • updates to use blsstc

Features

0.3.12 (2021-06-28)

Bug Fixes

  • maidsafe version of threshold_crypto (ee7b3f6)
  • temporary fix for the failure crate deprecation warning (1f54a21)
  • use blsttc instead of threshold_crypto (77525c1)

0.3.11 (2021-06-28)

Bug Fixes

  • tilde reqs (8f8e3c1)
  • upgrade to the latest version of aes crate to remove deprecation warnings (5b44883)

0.3.10 (2021-06-14)

0.3.9 (2021-05-31)

0.3.8 (2021-05-12)

Bug Fixes

  • key_gen: if m is set to 0 or 1, we did not detect a threshold (906ca05)

0.3.7 (2021-03-03)

0.3.6 (2021-02-25)

0.3.5 (2021-02-09)

0.3.4 (2021-02-03)

0.3.3 (2021-01-20)

0.3.2 (2021-01-13)

0.3.1 (2021-01-04)

0.3.0 (2021-01-04)

⚠ BREAKING CHANGES

  • use thiserror and remove members

api

  • use thiserror and remove members (4d4b7c5)

0.2.2 (2020-11-18)

0.2.1 (2020-10-05)

0.2.0 (2020-10-01)

⚠ BREAKING CHANGES

  • the commit before changed API to use XorName as participants indexing key, instead of generic type with traits. This commit is just to trigger a major version update.

Features

  • using XorName as participants key (2b617a2)

0.1.5 (2020-10-01)

0.1.4 (2020-09-30)

0.1.3 (2020-09-30)

0.1.2 (2020-09-30)

0.1.1 (2020-09-21)

0.1.0 (2020-08-31)

  • Initial implementation