This helps us prepare for a better backport of D3471.
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- refactorcnb
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6867 Build 11781: Bitcoin ABC Buildbot (legacy) Build 11780: arc lint + arc unit
Event Timeline
Comment Actions
It doesn't looks like this is creating a self consistent API. In fact, you are importing assumption about the whole program (namely, that there is one config) into BlockAssembler, which a very clear and very bad regression.
src/miner.h | ||
---|---|---|
164 | You have a config here. | |
174 | You are adding a new config parameter here. What if the don't match? What are the expectations here? |