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
Fix segfaults when used with worker_threads (#195)
* fix: don't use static constructor field with global scope which results in a race condition between worker threads.
* feat: bump node-addon-api to ^3.2.1 which adds instance data to env.
* update ci
* bump node version
Co-authored-by: mariuspod <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This module provides native bindings to [bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1). In browser [elliptic](https://github.com/indutny/elliptic) will be used as fallback.
4
4
5
-
Works on node version 10.0.0 or greater, because use [N-API](https://nodejs.org/api/n-api.html).
5
+
Works on node version 14.0.0 or greater, because use [N-API](https://nodejs.org/api/n-api.html).
0 commit comments