You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
progress of the wallet's scanning historical blocks for transactions
165
169
affecting its balances. (#15730)
166
170
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
+
167
176
-`createwallet` accepts a new `passphrase` parameter. If set, this
168
177
will create the new wallet encrypted with the given passphrase. If
169
178
unset (the default) or set to an empty string, no encryption will be
170
179
used. (#16394)
171
180
181
+
-`getchaintxstats` RPC now returns the additional key of
182
+
`window_final_block_height`.
183
+
172
184
-`getmempoolentry` now provides a `weight` field containing the
173
185
transaction weight as defined in BIP141. (#16647)
174
186
187
+
- The `getnetworkinfo` and `getpeerinfo` commands now contain a new field with decoded network service flags.
188
+
175
189
-`getdescriptorinfo` now returns an additional `checksum` field
176
190
containing the checksum for the unmodified descriptor provided by the
177
191
user (that is, before the descriptor is normalized for the
178
192
`descriptor` field). (#15986)
179
193
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
+
180
197
-`walletcreatefundedpsbt` now signals BIP125 Replace-by-Fee if the
181
198
`-walletrbf` configuration option is set to true. (#15911)
182
199
@@ -188,6 +205,9 @@ GUI changes
188
205
type may be changed by the `-addresstype` configuration option.
189
206
(#15711, #16497)
190
207
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
+
191
211
Deprecated or removed configuration options
192
212
-------------------------------------------
193
213
@@ -273,7 +293,7 @@ Configuration
273
293
------------
274
294
275
295
- 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
277
297
preventing startup instead of just a warning unless the network is
278
298
mainnet. This prevents settings intended for mainnet from being
0 commit comments