This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
v0.39.0
0.39.0 (2020-12-02)
⚠ BREAKING CHANGES
-
- remove `Routing::secret_key_share` (use `Routing::sign_with_secret_key_share` instead).
- Rename
Error::InvalidElderDkgResult
toError::MissingSecretKeyShare
Routing::public_key_set
andRouting::our_index
now returnMissingSecretKeyShare
instead ofInvalidState
on error.
- Rename
Features
- do not expose BLS secret key share (e8fa12e)