Hennadii Stepanov
Hennadii Stepanov
Updated 99793951bb06819aa626f7813e7d6f0a26ebd205 -> 943e5ceeaaba706560cfbd23023e7cd8be151d6f ([pr25797.10](https://github.com/hebasto/bitcoin/commits/pr25797.10) -> [pr25797.11](https://github.com/hebasto/bitcoin/commits/pr25797.11)): - rebased - added draft implementation for `test_bitcoin` executable - a few other improvements
Updated 943e5ceeaaba706560cfbd23023e7cd8be151d6f -> 24dc55b03ce11cc5a51d4973993058bb7b77ae9f ([pr25797.11](https://github.com/hebasto/bitcoin/commits/pr25797.11) -> [pr25797.12](https://github.com/hebasto/bitcoin/commits/pr25797.12)): - rebased - added the `check` target, use as usually -- `make check` - fixed linter errors The PR description has been updated.
> > > I'm assuming that unit-test build support with CMake is still under construction? > > > > It is, but not as a part of this PR. My...
Updated 24dc55b03ce11cc5a51d4973993058bb7b77ae9f -> efe98def733c39e18dc2b0032787fe6dda503ab5 ([pr25797.12](https://github.com/hebasto/bitcoin/commits/pr25797.12) -> [pr25797.13](https://github.com/hebasto/bitcoin/commits/pr25797.13)): - rebased on top of the recent [changes](https://github.com/bitcoin/bitcoin/pull/25717) in the build system - fixed linking on macOS
@adam2k > Although, I am running into errors during the second step in the process when I get to the `Linking CXX executable bitcoin-qt`. Thank you for testing! Linking on...
Updated efe98def733c39e18dc2b0032787fe6dda503ab5 -> 10c404eb22d48cf7472ecde6571e276ecb0b3975 ([pr25797.13](https://github.com/hebasto/bitcoin/commits/pr25797.13) -> [pr25797.14](https://github.com/hebasto/bitcoin/commits/pr25797.14)): - added the `WERROR` option - fixed BDB search on FreeBSD (thanks to @vasild for reporting this issue on IRC and working on...
Concept ACK.
Benchmarked and tested 5b1e92f539c24b6518f577b92874ccac0bbf617f on Linux Mint 20 (x86_64). Setup: - block height=640740 - recent block file `blk02168.dat` - commad-line arguments: `-nonetworkactive -reindex` **master** (40a04814d130dfc9131af3f568eb44533e2bcbfc) ``` 2020-07-25T14:56:14Z [main] Bitcoin Core...
Also the resulted index sizes differ substantially: - master (40a04814d130dfc9131af3f568eb44533e2bcbfc): ``` $ ls -l total 168532 -rw------- 1 hebasto hebasto 83614454 Jul 26 15:59 000003.log -rw------- 1 hebasto hebasto 27...
I found the root of all differences in logs: - master (40a04814d130dfc9131af3f568eb44533e2bcbfc): ``` [loadblk] Reindexing block file blk00877.dat... ... [loadblk] LoadExternalBlockFile: Processing out of order child 000000000000000001ee925f0e1570c6b61990ac9777fd4a73983b623494e894 of 000000000000000001d22f4d6a05420ba43ee2eb457efea06be8280f8a5f14d2 [loadblk]...