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

python: rename secp256k1proto -> secp256k1lab #82

Conversation

theStack
Copy link
Contributor

This is a simple preparatory PR for separating the python secp256k1 code into its own repository / python package (#24). It was agreed in the working group to change the name to secp256k1lab, and its likely easier to reason about actual upcoming changes if the renaming and actual separation doesn't happen in the same PR.

The commit was created with the following two commands:

$ git mv python/secp256k1proto python/secp256k1lab
$ sed -i s/secp256k1proto/secp256k1lab/g $(git ls-files)

The commit was created with the following two commands:

$ git mv python/secp256k1proto python/secp256k1lab
$ sed -i s/secp256k1proto/secp256k1lab/g $(git ls-files)
Copy link
Collaborator

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

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

ACK cb8fc11

@jonasnick jonasnick merged commit 68e8759 into BlockstreamResearch:master Feb 20, 2025
1 check passed
@theStack theStack deleted the rename_secp256k1proto_secp256k1lab branch February 20, 2025 08:03
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