any-sync
any-sync copied to clipboard
build(deps): bump github.com/btcsuite/btcd from 0.22.1 to 0.25.0
Bumps github.com/btcsuite/btcd from 0.22.1 to 0.25.0.
Release notes
Sourced from github.com/btcsuite/btcd's releases.
v0.25.0
What's Changed
- psbt: decode keytype as compact size by
@guggeroin btcsuite/btcd#2206- Enable the RpcClient to send requests to Bitcoin Core over a Unix socket. by
@robertmin1in btcsuite/btcd#2168- Fix the btcctl uptime command by
@cec489in btcsuite/btcd#2203- remove
errorreturn value forSignCompactby@zhiqiangxuin btcsuite/btcd#2211- ffldb: close block files by
@kcalvinalvinin btcsuite/btcd#2208- chore: fix some comments for struct field by
@linghuyingin btcsuite/btcd#2214- mod+rpcserver: bump to latest version of btcec by
@guggeroin btcsuite/btcd#2218- blockchain: copy utxo status bytes to avoid UB by
@Crypt-iQin btcsuite/btcd#2225- Updated btcd dependency of btcutil to address CVE-2024-34478 by
@AlexsandroRyanin btcsuite/btcd#2235- wire: check TXID length before creating outpoint by
@jharveybin btcsuite/btcd#2233- bugfix: check if both begin and end are numbers in
UnmarshalJSONby@brunoergin btcsuite/btcd#2242- rpcclient: signet support by
@wydengyrein btcsuite/btcd#2230- btcjson: turn warnings into StringOrArray type by
@guggeroin btcsuite/btcd#2245- Formatting code with gofmt by
@huochexizhanin btcsuite/btcd#2255- chore: fix some comments by
@lencapin btcsuite/btcd#2228- Fix typos by
@omahsin btcsuite/btcd#2220- fix: correct the typos [skip ci] by
@threewebcodein btcsuite/btcd#2093- Correct link to redirect to btcutil docs by
@sanrinconrin btcsuite/btcd#1873- delete minor unreachable code caused by t.Fatal by
@Abirdcflyin btcsuite/btcd#1875- rpcclient: add timeout to http request. by
@ziggie1984in btcsuite/btcd#2256- Add support for wtxidrelay message. by
@marcopeereboomin btcsuite/btcd#2272- main: add flag to write execution traces by
@kcalvinalvinin btcsuite/btcd#2223- wire, peer: fix broken ibd by
@kcalvinalvinin btcsuite/btcd#2281- Fix non-root hosts failing on resolving DNS by
@same-idin btcsuite/btcd#2269- rpctest: make sure to
WaitForShutdownby@yyforyongyuin btcsuite/btcd#2277- rpcclient: safe read and write to batch by
@ynewmannin btcsuite/btcd#2273- main: add prune documentation to sample-btcd.conf by
@kcalvinalvinin btcsuite/btcd#2299- typo-Update register_test.go by
@romashka-btcin btcsuite/btcd#2291- wire: add bitcoin network magic for default SigNet by
@stariusin btcsuite/btcd#2276- psbt: add support for PSBT_GLOBAL_XPUB type by
@guggeroin btcsuite/btcd#2296- deps: bump go version by
@gosunutsin btcsuite/btcd#2316- refactor: using slices.Contains to simplify the code by
@finaltripin btcsuite/btcd#2317- chore: update license by
@davidcardenasusin btcsuite/btcd#2303- github: upgrade the CI by
@yyforyongyuin btcsuite/btcd#2331- multi:use t.TempDir replace os.MkdirTemp to simplify test temp dir manager by
@petersssongin btcsuite/btcd#2334- multi: remove deprecated io/ioutil by
@argentpapain btcsuite/btcd#2336- docs: update guidelines and links by
@yyforyongyuin btcsuite/btcd#2333- multi: implement testnet4 and add support for soft forks that are always active by
@Roasbeefin btcsuite/btcd#2339- netsync: don't ask for blocks from peers on the same block height by
@kcalvinalvinin btcsuite/btcd#2304- multi: deprecation goacc by
@petersssongin btcsuite/btcd#2340- docs: update contribution link by
@quantix9in btcsuite/btcd#2348- refactor: use map.Copy for cleaner map handling by
@xinhangzhouin btcsuite/btcd#2343- psbt: check path minimum length by
@guggeroin btcsuite/btcd#2352- database: shut the program down immediately if we run out of disk space by
@kcalvinalvinin btcsuite/btcd#2358- multi: introduce v2transport and implement BIP324 by
@Crypt-iQin btcsuite/btcd#2260- psbt: overflow checks when computing Taproot BIP32 derivation min size by
@ffranrin btcsuite/btcd#2374- v2transport: update to btcec v2.3.5, reduce module deps by
@Roasbeefin btcsuite/btcd#2381
... (truncated)
Commits
e764c17Merge pull request #2447 from Roasbeef/v-25-branch798b4edbuild: bump version to v0.25442ef28Merge pull request #2443 from sputn1ck/musig2_sign_with_agg_nonce21eb99emusig2: add combinedNonce getter8f54cc6musig2: add Session.RegisterCombinedNonceb7d0706Merge pull request #2430 from Roasbeef/v-0-25-0-rc131a762bbuild: bump version to v0.25.0-beta.rc1e8097a1Merge pull request #2410 from mohamedawnallah/fallback-to-GOPATH-bin-dir29f4215Makefile+workflows: fallback toGOPATH/binon non-existentGOBINa4ddae2Merge pull request #2409 from gosunuts/fix/dockerfile-go-version- Additional commits viewable in compare view
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 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)
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|---|---|---|---|---|---|
| github.com/btcsuite/btcd@v0.22.1 ⏵ v0.25.0 |