Skip to content

Commit fb89af2

Browse files
author
MarcoFalke
committed
Merge #18733: doc: Add wallet release notes for 0.21.0
facaefa doc: Add wallet release notes for 0.21.0 (MarcoFalke) faa4243 Add release notes skeleton, so that notes can be filled easier (MarcoFalke) Pull request description: ACKs for top commit: fjahr: ACK facaefa achow101: ACK facaefa Tree-SHA512: a17ab86e422ca3d3e53deffa7fecf09cdd9b816588deeded3a15e80a1c268ff1e8b56a0e052a417f1a091872099cd3d2b89993d4773a86516b0bdef880a949a0
2 parents a7a6f1f + facaefa commit fb89af2

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

doc/release-notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,48 @@ distribution provides binaries for the RISC-V platform.
6262
Notable changes
6363
===============
6464

65+
P2P and network changes
66+
-----------------------
67+
68+
Updated RPCs
69+
------------
70+
71+
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
72+
73+
New RPCs
74+
--------
75+
76+
Build System
77+
------------
78+
79+
Updated settings
80+
----------------
81+
82+
Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below.
83+
84+
New settings
85+
------------
86+
87+
Wallet
88+
------
89+
90+
#### Wallet RPC changes
91+
92+
- The `upgradewallet` RPC replaces the `-upgradewallet` command line option.
93+
(#15761)
94+
- The `settxfee` RPC will fail if the fee was set higher than the `-maxtxfee`
95+
command line setting. The wallet will already fail to create transactions
96+
with fees higher than `-maxtxfee`. (#18467)
97+
98+
GUI changes
99+
-----------
100+
101+
Low-level changes
102+
=================
103+
104+
Tests
105+
-----
106+
65107
Credits
66108
=======
67109

0 commit comments

Comments
 (0)