Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from noble-secp256k1 to noble-curves #74

Merged
merged 5 commits into from
Apr 13, 2023
Merged

Conversation

paulmillr
Copy link
Collaborator

@paulmillr paulmillr commented Apr 10, 2023

Since we re-export all secp256k1 functions, upgrading to noble-curves changes the API in backwards-incompatible way. Meaning we should release 2.0. Perhaps with ESM?

Node.js 14 was dropped:

  • noble-hashes 1.3 switched from require(crypto) to webcrypto
  • its support ends on April 28

@paulmillr paulmillr requested a review from alcuadrado April 10, 2023 19:43
src/secp256k1.ts Outdated Show resolved Hide resolved
@alcuadrado
Copy link
Member

I'm not opposed to bumping major for this. I think we should not add other -compat like modules, so LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants