Page MenuHomePhabricator

Seperated BlockStatus class from chain.h file and updated .h and .cpp dependencies.
AbandonedPublic

Authored by nakihito on Aug 6 2018, 23:52.

Details

Reviewers
jasonbcox
schancel
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

Removed the CBlockStatus class from chain.h and placed it into its own .h file, blockstatus.h. Updated other .h and .cpp files for dependencies.

Test Plan

Make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
SeperatingBlockStatusClass
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3033
Build 4159: Bitcoin ABC Buildbot (legacy)
Build 4158: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Aug 6 2018, 23:52
deadalnix requested changes to this revision.Aug 8 2018, 19:29
deadalnix added inline comments.
src/blockstatus.h
1

typo

8

Please include standard lib files after other includes, as doing it that way may hide the fact that our header are broken when they are.

src/diskblockpos.h
9

Why ?

src/test/blockstatus_tests.cpp
7

Remove

This revision now requires changes to proceed.Aug 8 2018, 19:29