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
DeterministicWalletmethods have been removed, users should call instance methods instead (see ea57c73).
What's Changed
- Set version to 0.31.0-SNAPSHOT by @sstone in #176
- Fix parser, signing, and MuSig2 issues by @jmecom in #177
- Fix bip32 fingerprint by @sstone in #181 (see #180).
- Add taproot and musig2 helpers for taproot gossip support by @t-bast in #178
- Build cleanup (no functional changes) by @sstone in #182
- Performance improvements by @sstone in #184.
- Set version to 0.31.0 by @sstone in #185
New Contributors
Full Changelog: v0.30.0...v0.31.0