Skip to content

Commit 1f40a91

Browse files
committed
Merge #17014: doc: Consolidate release notes before 0.19.0 (move-only)
fa3d984 doc: Consolidate release notes before 0.19.0 (MarcoFalke) fa02f2d doc: Add missing release notes for 16383 (MarcoFalke) Pull request description: ACKs for top commit: fanquake: ACK fa3d984 - these can get massaged / nitted to death in the wiki. Tree-SHA512: a08f6e5990bf1f2d15939142e14887582899fb2f71962a52a4a2db13e0643c70486193cd1b28a18099dadbe87d045a192d2546793f30551b5151f410b03907fa
2 parents 4b51ed8 + fa3d984 commit 1f40a91

File tree

6 files changed

+21
-23
lines changed

6 files changed

+21
-23
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: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ Low-level Changes section below.
132132
would risk using up the "wrong" UTXO for an address reuse case.
133133
(#13756)
134134

135+
- RPCs which have an `include_watchonly` argument or `includeWatching` option now default to `true` for watch-only
136+
wallets. Affected RPCs are: `getbalance`, `listreceivedbyaddress`, `listreceivedbylabel`, `listtransactions`,
137+
`listsinceblock`, `gettransaction`, `walletcreatefundedpsbt`, and `fundrawtransaction`. (#16383)
138+
135139
- `listunspent` now returns a "reused" bool for each output if the
136140
wallet flag "avoid_reuse" is enabled. (#13756)
137141

@@ -164,19 +168,32 @@ Low-level Changes section below.
164168
progress of the wallet's scanning historical blocks for transactions
165169
affecting its balances. (#15730)
166170

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+
167176
- `createwallet` accepts a new `passphrase` parameter. If set, this
168177
will create the new wallet encrypted with the given passphrase. If
169178
unset (the default) or set to an empty string, no encryption will be
170179
used. (#16394)
171180

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

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

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+
180197
- `walletcreatefundedpsbt` now signals BIP125 Replace-by-Fee if the
181198
`-walletrbf` configuration option is set to true. (#15911)
182199

@@ -188,6 +205,9 @@ GUI changes
188205
type may be changed by the `-addresstype` configuration option.
189206
(#15711, #16497)
190207

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+
191211
Deprecated or removed configuration options
192212
-------------------------------------------
193213

@@ -273,7 +293,7 @@ Configuration
273293
------------
274294

275295
- A setting specified in the default section but not also specified in a
276-
network-specific section (e.g. testnet) will now produce a error
296+
network-specific section (e.g. testnet) will now produce an error
277297
preventing startup instead of just a warning unless the network is
278298
mainnet. This prevents settings intended for mainnet from being
279299
applied to testnet or regtest. (#15629)

0 commit comments

Comments
 (0)