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

Update secp256k1 lib deps for python-bitcointx 1.1.5 #1642

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Conversation

AdamISZ
Copy link
Member

@AdamISZ AdamISZ commented Jan 22, 2024

Prior to this commit, code for scalar multiplication the module secp256k1_main in jmbitcoin relied on direct access to the secp256k1 linked library, but the API for accessing that object has now changed in python-bitcointx with version 1.1.5 (there is now a Secp256k1 data class with lib and ctx entries, see the Readme of the project for details). After this commit, we update our code for that API (but do not make functional changes to Joinmarket itself).

Prior to this commit, code for scalar multiplication the module
secp256k1_main in jmbitcoin relied on direct access to the secp256k1
linked library, but the API for accessing that object has now changed in
python-bitcointx with version 1.1.5 (there is now a Secp256k1 data class
with lib and ctx entries, see the Readme of the project for details).
After this commit, we update our code for that API (but do not make
functional changes to Joinmarket itself).
Copy link
Member

@kristapsk kristapsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 8254a67. Tested by first just upgrading to python-bitcointx 1.1.5, which caused test failures, then applying all changes and tests passed.

@kristapsk kristapsk changed the title Update secp256k1 lib deps for pythonbitcointx1.1.5 Update secp256k1 lib deps for python-bitcointx 1.1.5 Jan 23, 2024
@kristapsk kristapsk added the dependencies Pull requests that update a dependency file label Jan 23, 2024
@kristapsk
Copy link
Member

Merging this. Better to merge sooner than later, so there is bigger time window to find any issues before next release.

@kristapsk kristapsk merged commit 927ed0a into master Jan 27, 2024
16 checks passed
@kristapsk kristapsk deleted the pbtx-1.1.5-rc branch January 27, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants