CTOR changes tx ordering, so selecting hand-picked tx indices in a block is no longer possible. Fixes this + tx padding
Details
Details
- Reviewers
deadalnix schancel Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING388d3c1f12b2: Fixed p2p-compactblocks failures
rABC388d3c1f12b2: Fixed p2p-compactblocks failures
test_runner.py p2p-compactblocks
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- compactblocks
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3929 Build 5930: Bitcoin ABC Buildbot (legacy) Build 5929: arc lint + arc unit
Event Timeline
test/functional/p2p-compactblocks.py | ||
---|---|---|
502 | Why do something so complex ? It only matter that you you prefix 4 out of 6. |
test/functional/p2p-compactblocks.py | ||
---|---|---|
502 | The indices need to be determined to verify that the tx other than the one put in the mempool (see code block above) is the only remaining tx. |