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

database: Prepare v3.0.0. #2822

Merged
merged 2 commits into from Nov 20, 2021
Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Nov 19, 2021

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

The updated direct dependencies in this commit are as follows:

  • github.com/decred/dcrd/dcrutil/v4@v4.0.0
  • github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7

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

  • github.com/decred/dcrd/chaincfg/chainhash@v1.0.3
  • github.com/decred/dcrd/chaincfg/v3@v3.1.0
  • github.com/decred/dcrd/dcrutil/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.

Also note that, as per the standard part of the module release process, I have reviewed all commits in the external dependencies, goleveldb in this case, before moving to later versions that include them. @rstaudt2 has also reviewed the relevant commits.

This link shows the new commits included by moving to the new version of the dependency.

@davecgh davecgh added this to the 1.7.0 milestone Nov 19, 2021
@davecgh davecgh changed the title Database prepare 3 0 0 database: Prepare v3.0.0. Nov 19, 2021
Copy link
Member

@rstaudt2 rstaudt2 left a comment

Choose a reason for hiding this comment

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

Looks good. I also ran a full mainnet sync with these changes to give the leveldb upgrade a bit of testing.

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

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/dcrutil/v4@v4.0.0
- github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7

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

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.3
- github.com/decred/dcrd/chaincfg/v3@v3.1.0
- github.com/decred/dcrd/dcrutil/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 81ae286 into decred:master Nov 20, 2021
@davecgh davecgh deleted the database_prepare_3_0_0 branch November 20, 2021 05:37
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

2 participants