v1.1.1
版本发布时间: 2019-12-27 22:12:34
bnb-chain/tss-lib最新发布版本:v2.0.2(2024-01-16 11:19:32)
This bug fix release addresses these issues in the ECDSA protocols:
In signing and re-sharing:
- The input "save data" is now copied and filtered locally during signing and re-sharing to handle a non-contiguous or non-zero indexed set of participants from keygen. Commit: 51d303152b320d6b2ab935f653aee00d9eef3dd3
- The unit tests for signing and re-sharing are now using a random set of participants from the keygen fixtures to verify the above fix. Commit: a110668cdb3080a8f815ac3e3eae2fd99e6da10b
In re-sharing only:
- The re-sharing protocol now uses two save data structs named
input
andsave
for code clarity. Commit: 129ebaefee986810f287779b3b22c0d3d8047ace
For all ECDSA protocols:
- Add a handled short-circuit to prevent causing a panic when calling
WaitingFor
orWrapError
on a non-startedParty
. Issue: #82 Commit: 4fcd04b0ce5527ece51afa70c7852b5fd03b120c
There have been no changes made to the public API.