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 3962 Build 5996: Bitcoin ABC Buildbot (legacy) Build 5995: 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 ↗ | (On Diff #5887) | This looks wrong, but passes. I don't know why yet. |
| test/functional/p2p-fullblocktest.py | ||
|---|---|---|
| 561 ↗ | (On Diff #5887) | Ok this is the worst name ever. This is not necessarily creating a long chain, nor it is the goal at all, because we are testing sigops. |
| 1041 ↗ | (On Diff #5887) | When you see things like this, you should move the comment on the previous line so that formatting isn't screwed up. |
| 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 | 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. | |