aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-11-07 13:23:20 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-11-07 13:36:40 +0100
commit3c03dc2cfc07077aabef4c0fdd31435842a26a77 (patch)
treedd4e46404c6f43f1afce5cbeb04bee09bdf7fa17 /doc
parent1e50d22ed2df9e87d1c33784d4274750546227fc (diff)
parent0bd581ae8df941c769194becf190393b288cfca3 (diff)
downloadbitcoin-3c03dc2cfc07077aabef4c0fdd31435842a26a77.tar.xz
Merge #7730: Remove priority estimation
0bd581a add release notes for removal of priority estimation (Alex Morcos) b2322e0 Remove priority estimation (Alex Morcos)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 0463cb8a61..f511fee22e 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -48,6 +48,15 @@ Low-level RPC changes
an optional third arg, which was always ignored. Make sure to never pass more
than two arguments.
+Removal of Priority Estimation
+------------------------------
+
+- Estimation of "priority" needed for a transaction to be included within a target
+ number of blocks has been removed. The rpc calls are deprecated and will either
+ return -1 or 1e24 appropriately. The format for fee_estimates.dat has also
+ changed to no longer save these priority estimates. It will automatically be
+ converted to the new format which is not readable by prior versions of the
+ software.
0.14.0 Change log
=================