Skip to content

Commit fa3d984

Browse files
author
MarcoFalke
committed
doc: Consolidate release notes before 0.19.0
Can be reviewed with the git diff options: --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
1 parent fa02f2d commit fa3d984

File tree

6 files changed

+16
-22
lines changed

6 files changed

+16
-22
lines changed

doc/release-notes-15584.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release-notes-16185.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/release-notes-16512.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release-notes-16695.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/release-notes-16787.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release-notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,19 +168,32 @@ Low-level Changes section below.
168168
progress of the wallet's scanning historical blocks for transactions
169169
affecting its balances. (#15730)
170170

171+
- `gettransaction` now accepts a third (boolean) argument `verbose`. If
172+
set to `true`, a new `decoded` field will be added to the response containing
173+
the decoded transaction. This field is equivalent to RPC `decoderawtransaction`,
174+
or RPC `getrawtransaction` when `verbose` is passed.
175+
171176
- `createwallet` accepts a new `passphrase` parameter. If set, this
172177
will create the new wallet encrypted with the given passphrase. If
173178
unset (the default) or set to an empty string, no encryption will be
174179
used. (#16394)
175180

181+
- `getchaintxstats` RPC now returns the additional key of
182+
`window_final_block_height`.
183+
176184
- `getmempoolentry` now provides a `weight` field containing the
177185
transaction weight as defined in BIP141. (#16647)
178186

187+
- The `getnetworkinfo` and `getpeerinfo` commands now contain a new field with decoded network service flags.
188+
179189
- `getdescriptorinfo` now returns an additional `checksum` field
180190
containing the checksum for the unmodified descriptor provided by the
181191
user (that is, before the descriptor is normalized for the
182192
`descriptor` field). (#15986)
183193

194+
- `joinpsbts` will shuffle the order of the inputs and outputs of the resulting joined psbt.
195+
Previously inputs and outputs were added in the order that the PSBTs were provided which makes correlating inputs to outputs extremely easy.
196+
184197
- `walletcreatefundedpsbt` now signals BIP125 Replace-by-Fee if the
185198
`-walletrbf` configuration option is set to true. (#15911)
186199

@@ -192,6 +205,9 @@ GUI changes
192205
type may be changed by the `-addresstype` configuration option.
193206
(#15711, #16497)
194207

208+
- In 0.18.0 a `./configure` flag was introduced to allow disabling BIP70 support in the GUI (support was enabled by default). In 0.19.0 this flag is now __disabled__ by default.
209+
- If you want compile Bitcoin Core with BIP70 support in the GUI, you can pass `--enable-bip70` to `./configure`.
210+
195211
Deprecated or removed configuration options
196212
-------------------------------------------
197213

0 commit comments

Comments
 (0)