v1.20.0
Breaking Changes
- #4699 - changes format of consensus params for custom networks
- #4715 - changes
Target.calculateDifficulty
andTarget.calculateTarget
function parameters, now takes in aConsensus
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 removedbech32
encoding - Separated steps for building and signing transactions in the RPC layer. #4642
Full Changelog: v1.19.0...v1.20.0