etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

Upgrade bitcoin-core/secp256k1 to latest HEAD #55

Closed chainoperator closed 2 years ago

chainoperator commented 2 years ago

rbspec256k1 is not running on m1 macs. We're seeing this error: https://github.com/etscrivner/rbsecp256k1/issues/54

I dug into the depedencies and noticed that the bitcoin-core/secp256k1 depedency has not been updated in 3 years. Using the latest HEAD fixed the issue on m1 macs and all tests are passing.

etscrivner commented 2 years ago

Appreciate this!