Page MenuHomePhabricator

test: Move P2SH_OP_TRUE to shared test library
ClosedPublic

Authored by Fabien on Jul 2 2025, 15:15.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC2df009ca6b64: test: Move P2SH_OP_TRUE to shared test library
Summary

Otherwise it can't be used in other tests (unit, fuzz, bench, ...)

Backport of core#21211.

Test Plan
ninja check

Event Timeline

Fabien requested review of this revision.Jul 2 2025, 15:15
PiRK requested changes to this revision.Jul 2 2025, 19:48
PiRK added a subscriber: PiRK.
PiRK added inline comments.
src/test/validation_block_tests.cpp
83–85 ↗(On Diff #54653)

pubkey is now unused and can be removed

This revision now requires changes to proceed.Jul 2 2025, 19:48
src/test/validation_block_tests.cpp
83–85 ↗(On Diff #54653)

oups, I somehow did undo this removal...

This revision is now accepted and ready to land.Jul 3 2025, 06:39