Skip to content

v1.20.0

Compare
Choose a tag to compare
@danield9tqh danield9tqh released this 20 Feb 21:54
· 678 commits to master since this release
83c9078

Breaking Changes

  • #4699 - changes format of consensus params for custom networks
  • #4715 - changes Target.calculateDifficulty and Target.calculateTarget function parameters, now takes in a Consensus and the current block sequence. No longer takes in individual parameter values.

What's Changed

  • This release enables the testnet hard-fork sequence at block 419,193. See the hard-fork FIP for more details.
  • Lots of work related to FROST and multi-sig support
  • Added base64json encoding to wallets and removed bech32 encoding
  • Separated steps for building and signing transactions in the RPC layer. #4642

Full Changelog: v1.19.0...v1.20.0