beekeeper
beekeeper copied to clipboard
chore(deps): bump github.com/btcsuite/btcd from 0.22.3 to 0.24.0
Bumps github.com/btcsuite/btcd from 0.22.3 to 0.24.0.
Release notes
Sourced from github.com/btcsuite/btcd's releases.
btcd v0.24.0
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,
btcdnow 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
gpgorgpg2installed 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/roasbeef.asc | gpg --importOnce you have the required PGP keys, you can verify the release (assuming
manifest-roasbeef-v0.24.0.sigandmanifest-v0.24.0.txtare in the current directory) with:gpg --verify manifest-roasbeef-v0.24.0.sig manifest-v0.24.0.txtYou should see the following if the verification was successful:
gpg: Signature made Sat Dec 30 17:11:22 2023 PST gpg: using RSA key 60A1FA7DA5BFF08BDCBBE7903BBD59E99B280306 gpg: Good signature from "Olaoluwa Osuntokun <[email protected]>" [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
sha256hash 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
- Musig2: Update to 1.0.0.rc2 by
@sputn1ckin btcsuite/btcd#1913- btcec/schnorr/musig2: fix BenchmarkPartialVerify by
@Roasbeefin btcsuite/btcd#1920- base58: fix decoding issue by
@guggeroin btcsuite/btcd#1923- Update Docker documentation towards building your own image by
@guiand888in btcsuite/btcd#1925- chainhash: JSON marshal hash as string by
@ffranrin btcsuite/btcd#1932- Update Dockerfile to Alpine 3.16 by
@guiand888in btcsuite/btcd#1924- Fix memory leak in connmanager by
@hxwin btcsuite/btcd#1576- Update mining.md by
@jagottsicherin btcsuite/btcd#1938- Sighash taproot keyspend bug fix by
@Roasbeefin btcsuite/btcd#1941- btcutil/psbt: export helper functions, fix/add encoding of unknown fields by
@guggeroin btcsuite/btcd#1942- docs: Update Go version as per the Readme. by
@hristogin btcsuite/btcd#1944- txscript: Fix typo in IsUnspendable() comment by
@kcalvinalvinin btcsuite/btcd#1945- txscript: allow script builder capacity to be specified by
@guggeroin btcsuite/btcd#1954- Export MakeScritpNum, AsSmallInt, and IsSmallInt by
@martonpin btcsuite/btcd#1956- chainhash: JSON Unmarshal hash from appropriate string. by
@LindenWang01in btcsuite/btcd#1952- psbt: add verification method for utxo data by
@ziggie1984in btcsuite/btcd#1964- txscript: fix typos by
@hieblmiin btcsuite/btcd#1957- chaincfg: Update checkpoints by
@kcalvinalvinin btcsuite/btcd#1968- btcd: Add memory profiling flag by
@kcalvinalvinin btcsuite/btcd#1953- blockchain: Use slices when fetching utxos by
@kcalvinalvinin btcsuite/btcd#1972- main: Update README.md's minimum go version by
@kcalvinalvinin btcsuite/btcd#1977
... (truncated)
Commits
b1b9420Merge pull request #2082 from btcsuite/btcd-244ec8f01rpcclient: fix race condition indoDisconnect8d2ab63build: bump version to btcd v0.243c24785chaincfg: update mainnet block hashesbf23715btcd: add SECURITY.mdd64de4abuild: update to btcutil v1.1.516684f6Merge pull request #2073 from Roasbeef/wire-opts790c570Merge pull request #2081 from Roasbeef/dont-serialize-tx-for-txhashb0e9636wire: consistently use defer for returning scratch bufferse102a81btcutil: add benchmarks for Hash + WitnessHash- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.