mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 01:33:20 +02:00
Merge #9053: IBD using chainwork instead of height and not using header timestamps
e141bebIsInitialBlockDownload no longer uses header-only timestamps. (Gregory Maxwell)2082b55Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. (Gregory Maxwell)fd46136IBD check uses minimumchain work instead of checkpoints. (Gregory Maxwell)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user