Page MenuHomePhabricator

[electrum] remove ecdsa as a direct dependency
ClosedPublic

Authored by PiRK on Tue, Sep 3, 10:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC752fbaadbcf4: [electrum] remove ecdsa as a direct dependency
Summary

This completes the work on removing the ecdsa dependency

It might still be needed indirectly as a dependency of a dependency (btchip-python, pystaochip.... require it).
Depends on D16705

Test Plan

with and without the python ecdsa lib installed :

python test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK published this revision for review.Tue, Sep 3, 10:48

@bot electrum-functional-tests

This revision is now accepted and ready to land.Wed, Sep 4, 08:44
PiRK edited the summary of this revision. (Show Details)

rebase after squashing D16706 with previous diffs

improve error message some more

This revision was automatically updated to reflect the committed changes.