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

chore(deps): Bump github.com/btcsuite/btcd from 0.22.1 to 0.23.4 #791

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

Bumps github.com/btcsuite/btcd from 0.22.1 to 0.23.4.

Release notes

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

btcd v0.23.3

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

curl https://raw.githubusercontent.com/lightningnetwork/lnd/master/scripts/keys/guggero.asc | gpg --import

Once you have the required PGP keys, you can verify the release (assuming manifest-guggero-v0.23.3.sig and manifest-v0.23.3.txt are in the current directory) with:

gpg --verify manifest-guggero-v0.23.3.sig manifest-v0.23.3.txt

You should see the following if the verification was successful:

gpg: Signature made Di 01 Nov 2022 14:00:20 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <gugger@gmail.com>" [ultimate]

That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with shasum -a 256 <filename>, compare it with the corresponding one in the manifest file, and ensure they match exactly.

What's Changed

New Contributors

Full Changelog: btcsuite/btcd@v0.23.2...v0.23.3

btcd v0.22.2

What's Changed

Full Changelog: btcsuite/btcd@v0.22.1...v0.22.2

btcd v0.23.2

What's Changed

... (truncated)

Commits
  • 108fcf7 Merge pull request #1919 from Roasbeef/sign-mutate
  • a8244f5 btcec/schnorr: use private key copy for BIP-340 signatures
  • 14bb56f Merge pull request #1905 from Roasbeef/taptweak-mutation
  • 63835cb Merge pull request #1916 from ffranr/add_gettxfee
  • 586729c btcutil/psbt: add method Packet.GetTxFee
  • 1d767de Merge pull request #1908 from guggero/v0-23-3-branch
  • 4f0ae90 build: bump version to v0.23.3
  • acb7313 Merge pull request #1907 from ellemouton/bumpWithnessItemPerInputMax
  • 6a03eb3 wire: increase max witness items per input
  • fc47c31 txscript: modify TweakTaprootPrivKey to operate on private key copy
  • Additional commits viewable 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)

@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Nov 10, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/btcsuite/btcd-0.23.4 branch from 052e4f8 to 2e17048 Compare November 29, 2022 06:30
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/btcsuite/btcd-0.23.4 branch from 2e17048 to 0aeb4ed Compare December 7, 2022 06:46
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.1 to 0.23.4.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@v0.22.1...v0.23.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/btcsuite/btcd-0.23.4 branch from 0aeb4ed to 0a12a9f Compare December 9, 2022 04:20
@tkxkd0159
Copy link
Member

tkxkd0159 commented Feb 6, 2023

btcec(elliptic curve cryptography) is separated as independent module. It also changes its interface so we need to bump up when we merge cosmos-sdk upstream into our main. So I will close it

cosmos/cosmos-sdk#13513

@tkxkd0159
Copy link
Member

@dependabot close

@dependabot dependabot bot closed this Feb 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/btcsuite/btcd-0.23.4 branch February 6, 2023 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant