File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,48 @@ distribution provides binaries for the RISC-V platform.
62
62
Notable changes
63
63
===============
64
64
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
+
65
107
Credits
66
108
=======
67
109
You can’t perform that action at this time.
0 commit comments