seems like the right thing to do. looks like we're just two small backports away from Core where CBlockIndex is concerned, so give it its own translation unit
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC9c4a4005f423: [refactor] factor CBlockIndex out of chain.h
ninja check check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- factor_out_blockindex
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12081 Build 24115: Default Diff Build & Tests build-diff Build 24114: Build without Wallet build-without-wallet Build 24113: Build with clang-10 build-clang-10 Build 24112: arc lint + arc unit
Event Timeline
src/avalanche/test/processor_tests.cpp | ||
---|---|---|
9 | this test calls LookupBlockIndex which is still in chain.h this TU includes avalanche/processor.h, which includes blockindexworkcomparator.h which included chain.h up until this diff, so this is needed now |
Comment Actions
moved comment that should've been there in the first place and moved source files to the Server library