This helps us prepare for a better backport of D3471.
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- refactorblkasm
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6876 Build 11799: Bitcoin ABC Buildbot (legacy) Build 11798: 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 ↗ | (On Diff #10316) | You have a config here. |
174 ↗ | (On Diff #10316) | You are adding a new config parameter here. What if the don't match? What are the expectations here? |