Skip to content

Bump github.com/bsv-blockchain/go-sdk from 1.1.22 to 1.2.21#170

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/master/github.com/bsv-blockchain/go-sdk-1.2.21
Open

Bump github.com/bsv-blockchain/go-sdk from 1.1.22 to 1.2.21#170
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/master/github.com/bsv-blockchain/go-sdk-1.2.21

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps github.com/bsv-blockchain/go-sdk from 1.1.22 to 1.2.21.

Release notes

Sourced from github.com/bsv-blockchain/go-sdk's releases.

v1.2.21

Fixed

  • UHRP URL generation now uses Base58Check encoding with [0xce, 0x00] prefix, matching the TypeScript SDK (#310)

v1.2.20

What's Changed

Full Changelog: bsv-blockchain/go-sdk@v1.2.19...v1.2.20

v1.2.19

Fixed

  • ComputeMissingHashes now handles odd node counts at intermediate Merkle tree levels by adding duplicate markers, matching Bitcoin's Merkle tree behavior where unpaired nodes are hashed with themselves (#298)
  • Overlay broadcaster: fixed distinction between RequireAckAll and RequireNone based on empty topic array (#302)
  • Overlay broadcaster: error responses no longer trigger admittance checks — only 200 OK responses are evaluated (#302)
  • Increased default SHIP query timeout from 1s to 5s to allow successful responses (#302)
  • Added three BSVA cluster SLAP trackers as defaults, removing single point of failure (#302)

Changed

  • Bump golang.org/x/crypto from v0.47.0 to v0.48.0 (#292)
  • Bump golang.org/x/net from v0.49.0 to v0.51.0 (#296)
  • Bump golang.org/x/sync from v0.19.0 to v0.20.0 (#299)
  • Bump actions/upload-artifact from v6 to v7 (#297)

v1.2.18

Fixed

  • BIP276 decoding: corrected field order to match spec, fixed prefix validation and network byte parsing (#286)
  • AuthFetch data race: replaced plain map with sync.Map for thread-safe nonce tracking (#262)
  • CodeQL integer conversion security alerts in BIP276 (#286)

Added

  • Test for large stack data NUM2BIN operations (#261)

Release v1.2.17

Added Optional Reference field on CreateActionArgs and ListActionsArgs for associating custom reference identifiers with wallet actions (#289) ReadOptionalString method on ReaderHoldError for deserializing optional string fields

v1.2.16

Added

  • Typed sentinel errors for SPV package: ErrFeeTooLow, ErrInvalidMerklePath, ErrMissingSourceTransaction, ErrScriptVerificationFailed
  • Typed sentinel error for certificates package: ErrFieldDecryption

Changed

  • SPV errors now wrap sentinel errors with context, enabling errors.Is() checking instead of string matching
  • Certificate field decryption errors now wrap ErrFieldDecryption sentinel

... (truncated)

Changelog

Sourced from github.com/bsv-blockchain/go-sdk's changelog.

[1.2.21] - 2026-04-03

Fixed

  • UHRP URL generation now uses Base58Check encoding with [0xce, 0x00] prefix, matching the TypeScript SDK (#310)

[1.2.20] - 2026-03-26

Fixed

  • Resolved panic when calling TxID() on BEEF_V2 parsed transaction (#307)
  • Resolved security-related vulnerabilities flagged by SonarCloud (#303)

Changed

  • Implemented BSV Chronicle Op Code Fidelity Pass and Compound Merkle Path Assurances (#304)
  • Increased test coverage from 62.3% to 80.3% (#305)

[1.2.19] - 2026-03-11

Fixed

  • ComputeMissingHashes now handles odd node counts at intermediate Merkle tree levels by adding duplicate markers, matching Bitcoin's Merkle tree behavior where unpaired nodes are hashed with themselves (#298)
  • Overlay broadcaster: fixed distinction between RequireAckAll and RequireNone based on empty topic array (#302)
  • Overlay broadcaster: error responses no longer trigger admittance checks — only 200 OK responses are evaluated (#302)
  • Increased default SHIP query timeout from 1s to 5s to allow successful responses (#302)
  • Added three BSVA cluster SLAP trackers as defaults, removing single point of failure (#302)

Changed

  • Bump golang.org/x/crypto from v0.47.0 to v0.48.0 (#292)
  • Bump golang.org/x/net from v0.49.0 to v0.51.0 (#296)
  • Bump golang.org/x/sync from v0.19.0 to v0.20.0 (#299)
  • Bump actions/upload-artifact from v6 to v7 (#297)

[1.2.18] - 2026-02-12

Fixed

  • BIP276 decoding: corrected field order to match spec, fixed prefix validation and network byte parsing (#286)
  • AuthFetch data race: replaced plain map with sync.Map for thread-safe nonce tracking (#262)
  • CodeQL integer conversion security alerts in BIP276 (#286)

Added

  • Test for large stack data NUM2BIN operations (#261)

[1.2.17] - 2026-02-06

Added

  • Optional Reference field on CreateActionArgs and ListActionsArgs for associating custom reference identifiers with wallet actions (#289)
  • ReadOptionalString method on ReaderHoldError for deserializing optional string fields

[1.2.16] - 2026-01-29

Added

  • Typed sentinel errors for SPV package: ErrFeeTooLow, ErrInvalidMerklePath, ErrMissingSourceTransaction, ErrScriptVerificationFailed

... (truncated)

Commits
  • 5cb9b59 update changelog for v1.2.20 and v1.2.21 (#311)
  • bcc042e fix: match uhrp url generation with ts sdk (#310)
  • bbc5a80 fix: resolve panic when calling TxID() on BEEF_V2 parsed transaction (#307)
  • 6a60fb2 [SONAR] fix: resolve security-related vulnerabilities (#303)
  • 66b8664 Implement BSV Chronicle Op Code Fidelity Pass & Compound Merkle Path Assuranc...
  • 2701c6d feat: increase test coverage from 62.3% to 80.3% (#305)
  • 789aa37 Fix ComputeMissingHashes odd node count at intermediate levels (#298)
  • 725db51 Fix BIP276 decoding, AuthFetch data race, and add NUM2BIN tests (#288)
  • 58516b8 update changelog for v1.2.17 (#290)
  • b97ae10 feat: add option to provide custom reference to action (#289)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/bsv-blockchain/go-sdk](https://github.com/bsv-blockchain/go-sdk) from 1.1.22 to 1.2.21.
- [Release notes](https://github.com/bsv-blockchain/go-sdk/releases)
- [Changelog](https://github.com/bsv-blockchain/go-sdk/blob/master/CHANGELOG.md)
- [Commits](bsv-blockchain/go-sdk@v1.1.22...v1.2.21)

---
updated-dependencies:
- dependency-name: github.com/bsv-blockchain/go-sdk
  dependency-version: 1.2.21
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

update General updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant