Details
Details
- Reviewers
deadalnix Mengerian jasonbcox Fabien - Group Reviewers
Restricted Project - Maniphest Tasks
- T528: Add Schnorr support to OP_CHECKMULTISIG (new mechanics)
- Commits
- rSTAGING2a1e1d244b1b: New Schnorr multisig activation
rABC2a1e1d244b1b: New Schnorr multisig activation
make check
test_runner.py
test_runner.py --with-gravitonactivation
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Hmm, I tried also running ./test/functional/test_runner.py --with-gravitonactivation which actually causes a failure in feature_nulldummy.py, which is not surprising because the reject reason will have changed.
test/functional/feature_nulldummy.py | ||
---|---|---|
29 ↗ | (On Diff #10505) | Alternatively, we can just delete this test now since the test cases seem to be covered by abc-schnorrmultisig-activation.py anyway. |
test/functional/abc-schnorrmultisig-activation.py | ||
---|---|---|
88 ↗ | (On Diff #10517) | this can be removed (leftover from copy) |
test/functional/abc-schnorrmultisig-activation.py | ||
---|---|---|
224 ↗ | (On Diff #10517) | You probably want to have an else that throw an error. |