diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-11-03 00:04:20 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-11-03 00:08:59 -0700 |
commit | 508404de98a8a5435f52916cef8f328e82651961 (patch) | |
tree | d7756cd64d414858f51d77f0273f26bc4e2e4e30 /doc | |
parent | ed0cc50afed146c27f6d8129c683c225fb940093 (diff) | |
parent | e141beb6a9816b7e1e680fb0a8bae16d42a3e557 (diff) |
Merge #9053: IBD using chainwork instead of height and not using header timestamps
e141beb IsInitialBlockDownload no longer uses header-only timestamps. (Gregory Maxwell)
2082b55 Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. (Gregory Maxwell)
fd46136 IBD check uses minimumchain work instead of checkpoints. (Gregory Maxwell)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 63f75fb399..85cf160f47 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -12,6 +12,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: |