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 at least to rust-secp256k1 0.21 #32

Closed
thomaseizinger opened this issue Sep 9, 2021 · 3 comments · Fixed by #46
Closed

Upgrade at least to rust-secp256k1 0.21 #32

thomaseizinger opened this issue Sep 9, 2021 · 3 comments · Fixed by #46

Comments

@thomaseizinger
Copy link
Contributor

The 0.21 release will include rust-bitcoin/rust-secp256k1#326 which is required for interoperability with the ThirtyTwoByteHash trait. In order to use rust-secp256k1-zkp in a project together with rust-secp256k1 0.21, we will need to bump the version we are depending on and release a new version as well.

@thomaseizinger thomaseizinger changed the title Upgrade to latest rust-secp256k1 0.21 once released Upgrade to rust-secp256k1 0.21 once released Sep 9, 2021
@thomaseizinger
Copy link
Contributor Author

Looks like we have a release: rust-bitcoin/rust-secp256k1#347

@apoelstra
Copy link
Contributor

We need to do a point release (probably today) beacuse we added a new type but forgot to export it publicly.

@thomaseizinger
Copy link
Contributor Author

Yeah I saw that. Shouldn't matter much for this repository though because we don't pin the version to the patch release so I am going to go ahead and prepare a patch to bump to 0.21.

@thomaseizinger thomaseizinger changed the title Upgrade to rust-secp256k1 0.21 once released Upgrade at least to rust-secp256k1 0.21 Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants