aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:39:06 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:39:10 +0100
commitd04525a065aefc02a2b719743b18a9c13c91c121 (patch)
tree72632813e8ee1da86cb86d58bf288dd585f63d81 /doc
parent1709cc5cb0e5ba8f07b368e145f5eebcda118f50 (diff)
parentfa8c497d846320d7c186025171bb9c89105896ae (diff)
downloadbitcoin-d04525a065aefc02a2b719743b18a9c13c91c121.tar.xz
Merge pull request #7345
fa8c497 [doc] backwards-compatibility issues due to chainstate obfuscation (MarcoFalke)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 64c47c0149..b8cb33405f 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -22,6 +22,8 @@ bitcoind/bitcoin-qt (on Linux).
Downgrade warning
------------------
+### Downgrade to a version < 0.10.0
+
Because release 0.10.0 and later makes use of headers-first synchronization and
parallel block download (see further), the block files and databases are not
backwards-compatible with pre-0.10 versions of Bitcoin Core or other software:
@@ -40,8 +42,17 @@ bootstrap.dat) anew afterwards. It is possible that the data from a completely
synchronised 0.10 node may be usable in older versions as-is, but this is not
supported and may break as soon as the older version attempts to reindex.
-This does not affect wallet forward or backward compatibility. There are no
-known problems when downgrading from 0.12.x to a version >= 0.10.0.
+This does not affect wallet forward or backward compatibility.
+
+### Downgrade to a version < 0.12.0
+
+Because release 0.12.0 and later will obfuscate the chainstate on every
+fresh sync or reindex, the chainstate is not backwards-compatible with
+pre-0.12 versions of Bitcoin Core or other software.
+
+If you want to downgrade after you have done a reindex with 0.12.0 or later,
+you will need to reindex when you first start Bitcoin Core version 0.11 or
+earlier.
Notable changes
===============