Merge #18733: doc: Add wallet release notes for 0.21.0

facaefadd3b0cd53d375890e8339303a202c2a8b doc: Add wallet release notes for 0.21.0 (MarcoFalke)
faa4243c1157c3e67111b6e5e979cdc3e1452a94 Add release notes skeleton, so that notes can be filled easier (MarcoFalke)

Pull request description:

ACKs for top commit:
  fjahr:
    ACK facaefadd3b0cd53d375890e8339303a202c2a8b
  achow101:
    ACK facaefadd3b0cd53d375890e8339303a202c2a8b

Tree-SHA512: a17ab86e422ca3d3e53deffa7fecf09cdd9b816588deeded3a15e80a1c268ff1e8b56a0e052a417f1a091872099cd3d2b89993d4773a86516b0bdef880a949a0
This commit is contained in:
MarcoFalke 2020-04-22 15:45:51 -04:00 committed by Vijay Das Manikpuri
parent 7666b675b7
commit 881816d531
No known key found for this signature in database
GPG Key ID: DB1D81B01DB7C46E

View File

@ -0,0 +1,41 @@
P2P and network changes
-----------------------
Updated RPCs
------------
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
New RPCs
--------
Build System
------------
Updated settings
----------------
Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below.
New settings
------------
Wallet
------
#### Wallet RPC changes
- The `upgradewallet` RPC replaces the `-upgradewallet` command line option.
(#15761)
- The `settxfee` RPC will fail if the fee was set higher than the `-maxtxfee`
command line setting. The wallet will already fail to create transactions
with fees higher than `-maxtxfee`. (#18467)
GUI changes
-----------
Low-level changes
=================
Tests
-----