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

blockchain: Prepare v4.0.0. #2831

Merged
merged 2 commits into from
Dec 17, 2021
Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Nov 22, 2021

This requires #2770 and #2828.

This updates the blockchain module dependencies, the copyright year in the files modified since the previous release, and serves as a base for blockchain/v4.0.0.

The updated direct dependencies in this commit are as follows:

  • github.com/decred/dcrd/blockchain/stake/v4@v4.0.0
  • github.com/decred/dcrd/blockchain/standalone/v2@v2.1.0
  • github.com/decred/dcrd/database/v3@v3.0.0
  • github.com/decred/dcrd/dcrutil/v4@v4.0.0
  • github.com/decred/dcrd/gcs/v3@v3.0.0
  • github.com/decred/dcrd/lru@v1.1.1
  • github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7

The full list of updated direct dependencies since the previous blockchain/v3.0.3 release are as follows:

  • github.com/decred/dcrd/blockchain/stake/v4@v4.0.0
  • github.com/decred/dcrd/blockchain/standalone/v2@v2.1.0
  • github.com/decred/dcrd/chaincfg/chainhash@v1.0.3
  • github.com/decred/dcrd/chaincfg/v3@v3.1.0
  • github.com/decred/dcrd/database/v3@v3.0.0
  • github.com/decred/dcrd/dcrec/secp256k1/v4@v4.0.1
  • github.com/decred/dcrd/dcrutil/v4@v4.0.0
  • github.com/decred/dcrd/gcs/v3@v3.0.0
  • github.com/decred/dcrd/lru@v1.1.1
  • github.com/decred/dcrd/txscript/v4@v4.0.0
  • github.com/decred/dcrd/wire@v1.5.0
  • github.com/decred/slog@v1.2.0
  • github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7

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

@davecgh davecgh added this to the 1.7.0 milestone Nov 22, 2021
Copy link
Member

@chappjc chappjc left a comment

Choose a reason for hiding this comment

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

Without yet considering #2828, looks good.

@davecgh
Copy link
Member Author

davecgh commented Nov 25, 2021

I just realized #2770 needs to go in before this too. I'll get that reviewed before long.

This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version.
This updates the blockchain module dependencies, the copyright year in
the files modified since the previous release, and serves as a base for
blockchain/v4.0.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/blockchain/stake/v4@v4.0.0
- github.com/decred/dcrd/blockchain/standalone/v2@v2.1.0
- github.com/decred/dcrd/database/v3@v3.0.0
- github.com/decred/dcrd/dcrutil/v4@v4.0.0
- github.com/decred/dcrd/gcs/v3@v3.0.0
- github.com/decred/dcrd/lru@v1.1.1
- github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7

The full list of updated direct dependencies since the previous
blockchain/v3.0.3 release are as follows:

- github.com/decred/dcrd/blockchain/stake/v4@v4.0.0
- github.com/decred/dcrd/blockchain/standalone/v2@v2.1.0
- github.com/decred/dcrd/chaincfg/chainhash@v1.0.3
- github.com/decred/dcrd/chaincfg/v3@v3.1.0
- github.com/decred/dcrd/database/v3@v3.0.0
- github.com/decred/dcrd/dcrec/secp256k1/v4@v4.0.1
- github.com/decred/dcrd/dcrutil/v4@v4.0.0
- github.com/decred/dcrd/gcs/v3@v3.0.0
- github.com/decred/dcrd/lru@v1.1.1
- github.com/decred/dcrd/txscript/v4@v4.0.0
- github.com/decred/dcrd/wire@v1.5.0
- github.com/decred/slog@v1.2.0
- github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7

Finally, all modules in the repository that depend on the module are
tidied to ensure they are updated to use the latest versions hoisted
forward as a result.
@davecgh davecgh merged commit baf32f0 into decred:master Dec 17, 2021
@davecgh davecgh deleted the blockchain_prepare_4_0_0 branch December 17, 2021 19:44
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.

5 participants