All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.10.5 (2022-08-09)
0.10.4 (2022-07-21)
0.10.3 (2022-06-14)
0.10.2 (2022-05-02)
0.10.1 (2022-04-07)
0.10.0 (2022-03-22)
- blsttc and rand versions might conflict with versions used by dependent packages.
We also:
- bump rand from 0.7.3 to 0.8.5
- bump rand_core from 0.5.1 to 0.6.3
- bump xor_name from 3.0.0 to 4.0.0
These make us compatible with deps in blsttc.
- bump blsttc from 3.1.0 to 5.1.0 (a9d3581)
0.9.2 (2022-03-18)
0.9.1 (2021-12-09)
0.9.0 (2021-11-24)
- specify the receiver explicity to avoid it to be broadcasted unnecessarily.
- avoid broadcasting direct messages (90591e2)
0.8.0 (2021-11-19)
- crate version also needs to be bumped due to the API changes.
- DKG AE patten refactory (7906cbb)
- resolve failing tests due to DKG AE refactory (2b6bc32)
0.7.1 (2021-11-11)
- draining the cached messages (c7e7be3)
0.7.0 (2021-09-07)
- this commit just changes the README to force through a new version that will bump the version number correctly.
I'm using the title of the previous commit to indicate that that's where the relevant change is for the new release.
- bump blsttc dep to 3.1.0 (a9bc105)
0.6.2 (2021-08-31)
0.6.1 (2021-08-24)
0.6.0 (2021-08-12)
- updates public types
- add index to the Outcome type (25683ab)
0.5.3 (2021-08-10)
0.5.2 (2021-08-10)
0.5.1 (2021-08-03)
- Demote
anyhow
anditertools
to dev-dependencies (08d0df1)
0.5.0 (2021-06-30)
- blsttc: this enables blsttc to run on older cpu architectures
- blsttc: update blsttc (74a2d6b)
0.4.0 (2021-06-29)
- updates to use blsstc
- introducing blsstc (8745c19)
0.3.12 (2021-06-28)
- 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)
- 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)
- 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)
- use thiserror and remove members
- use thiserror and remove members (4d4b7c5)
0.2.2 (2020-11-18)
0.2.1 (2020-10-05)
0.2.0 (2020-10-01)
- 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.
- 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