- this allows our progressbarlabel to correctly update, when we finish a reindex or import, but do not get new blocks from other sources
Fixes orphan label messages for me, which I find rather ugly ;).
Fixes orphan label messages for me, which I find rather ugly ;).
- this allows our progressbarlabel to correctly update, when we
finish a reindex or import, but do not get new blocks from other sources
14 | @@ -15,9 +15,9 @@ 15 | 16 | enum BlockSource { 17 | BLOCK_SOURCE_NONE, 18 | - BLOCK_SOURCE_NETWORK, 19 | + BLOCK_SOURCE_REINDEX, 20 | BLOCK_SOURCE_DISK, 21 | - BLOCK_SOURCE_REINDEX 22 | + BLOCK_SOURCE_NETWORK
Any reason for swapping these?
Another pull I have in the pipe has small updates for ClientModel::getBlockSource() and it's usage. I intended to refelect the used order in that function here in the enum. But you are right it does not belong into this pull ;).
Edit: Removed from that pull!
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/87dd6035e583d45d6c2e464867425ee1a9cad8e9 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
ACK