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

dcrutil: Prepare v3.0.0. #2383

Merged
merged 2 commits into from
Sep 25, 2020
Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Sep 25, 2020

This requires #2382.

This updates the dcrutil module dependencies and serves as a base for dcrutil/v3.0.0.

The updated direct dependencies in this commit are as follows:

  • github.com/decred/dcrd/crypto/ripemd160@v1.0.1
  • github.com/decred/dcrd/dcrec/edwards/v2@v2.0.1
  • github.com/decred/dcrd/dcrec/secp256k1/v3@v3.0.0

The full list of updated direct dependencies since the previous dcrutil/v2.0.1 release are as follows:

  • github.com/decred/base58@v1.0.3
  • github.com/decred/dcrd/crypto/ripemd160@v1.0.1
  • github.com/decred/dcrd/dcrec/edwards/v2@v2.0.1
  • github.com/decred/dcrd/dcrec/secp256k1/v3@v3.0.0
  • github.com/decred/dcrd/wire@v1.4.0

Further, the following dependencies that were previously required in the dcrutil/v2.0.1 release are no longer required:

  • github.com/decred/dcrd/chaincfg/v2

Finally, all modules in the repository that depend on dcrutil are tidied to ensure they are updated to use the latest versions hoisted forward as a result.

@davecgh davecgh added this to the 1.6.0 milestone Sep 25, 2020
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version and the
removal of the chaincfg dependency.
This updates the dcrutil module dependencies and serves as a base for
dcrutil/v3.0.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/crypto/ripemd160@v1.0.1
- github.com/decred/dcrd/dcrec/edwards/v2@v2.0.1
- github.com/decred/dcrd/dcrec/secp256k1/v3@v3.0.0

The full list of updated direct dependencies since the previous
dcrutil/v2.0.1 release are as follows:

- github.com/decred/base58@v1.0.3
- github.com/decred/dcrd/crypto/ripemd160@v1.0.1
- github.com/decred/dcrd/dcrec/edwards/v2@v2.0.1
- github.com/decred/dcrd/dcrec/secp256k1/v3@v3.0.0
- github.com/decred/dcrd/wire@v1.4.0

Further, the following dependencies that were previously required in the
dcrutil/v2.0.1 release are no longer required:

- github.com/decred/dcrd/chaincfg/v2

Finally, all modules in the repository that depend on dcrutil are tidied
to ensure they are updated to use the latest versions hoisted forward as
a result.
@davecgh davecgh merged commit a8272f8 into decred:master Sep 25, 2020
@davecgh davecgh deleted the dcrutil_prepare_3_0_0 branch September 25, 2020 21:05
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