make check test_runner.py
Details
Details
- Reviewers
Fabien deadalnix - Group Reviewers
Restricted Project - Maniphest Tasks
- T653: Clean up past upgrades
- Commits
- rSTAGING52e2dfeccf8e: add SCRIPT_VERIFY_MINIMALDATA to mandatory flags
rABC52e2dfeccf8e: add SCRIPT_VERIFY_MINIMALDATA to mandatory flags
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Could you do the same for SCRIPT_ENABLE_SCHNORR_MULTISIG and SCRIPT_VERIFY_CHECKDATASIG_SIGOPS, please?
Comment Actions
The multisig one is in progress: D4673.
As for checkdatasig, that one seems to be arbitrarily forbidden by a test right now (see end of checkdatasig_tests, comes from D3063, D3069). And it shouldn't matter since mandatory flags are only used when standard flags have been failed and we're deciding whether to ban a peer.