Skip to content

v0.31.0

Latest

Choose a tag to compare

@sstone sstone released this 01 Jun 08:02
· 1 commit to master since this release
1c49b7a

API Changes

  • Musig2 secret nonces can only be used once, trying to re-use them will throw an exception. This could affect unit tests downstream but should not affect production code (and if it does it should be interpreted as a warning, since nonce reuse can leak private keys).
  • Some static DeterministicWallet methods have been removed, users should call instance methods instead (see ea57c73).

What's Changed

New Contributors

Full Changelog: v0.30.0...v0.31.0