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

Bump github.com/btcsuite/btcd from 0.22.0-beta to 0.22.1 #529

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps github.com/btcsuite/btcd from 0.22.0-beta to 0.22.1.

Changelog

Sourced from github.com/btcsuite/btcd's changelog.

============================================================================ User visible changes for btcd A full-node bitcoin implementation written in Go

Changes in 0.22.1 (Wed Apr 27 2022)

  • Notable developer-related package changes:
    • Update to use chaincfg/chainhash module and remove conflicting package
  • Contributors (alphabetical order):
    • Dave Collins

Changes in 0.22.0 (Tue Jun 01 2021)

  • Protocol and network-related changes:
    • Add support for witness tx and block in notfound msg (#1625)
    • Add support for receiving sendaddrv2 messages from a peer (#1670)
    • Fix bug in peer package causing last block height to go backwards (#1606)
    • Add chain parameters for connecting to the public Signet network (#1692, #1718)
  • Crypto changes:
    • Fix bug causing panic due to bad R and S signature components in btcec.RecoverCompact (#1691)
    • Set the name (secp256k1) in the CurveParams of the S256 curve (#1565)
  • Notable developer-related package changes:
    • Remove unknown block version warning in the blockchain package, due to false positives triggered by AsicBoost (#1463)
    • Add chaincfg.RegisterHDKeyID function to populate HD key ID pairs (#1617)
    • Add new method mining.AddWitnessCommitment to add the witness commitment as an OP_RETURN output within the coinbase transaction. (#1716)
  • RPC changes:
    • Support Batch JSON-RPC in rpcclient and server (#1583)
    • Add rpcclient method to invoke getdescriptorinfo JSON-RPC command (#1578)
    • Update the rpcserver handler for validateaddress JSON-RPC command to have parity with the bitcoind 0.20.0 interface (#1613)
    • Add rpcclient method to invoke getblockfilter JSON-RPC command (#1579)
    • Add signmessagewithprivkey JSON-RPC command in rpcserver (#1585)
    • Add rpcclient method to invoke importmulti JSON-RPC command (#1579)
    • Add watchOnly argument in rpcclient method to invoke listtransactions JSON-RPC command (#1628)
    • Update btcjson.ListTransactionsResult for compatibility with Bitcoin Core 0.20.0 (#1626)
    • Support nullable optional JSON-RPC parameters (#1594)
    • Add rpcclient and server method to invoke getnodeaddresses JSON-RPC

... (truncated)

Commits
  • 2f508b3 Update CHANGES file for 0.22.1 release.
  • ff92d88 btcd: bump version to v0.22.1.
  • cf5c461 main: Switch to chaincfg/chainhash module.
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.0-beta to 0.22.1.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/v0.22.1/CHANGES)
- [Commits](btcsuite/btcd@v0.22.0-beta...v0.22.1)

---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Update to the dependencies label May 2, 2022
Copy link
Contributor

@Kourin1996 Kourin1996 left a comment

Choose a reason for hiding this comment

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

All tests passed locally

Copy link
Contributor

@zivkovicmilos zivkovicmilos left a comment

Choose a reason for hiding this comment

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

Passing locally 👍

@zivkovicmilos zivkovicmilos merged commit 5514ce6 into develop May 5, 2022
@dependabot dependabot bot deleted the dependabot-go_modules-develop-git.luolix.top-btcsuite-btcd-0.22.1 branch May 5, 2022 22:30
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Update to the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants