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

Commits on Dec 17, 2021

  1. docs: Update for blockchain v4 module.

    This updates the docs/README.md file, module hierarchy graphviz, and
    module hierarchy diagram to reflect the new module version.
    davecgh committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    b1d6e55 View commit details
    Browse the repository at this point in the history
  2. blockchain: Prepare v4.0.0.

    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/[email protected]
    - github.com/decred/dcrd/blockchain/standalone/[email protected]
    - github.com/decred/dcrd/database/[email protected]
    - github.com/decred/dcrd/dcrutil/[email protected]
    - github.com/decred/dcrd/gcs/[email protected]
    - github.com/decred/dcrd/[email protected]
    - github.com/syndtr/[email protected]
    
    The full list of updated direct dependencies since the previous
    blockchain/v3.0.3 release are as follows:
    
    - github.com/decred/dcrd/blockchain/stake/[email protected]
    - github.com/decred/dcrd/blockchain/standalone/[email protected]
    - github.com/decred/dcrd/chaincfg/[email protected]
    - github.com/decred/dcrd/chaincfg/[email protected]
    - github.com/decred/dcrd/database/[email protected]
    - github.com/decred/dcrd/dcrec/secp256k1/[email protected]
    - github.com/decred/dcrd/dcrutil/[email protected]
    - github.com/decred/dcrd/gcs/[email protected]
    - github.com/decred/dcrd/[email protected]
    - github.com/decred/dcrd/txscript/[email protected]
    - github.com/decred/dcrd/[email protected]
    - github.com/decred/[email protected]
    - github.com/syndtr/[email protected]
    
    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 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    baf32f0 View commit details
    Browse the repository at this point in the history