-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update module github.com/btcsuite/btcd to v0.24.0 [SECURITY] - autoclosed #54
Update module github.com/btcsuite/btcd to v0.24.0 [SECURITY] - autoclosed #54
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
669ddd1
to
bb9bac0
Compare
This PR contains the following updates:
v0.21.0-beta
->v0.24.0
GitHub Vulnerability Alerts
CVE-2022-44797
btcd before 0.23.2, as used in Lightning Labs lnd before 0.15.2-beta and other Bitcoin-related products, mishandles witness size checking.
Specific Go Packages Affected
github.com/btcsuite/btcd/wire
CVE-2024-34478
btcd before 0.24.0 does not correctly implement the consensus rules outlined in BIP 68 and BIP 112, making it susceptible to consensus failures. Specifically, it uses the transaction version as a signed integer when it is supposed to be treated as unsigned. There can be a chain split and loss of funds.
Release Notes
btcsuite/btcd (github.com/btcsuite/btcd)
v0.24.0
: btcd v0.24.0Compare Source
This release is a major release that includes several general bug fixes, security bug fixes (please update!), and also a series of performance improvements that dramatically reduce the time for initial block download from ~45 hours+ to around 6 hours! With this release,
btcd
now also supports BIP 155 and has gained support for pruning (--prune=MiB
).Verifying the Release
In order to verify the release, you'll need to have
gpg
orgpg2
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:Once you have the required PGP keys, you can verify the release (assuming
manifest-roasbeef-v0.24.0.sig
andmanifest-v0.24.0.txt
are in the current directory) with:You should see the following if the verification was successful:
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 withshasum -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.4...v0.24.0
v0.23.4
Compare Source
v0.23.3
: btcd v0.23.3Compare Source
Verifying the Release
In order to verify the release, you'll need to have
gpg
orgpg2
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:Once you have the required PGP keys, you can verify the release (assuming
manifest-guggero-v0.23.3.sig
andmanifest-v0.23.3.txt
are in the current directory) with:You should see the following if the verification was successful:
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 withshasum -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
v0.23.2
: btcd v0.23.2Compare Source
What's Changed
New Contributors
Full Changelog: btcsuite/btcd@v0.23.1...v0.23.2
v0.23.1
: btcd v0.23.1-betaCompare Source
What's Changed
btcec/v2
and main package by @guggero in https://github.com/btcsuite/btcd/pull/1823New Contributors
Full Changelog: btcsuite/btcd@v0.22.0-beta...v0.23.1
v0.23.0
Compare Source
v0.22.3
Compare Source
v0.22.2
: btcd v0.22.2Compare Source
What's Changed
Full Changelog: btcsuite/btcd@v0.22.1...v0.22.2
v0.22.1
Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.