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

rpcclient: Prepare v8.0.0. #3134

Merged
merged 2 commits into from Jun 8, 2023
Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Jun 8, 2023

This updates the rpcclient module dependencies and serves as a base for rpcclient/v8.0.0.

The full list of updated direct dependencies since the previous rpcclient/v7.0.0 release are as follows:

  • github.com/decred/dcrd/chaincfg/chainhash@v1.0.4
  • github.com/decred/dcrd/dcrjson/v4@v4.0.1
  • github.com/decred/dcrd/dcrutil/v4@v4.0.1
  • github.com/decred/dcrd/gcs/v4@v4.0.0
  • github.com/decred/dcrd/rpc/jsonrpc/types/v4@v4.0.0
  • github.com/decred/dcrd/txscript/v4@v4.1.0
  • github.com/decred/dcrd/wire@v1.6.0

The full list of updated indirect dependencies since the previous rpcclient/v7.0.0 release are as follows:

  • github.com/agl/ed25519@v0.0.0-20170116200512-5312a6153412
  • github.com/dchest/siphash@v1.2.3
  • github.com/decred/base58@v1.0.5
  • github.com/decred/dcrd/blockchain/stake/v5@v5.0.0
  • github.com/decred/dcrd/chaincfg/v3@v3.2.0
  • github.com/decred/dcrd/crypto/blake256@v1.0.1
  • github.com/decred/dcrd/crypto/ripemd160@v1.0.2
  • github.com/decred/dcrd/database/v3@v3.0.1
  • github.com/decred/dcrd/dcrec@v1.0.1
  • github.com/decred/dcrd/dcrec/edwards/v2@v2.0.3
  • github.com/decred/dcrd/dcrec/secp256k1/v4@v4.2.0
  • github.com/klauspost/cpuid/v2@v2.0.9
  • lukechampine.com/blake3@v1.2.1

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

This updates the following to reflect the new module version:

- The rpcclient/README.md file
- The docs/README.md file
- The JSON-RPC API documentation
- The module hierarchy graphviz
- The module hierarchy diagram
This updates the rpcclient module dependencies and serves as a base for
rpcclient/v8.0.0.

The full list of updated direct dependencies since the previous
rpcclient/v7.0.0 release are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.4
- github.com/decred/dcrd/dcrjson/v4@v4.0.1
- github.com/decred/dcrd/dcrutil/v4@v4.0.1
- github.com/decred/dcrd/gcs/v4@v4.0.0
- github.com/decred/dcrd/rpc/jsonrpc/types/v4@v4.0.0
- github.com/decred/dcrd/txscript/v4@v4.1.0
- github.com/decred/dcrd/wire@v1.6.0

The full list of updated indirect dependencies since the previous
rpcclient/v7.0.0 release are as follows:

- github.com/agl/ed25519@v0.0.0-20170116200512-5312a6153412
- github.com/dchest/siphash@v1.2.3
- github.com/decred/base58@v1.0.5
- github.com/decred/dcrd/blockchain/stake/v5@v5.0.0
- github.com/decred/dcrd/chaincfg/v3@v3.2.0
- github.com/decred/dcrd/crypto/blake256@v1.0.1
- github.com/decred/dcrd/crypto/ripemd160@v1.0.2
- github.com/decred/dcrd/database/v3@v3.0.1
- github.com/decred/dcrd/dcrec@v1.0.1
- github.com/decred/dcrd/dcrec/edwards/v2@v2.0.3
- github.com/decred/dcrd/dcrec/secp256k1/v4@v4.2.0
- github.com/klauspost/cpuid/v2@v2.0.9
- lukechampine.com/blake3@v1.2.1

Finally, all modules in the repository are tidied to ensure they are
updated to use the latest versions hoisted forward as a result.
@davecgh davecgh added this to the 1.8.0 milestone Jun 8, 2023
@davecgh davecgh merged commit 645f649 into decred:master Jun 8, 2023
2 checks passed
@davecgh davecgh deleted the prepare_rpcclient_8_0_0 branch June 8, 2023 20:12
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