diff options
author | Matt Corallo <git@bluematt.me> | 2017-08-25 11:27:03 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2017-09-11 15:51:26 -0400 |
commit | 6f703e9bf11c5f2fcb0fca0e4243fce6b4b9d35a (patch) | |
tree | 82377afbd73398d04f836dd42fcdea3858277bcd /doc/release-notes.md | |
parent | 3dc263c9b9068ee9793b6c7a0023eff16d70fb8f (diff) |
Add release notes describing blockmaxweight deprecation
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index aa1d1bea14..46fbae0423 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -56,6 +56,22 @@ frequently tested on them. Notable changes =============== +Miner block size limiting deprecated +------------------------------------ + +Though blockmaxweight has been preferred for limiting the size of blocks returned by +getblocktemplate since 0.13.0, blockmaxsize remained as an option for those who wished +to limit their block size directly. Using this option resulted in a few UI issues as +well as non-optimal fee selection and ever-so-slightly worse performance, and has thus +now been deprecated. Further, the blockmaxsize option is now used only to calculate an +implied blockmaxweight, instead of limiting block size directly. Any miners who wish +to limit their blocks by size, instead of by weight, will have to do so manually by +removing transactions from their block template directly. + +Low-level RPC changes +---------------------- +- The "currentblocksize" value in getmininginfo has been removed. + Credits ======= |