Discovered this while debugging tests for D1442.
Details
Details
- Reviewers
deadalnix schancel - Group Reviewers
Restricted Project - Commits
- rSTAGINGf708ac3e18c7: Fixed logging block diff times so that the order of blocks being received…
rABCf708ac3e18c7: Fixed logging block diff times so that the order of blocks being received…
With D1442 applied:
build/test/functional/test_runner.py sendheaders-selfish-mining.py and
examine the logs at /tmp/bitcoin_test_runner_xxx/sendheaders-selfish-mining_xxx/node0/regtest/debug.log.
Note that the tmp files get cleaned up if the test passes, so make it fail
with assert() at the end of sendheaders-selfish-mining.py to see these logs.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Since the dependent diff is constantly slipping off my plate, I'm going to split this into two changes. Some of those changes belong in D1442 itself while the rest can be committed without a dependency.