Skip to content

Commit

Permalink
Merge bitcoin#19636: doc: Update 0.20.1 release notes with psbt changes
Browse files Browse the repository at this point in the history
7c1c153 doc: Update 0.20.1 release notes with psbt changes (Andrew Chow)

Pull request description:

  bitcoin#19215 was missing from the list. Also felt it was important to mention this change.

Top commit has no ACKs.

Tree-SHA512: b795cf73954ff493747a793039918a5e19c377d9325e6156a8e23ba8f510af12f48b2d63854f57d482640531a865190f1fe1ece0c78a5e45d6926f9533c6d695
  • Loading branch information
laanwj committed Aug 1, 2020
2 parents 7ff6431 + 7c1c153 commit bf0dc35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================

Expand All @@ -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)
Expand Down

0 comments on commit bf0dc35

Please sign in to comment.