Page MenuHomePhabricator

Merge #13012: [doc] Add comments for chainparams.h, validation.cpp
ClosedPublic

Authored by nakihito on Sep 10 2019, 19:17.

Details

Summary

18326ae [doc] Add comments for chainparams.h, validation.cpp (James O'Beirne)

Pull request description:

Added a few comments during a leisurely read through some of the validation code. If this kind of thing seems useful, I can add similar documentation for most of the `CChainState` interface.

Tree-SHA512: a4d9db60383a8ff02e74ac326ed88902eec1ee441e8cd4e1845bcf257072673c15974225288cebf0a633e76a3410f99e2206616b4694725a2a5b0d19c78327d6

Backport of Core PR13012
https://github.com/bitcoin/bitcoin/pull/13012/

Depends on D4045

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR13012
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7404
Build 12851: Bitcoin ABC Buildbot (legacy)
Build 12850: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Sep 10 2019, 19:17
jasonbcox requested changes to this revision.Sep 10 2019, 19:52
jasonbcox added inline comments.
src/validation.cpp
2854 ↗(On Diff #11181)

This top half of the comment is clearly not part of the original PR. Please add reviewer notes as to why this is the case. Otherwise reviewers are forced to assume that a dependency/backport was missed.

This revision now requires changes to proceed.Sep 10 2019, 19:52
src/validation.cpp
2854 ↗(On Diff #11181)

This was removed here: D1182. There's no real explanation why it was removed though?

deadalnix requested changes to this revision.Sep 11 2019, 04:51
deadalnix added inline comments.
src/validation.cpp
2854 ↗(On Diff #11181)

It was moved in the header. Regardless of what you do, do something consistent.

This revision now requires changes to proceed.Sep 11 2019, 04:51
This revision is now accepted and ready to land.Sep 21 2019, 11:59