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

Upgrade to secp256k1 0.5.0 #59

Open
msgilligan opened this issue May 7, 2024 · 1 comment
Open

Upgrade to secp256k1 0.5.0 #59

msgilligan opened this issue May 7, 2024 · 1 comment
Assignees
Milestone

Comments

@msgilligan
Copy link
Member

msgilligan commented May 7, 2024

secp256k1 0.5.0 has been released.

According to the CHANGELOG:

The ABI is backward compatible with versions 0.4.x and 0.3.x.

So secp256k1-jdk should work with 0.5.0 if it is installed.

I believe the only thing required for us to upgrade our build is to update the README and flake.lock. We should also re-run jextract and generate updated wrapper classes. At some point we will want to add the new secp256k1_ec_pubkey_sort function to our API.

We'll need to wait for secp256k1 0.5.0 to be merged into Nix. There is a PR already: NixOS/nixpkgs#309724

@msgilligan msgilligan self-assigned this May 7, 2024
@msgilligan msgilligan added this to the Version 0.0.2 milestone May 7, 2024
@msgilligan
Copy link
Member Author

0.5.0 is merged into Nix.

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

No branches or pull requests

1 participant