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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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