(cherry picked from commit cc043e2fdf)
This commit is contained in:
Peter D. Gray 2023-06-20 09:03:44 -04:00 committed by doc-hex
parent 23ae4cb317
commit 336f5f6e04

View File

@ -1,14 +1,15 @@
## 5.1.3 - 2023-XX-XX
## 5.1.3 - 2023-06-20
- Enhancement: change Key Origin Information export format in multisig `addresses.csv` to match
[BIP-0380](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki#key-expressions)
`(m=0F056943)/m/48'/1'/0'/2'/0/0` --> `[0F056943/48'/1'/0'/2'/0/0]`
- Enhancement: Address explorer UX cosmetics.
- Change: `Unchained Capital` renamed to `Unchained`
was `(m=0F056943)/m/48'/1'/0'/2'/0/0` now `[0F056943/48'/1'/0'/2'/0/0]`
- Enhancement: Address explorer UX cosmetics, now with arrows and dots.
- Rename `Unchained Capital` to `Unchained`
- Bugfix: correct `scriptPubkey` parsing for segwit v1-v16
- Bugfix: do not infer segwit just by availability of `PSBT_IN_WITNESS_UTXO` in PSBT.
- Bugfix: remove label from Bitcoin Core `importdescriptors` export as it is no longer supported
with ranged descriptors in version `24.1`
with ranged descriptors in version `24.1` of Core.
- Bugfix: empty number during BIP-39 passphrase entry could cause crash.
## 5.1.2 - 2023-04-07