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
After the most recent PR to sync commits from upstream libsecp256k1, some updates to open PRs may be necessary:
Replace fe_equal_var with fe_equal
There is now a CHECK_ILLEGAL macro for the API tests which should be used instead of setting the counting callback for a context and then CHECKing that ecount is some number.
We switched from cirrus CI to github actions which means that any changes to cirrus.yml need to be reproduced in .github/workflows/ci.yml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After the most recent PR to sync commits from upstream libsecp256k1, some updates to open PRs may be necessary:
CHECK_ILLEGAL
macro for the API tests which should be used instead of setting the counting callback for a context and thenCHECK
ing thatecount
is some number.See also #266 for the previous update.
Beta Was this translation helpful? Give feedback.
All reactions