aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2016-10-22 05:33:25 +0000
committerGregory Maxwell <greg@xiph.org>2016-12-06 17:14:19 +0000
commitad20cddce2097c6561202777fccd257deb1a9810 (patch)
treefa93b8df507a3fa5b8c7e20618c636861998c7f6 /doc
parent4c71fc42fbf32d8994f4d2488ac4bafad93226a1 (diff)
downloadbitcoin-ad20cddce2097c6561202777fccd257deb1a9810.tar.xz
IBD check uses minimumchain work instead of checkpoints.
This introduces a 'minimum chain work' chainparam which is intended to be the known amount of work in the chain for the network at the time of software release. If you don't have this much work, you're not yet caught up. This is used instead of the count of blocks test from checkpoints. This criteria is trivial to keep updated as there is no element of subjectivity, trust, or position dependence to it. It is also a more reliable metric of sync status than a block count. Github-Pull: #9053 Rebased-From: fd46136dfaf68a7046cf7b8693824d73ac6b1caf
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 41c1ac8556..ccc4bcd230 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -10,6 +10,7 @@ Before every minor and major release:
* Update [bips.md](bips.md) to account for changes since the last release.
* Update version in sources (see below)
* Write release notes (see below)
+* Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc.
Before every major release: