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

secp256k1: Start v3 module dev cycle. #2040

Merged
merged 1 commit into from
Jan 29, 2020

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Jan 27, 2020

This requires #2039.

Upcoming changes constitute breaking public API changes to the secp256k1 module, therefore, this follows the process for introducing major API breaks which consists of:

  • Bump the major version in the go.mod of the affected module if not already done since the last release tag
  • Add a replacement to the go.mod in the main module if not already done since the last release tag
  • Update all imports in the repo to use the new major version as necessary
  • Make necessary modifications to allow all other modules to use the new version in the same commit
  • Repeat the process for any other modules the require a new major as a result of consuming the new major(s)

@davecgh davecgh added this to the 1.6.0 milestone Jan 27, 2020
Upcoming changes constitute breaking public API changes to the secp256k1
module, therefore, this follows the process for introducing major API
breaks which consists of:

- Bump the major version in the go.mod of the affected module if not
  already done since the last release tag
- Add a replacement to the go.mod in the main module if not already done
  since the last release tag
- Update all imports in the repo to use the new major version as
  necessary
- Make necessary modifications to allow all other modules to use the new
  version in the same commit
- Repeat the process for any other modules the require a new major as a
  result of consuming the new major(s)
@davecgh davecgh force-pushed the secp256k1_devel_introduce_v3 branch from 1252dfa to 85f0c09 Compare January 29, 2020 19:46
@davecgh davecgh merged commit 85f0c09 into decred:master Jan 29, 2020
@davecgh davecgh deleted the secp256k1_devel_introduce_v3 branch January 29, 2020 19:50
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.

None yet

3 participants