as title
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCa5c12c9a2c57: [avalanche] delay executing avalanche event loop until IBD is done
cmake -DCMAKE_BUILD_TYPE=Debug; ninja all check check-functional build-configurations.py build-tsan
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- no_avalanche_until_ibd
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 15450 Build 30821: Build Diff lint-circular-dependencies · build-without-wallet · build-debug · build-diff · build-clang · build-clang-tidy Build 30820: arc lint + arc unit
Event Timeline
Comment Actions
Why not just check for IBD status in runEventLoop ? What benefit does all this complication achieves?
src/eventloop.cpp | ||
---|---|---|
31 ↗ | (On Diff #28077) | This is going to block the scheduler thread for 200ms, why would you ever wan to do that? |