diff options
author | John Newbery <john@johnnewbery.com> | 2018-03-22 10:28:52 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-04-26 23:43:54 +0800 |
commit | e802c2294718f1e1128f2736842595c3b84a2882 (patch) | |
tree | f0160eec1bc11a1534d8789e6d4911e00d97574f /doc | |
parent | f118a7a35b8c880740d5ebf6230498a5951bd889 (diff) |
[config] Remove blockmaxsize option
The blockmaxsize option was marked as deprecated in V0.15.1, and code
was added to convert provided blockmaxsize into blockmaxweight. However,
this code was incorrectly implemented, and blockmaxsize was silently
ignored.
No users have complained about blockmaxsize being ignored, so just
remove it in V0.17.
GitHub-Pull: #12756
Rebased-From: 4757c04
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index f7590d2eb5..f902494f24 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -59,6 +59,14 @@ Example item for a notable change. (to be filled in at release time) +Miner block size removed +------------------------ + +The `-blockmaxsize` option for miners to limit their blocks' sizes was +deprecated in V0.15.1, and has now been removed. Miners should use the +`-blockmaxweight` option if they want to limit the weight of their blocks' +weights. + Credits ======= |