You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the new openssl version removed ripemd160 and we were relying on it via the hashlib dependency. We should figure out how to properly resolve this.
This is responsible for the recent failing tests on master.
edit: It seems like this will be added back into default eventually, as noted here. Not sure how long this will take. Perhaps it's best to xfail the tests for now until they start passing again? 🤔
The text was updated successfully, but these errors were encountered:
It seems like the new
openssl
version removedripemd160
and we were relying on it via thehashlib
dependency. We should figure out how to properly resolve this.This is responsible for the recent failing tests on
master
.edit: It seems like this will be added back into default eventually, as noted here. Not sure how long this will take. Perhaps it's best to xfail the tests for now until they start passing again? 🤔
The text was updated successfully, but these errors were encountered: