Per title, failures associated with the activation of CTOR, CLEANSTACK,
and a change in error message introduced in D2076
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- arcpatch-D2085
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3957 Build 5986: Bitcoin ABC Buildbot (legacy) Build 5985: arc lint + arc unit
Event Timeline
src/validation.cpp | ||
---|---|---|
3355 ↗ | (On Diff #5880) | This doesn't look related to making the test green. Please focus on that first. |
test/functional/p2p-fullblocktest.py | ||
---|---|---|
565 ↗ | (On Diff #5880) | nvm |
test/functional/p2p-fullblocktest.py | ||
---|---|---|
1311 | This looks wrong, but passes. I don't know why yet. |
src/validation.cpp | ||
---|---|---|
3355 ↗ | (On Diff #5880) | This *is* a change in the error behavior. It changes the external API. |
test/functional/p2p-fullblocktest.py | ||
608 ↗ | (On Diff #5894) | No. It does the same thing AFAICS. The old version was invalid because of LTOR changing transaction indices in the block. So, I change it to generate the same thing twice. |