]> Git Repo - VerusCoin.git/commit
Fix rebuild-chainstate feature and improve its performance
authorPieter Wuille <[email protected]>
Fri, 10 Oct 2014 20:13:47 +0000 (13:13 -0700)
committerPieter Wuille <[email protected]>
Tue, 14 Oct 2014 22:42:01 +0000 (15:42 -0700)
commitafc32c5eeada01b141706e32f0405bdb86c00f04
tree5916cc76e2170cd23e9c87f73e9e576326581741
parent16d5194165c8c83492b95f431a664d98c40ff254
Fix rebuild-chainstate feature and improve its performance

Previous refactorings broke the ability to rebuild the chainstate by deleting the chainstate
directory, resulting in an incorrect "Incorrect or no genesis block found" error message. Fix
that.

Also, improve the performance of ActivateBestBlockStep by using the skiplist to only discover
a few potential blocks to connect at a time, instead of all blocks forever - as we likely bail
out after connecting a single one anyway.
src/init.cpp
src/main.cpp
This page took 0.024691 seconds and 4 git commands to generate.