Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- chains-for-real2 (branched from master)
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6081 Build 10211: Bitcoin ABC Buildbot (legacy) Build 10210: arc lint + arc unit
Event Timeline
src/miner.h | ||
---|---|---|
39 ↗ | (On Diff #8226) | I have no sense of scale for this value. Is order == # of dependencies? If so, why not just call it pacakageDependencies? |
41 ↗ | (On Diff #8226) | The note is the only reference to double counting. There needs to be an explanation in this comment for this behavior otherwise the (>= real size) comments mean nothing without that context. |
src/miner.h | ||
---|---|---|
39 ↗ | (On Diff #8226) | Also: There should be a comment in this diff or the summary with a link to the other diff where this is used so reviewers can appropriate evaluate it. Otherwise we're just looking at variable names with no context. |
src/miner.h | ||
---|---|---|
39 ↗ | (On Diff #8226) | There is a stack of all the diffs provided. |
src/miner.h | ||
---|---|---|
51 ↗ | (On Diff #8547) | packageOrder(1) should be packageOrder(0) |
src/miner.h | ||
---|---|---|
51 ↗ | (On Diff #8547) | Fix this? |