Skip to content

Commit fa0c7c7

Browse files
author
MarcoFalke
committed
doc: Add getreceivedbyaddress release notes
Also, remove release note snippets of previous versions.
1 parent 95e14dc commit fa0c7c7

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

doc/release-notes.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,6 @@ frequently tested on them.
5656
Notable changes
5757
===============
5858

59-
Miner block size limiting deprecated
60-
------------------------------------
61-
62-
Though blockmaxweight has been preferred for limiting the size of blocks returned by
63-
getblocktemplate since 0.13.0, blockmaxsize remained as an option for those who wished
64-
to limit their block size directly. Using this option resulted in a few UI issues as
65-
well as non-optimal fee selection and ever-so-slightly worse performance, and has thus
66-
now been deprecated. Further, the blockmaxsize option is now used only to calculate an
67-
implied blockmaxweight, instead of limiting block size directly. Any miners who wish
68-
to limit their blocks by size, instead of by weight, will have to do so manually by
69-
removing transactions from their block template directly.
70-
7159
HD-wallets by default
7260
---------------------
7361
Due to a backward-incompatible change in the wallet database, wallets created
@@ -76,18 +64,13 @@ will only create hierarchical deterministic (HD) wallets.
7664

7765
Low-level RPC changes
7866
----------------------
79-
- `listsinceblock` will now throw an error if an unknown `blockhash` argument
80-
value is passed, instead of returning a list of all wallet transactions since
81-
the genesis block.
82-
- The "currentblocksize" value in getmininginfo has been removed.
8367
- The deprecated RPC `getinfo` was removed. It is recommended that the more specific RPCs are used:
8468
* `getblockchaininfo`
8569
* `getnetworkinfo`
8670
* `getwalletinfo`
8771
* `getmininginfo`
72+
- The wallet RPC `getreceivedbyaddress` will return an error if called with an address not in the wallet.
8873

89-
- `dumpwallet` no longer allows overwriting files. This is a security measure
90-
as well as prevents dangerous user mistakes.
9174

9275
Credits
9376
=======

0 commit comments

Comments
 (0)