aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-12-08 13:11:29 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-12-08 13:11:48 +0100
commite591c1049fe5e0256ac14a92f460f374a55ffd4e (patch)
treebca5ae4ecfdf5e5ef7b3d1f0c37824e1be24b3dc /doc/release-process.md
parent0a4aa876230c602427aa40b47a84698a3fd28e85 (diff)
parent5998a09546b033e8d55f2a45d35a6161b2cdc288 (diff)
downloadbitcoin-e591c1049fe5e0256ac14a92f460f374a55ffd4e.tar.xz
Merge #9293: [0.13 Backport] IBD using chainwork instead of height and not using header timestamp (#9053)
5998a09 IsInitialBlockDownload no longer uses header-only timestamps. (Gregory Maxwell) 5b93eee Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. (Gregory Maxwell) ad20cdd IBD check uses minimumchain work instead of checkpoints. (Gregory Maxwell) 4c71fc4 Remove duplicate nBlocksEstimate cmp (we already checked IsIBD()) (Matt Corallo)
Diffstat (limited to 'doc/release-process.md')
-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: