Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Maniphest Tasks
- T527: Add Schnorr support to OP_CHECKSIG and OP_CHECKDATASIG
new test module (sigcache_tests.cpp) added, to make sure that
Schnorr/ECDSA cache collisions are not occurring. When I tried adding
SCRIPT_ENABLE_SCHNORR into the cache's INVARIANT_FLAGS, then this test fails
as expected.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- add-schnorr-sigverifycache
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4626 Build 7315: Bitcoin ABC Buildbot (legacy) Build 7314: arc lint + arc unit
Event Timeline
Comment Actions
Hmm IsSchnorrSignature is not done correctly here to be reused in CheckRawSignatureEncoding.