selfcustody / krux

Open-source signing device firmware for Bitcoin
https://selfcustody.github.io/krux/
Other
175 stars 34 forks source link

embit remove unused py_ripemd160.py #442

Closed tadeubas closed 1 month ago

tadeubas commented 1 month ago

removing from Docker as it is used only in Python, micropython uses ripemd160 from hashlib. Also ripemd160 is only used in embit for miniscript. ripemd160 is used everywhere as hash160.

Description

What is the purpose of this pull request?

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.15%. Comparing base (981b215) to head (1c68666). Report is 50 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #442 +/- ## ======================================== Coverage 94.15% 94.15% ======================================== Files 58 58 Lines 7189 7189 ======================================== Hits 6769 6769 Misses 420 420 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

odudex commented 1 month ago

Thank you!