Page MenuHomePhabricator

script_tests signature function renames to add "ECDSA"
ClosedPublic

Authored by markblundeberg on Feb 8 2019, 00:32.

Details

Summary

Now that Schnorr sigs are there, would be nice to disambiguate both ways. Changes:
DoSign -> DoSignECDSA
PushSig -> PushSigECDSA
PushDataSig -> PushDataSigECDSA

(I left sign_multisig untouched even though it's ECDSA-only; there is no Schnorr counterpart.)

Test Plan

make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4909
Build 7881: Bitcoin ABC Buildbot (legacy)
Build 7880: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Feb 8 2019, 01:58