Page MenuHomePhabricator

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

Authored by nakihito on Aug 19 2018, 23:54.

Details

Summary

Continues work on T380, dependent on D1656. 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
SeverityLocationCodeMessage
Auto-Fixsrc/validation.cpp:1CFMTCode style violation
Unit
No Test Coverage
Build Status
Buildable 3092
Build 4271: Bitcoin ABC Buildbot (legacy)
Build 4270: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Aug 19 2018, 23:54

Fixed white spacing issue in validation.cpp.

This revision is now accepted and ready to land.Aug 20 2018, 21:47
This revision was automatically updated to reflect the committed changes.