aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2020-08-01 14:14:33 +0200
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-08-01 14:15:21 +0200
commitbf0dc356ac4a2bdeda1908af021dea2de0dfb35a (patch)
treeede104b5d6e0b10f10058d3394f6d02ce376e38d
parent7ff64311bee570874c4f0dfa18f518552188df08 (diff)
parent7c1c15329e5fc82d379725b4723913635490f34c (diff)
downloadbitcoin-bf0dc356ac4a2bdeda1908af021dea2de0dfb35a.tar.xz
Merge #19636: doc: Update 0.20.1 release notes with psbt changes
7c1c15329e5fc82d379725b4723913635490f34c 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
-rw-r--r--doc/release-notes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 10ba4e3d4b..9fbb29cb82 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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)