diff options
| author | Pieter Wuille <[email protected]> | 2016-11-03 00:04:20 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-11-03 00:08:59 -0700 |
| commit | 508404de98a8a5435f52916cef8f328e82651961 (patch) | |
| tree | d7756cd64d414858f51d77f0273f26bc4e2e4e30 /doc | |
| parent | Merge #9036: wallet: Change default confirm target from 2 to 6 (diff) | |
| parent | IsInitialBlockDownload no longer uses header-only timestamps. (diff) | |
| download | discoin-508404de98a8a5435f52916cef8f328e82651961.tar.xz discoin-508404de98a8a5435f52916cef8f328e82651961.zip | |
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 63f75fb39..85cf160f4 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: |