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.3 #1049

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2023

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

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
  • 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
  • 2cc1908 Merge pull request #1894 from Roasbeef/musig2-1-0
  • eef9fbc btcec/schnorr/musig2: always pass in priv key for early nonce gen
  • 323871f btcec/musig2: remove old canned test vector code
  • 5d895bb btcec/schnorr/musig2: add sig combine test vectors
  • ca28a98 btcec/schnorr/musig2: add sig verify+sign test vectors
  • cc12483 btcec/schnorr/musig2: add key tweak sign test vectors
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Jul 20, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/btcsuite/btcd-0.23.3 branch 2 times, most recently from 875f61c to 68f898e Compare August 1, 2023 04:21
@jaeseung-bae
Copy link
Contributor

jaeseung-bae commented Sep 14, 2023

After review some changes to btcd-0.23.3
This is breaking changes.
For example github.com/btcsuite/btcd/btcec was just package and now it's submodule github.com/btcsuite/btcd/btcec/v2, and this requires to modify import path.
Modifing import path is not enough for this problem because there is public function's signature changes.
One of public function(PrivKeyFromBytes) is also breaking change which is from func PrivKeyFromBytes(curve elliptic.Curve, pk []byte) (*PrivateKey, *PublicKey) -> func PrivKeyFromBytes(pk []byte) (*PrivateKey, *PublicKey)

dependabot bot and others added 3 commits October 5, 2023 13:47
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.1 to 0.23.3.
- [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.3)

---
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>
This reverts commit 616465dd2d39b6f63457d43368b2bbe5e0ffe6fa.
@jaeseung-bae jaeseung-bae force-pushed the dependabot/go_modules/github.com/btcsuite/btcd-0.23.3 branch from b963ae4 to 029adba Compare October 5, 2023 04:47
@tkxkd0159 tkxkd0159 self-assigned this Oct 26, 2023
@tkxkd0159
Copy link
Member

@dependabot ignore this dependency

@dependabot dependabot bot closed this Oct 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2023

OK, I won't notify you about github.com/btcsuite/btcd again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/btcsuite/btcd-0.23.3 branch October 26, 2023 08:41
@tkxkd0159
Copy link
Member

I will make another PR to replace this package with another package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants