mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
Merge #19636: doc: Update 0.20.1 release notes with psbt changes
7c1c15329e doc: Update 0.20.1 release notes with psbt changes (Andrew Chow)
Pull request description:
#19215 was missing from the list. Also felt it was important to mention this change.
Top commit has no ACKs.
Tree-SHA512: b795cf73954ff493747a793039918a5e19c377d9325e6156a8e23ba8f510af12f48b2d63854f57d482640531a865190f1fe1ece0c78a5e45d6926f9533c6d695
This commit is contained in:
@@ -92,6 +92,15 @@ notifications were sent previously before the v0.19 release, but had been
|
||||
broken since that release (bug
|
||||
[#18325](https://github.com/bitcoin/bitcoin/issues/18325)).
|
||||
|
||||
PSBT changes
|
||||
------------
|
||||
|
||||
PSBTs will contain both the non-witness utxo and the witness utxo for segwit
|
||||
inputs in order to restore compatibility with wallet software that are now
|
||||
requiring the full previous transaction for segwit inputs. The witness utxo
|
||||
is still provided to maintain compatibility with software which relied on its
|
||||
existence to determine whether an input was segwit.
|
||||
|
||||
0.20.1 change log
|
||||
=================
|
||||
|
||||
@@ -108,6 +117,7 @@ broken since that release (bug
|
||||
### RPC and other APIs
|
||||
- #19524 Increment input value sum only once per UTXO in decodepsbt (fanquake)
|
||||
- #19517 psbt: Increment input value sum only once per UTXO in decodepsbt (achow101)
|
||||
- #19215 psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs (achow101)
|
||||
|
||||
### GUI
|
||||
- #19097 Add missing QPainterPath include (achow101)
|
||||
|
||||
Reference in New Issue
Block a user