Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

v0.39.0

Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 02 Dec 11:25
· 540 commits to master since this release

0.39.0 (2020-12-02)

⚠ BREAKING CHANGES

  • - remove `Routing::secret_key_share` (use `Routing::sign_with_secret_key_share` instead).
    
    • Rename Error::InvalidElderDkgResult to Error::MissingSecretKeyShare
    • Routing::public_key_set and Routing::our_index now return MissingSecretKeyShare instead of InvalidState on error.

Features

  • do not expose BLS secret key share (e8fa12e)