Page MenuHomePhabricator

refactoring: IsInitialBlockDownload -> CChainState
ClosedPublic

Authored by deadalnix on May 11 2020, 19:55.

Details

Summary

We introduce CChainState.m_cached_finished_ibd because the static state it
replaces would've been shared across all CChainState instances.

This is a partial backport of Core PR15976 : https://github.com/bitcoin/bitcoin/pull/15976/commits/403e677c9ebbf9744733010e6b0c2d1b182ee850

Depends on D6002

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr15976
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10701
Build 19198: Default Diff Build & Tests
Build 19197: arc lint + arc unit

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.May 11 2020, 23:31