From faa4243c1157c3e67111b6e5e979cdc3e1452a94 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 22 Apr 2020 09:13:52 -0400 Subject: [PATCH 1/2] Add release notes skeleton, so that notes can be filled easier --- doc/release-notes.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 0a900ea7800..8fc9a2a1388 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -62,6 +62,42 @@ distribution provides binaries for the RISC-V platform. Notable changes =============== +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 + +GUI changes +----------- + +Low-level changes +================= + +Tests +----- + Credits ======= From facaefadd3b0cd53d375890e8339303a202c2a8b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 22 Apr 2020 09:24:40 -0400 Subject: [PATCH 2/2] doc: Add wallet release notes for 0.21.0 --- doc/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 8fc9a2a1388..0d668a6302f 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -89,6 +89,12 @@ 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 -----------