Skip to content

Bump github.com/bsv-blockchain/go-sdk from 1.2.18 to 1.3.0#178

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

Bump github.com/bsv-blockchain/go-sdk from 1.2.18 to 1.3.0#178
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/master/github.com/bsv-blockchain/go-sdk-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/bsv-blockchain/go-sdk from 1.2.18 to 1.3.0.

Release notes

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

Release v1.3.0

Changelog

  • 9d40420595180bdc83209871efa9d73ce64d5c2b Add CodeQL analysis workflow configuration
  • 1419c918dbf8bb537f3539651037041bf3c7dcca Add CodeQL analysis workflow configuration (#334)
  • 9af7ce774f2001e45cb5423dfa3db8c3c1252fc4 [FEAT] - Repo Upgrade! (#333)
  • 41aede4de2d52af9dae42b72fc426300f60b9062 chore(deps): bump SonarSource/sonarqube-scan-action from 8.1.0 to 8.2.0 (#329)
  • abc3e31162cf72c6427a0a5bc78af2c9ff881447 chore(deps): bump actions/checkout from 6 to 7 (#330)
  • 1ae039fdbadae841bf0123a88de2a53483efc344 chore(deps): bump codecov/codecov-action from 6 to 7 (#325)
  • a0d2b02734715ed45ea5f1400ac8f3bdf49acee9 chore(deps): bump golang.org/x/sync from 0.21.0 to 0.22.0 (#332)
  • 48dd2af3f9598485b383bb23f28a2fb7f32e5fac chore(deps): update golang.org/x/crypto, golang.org/x/sync, and golang.org/x/net (#331)
  • e1f73190f1554d79271b04998d29bf829cbcbee2 chore: remove old codeql files
  • 51f99bca0b1992da0a3786096aebe5d1a9290a80 fix: update maintainer link for Darren in README.md
  • 693861e3aea7fa590e83be7b107a4fa99f1ef588 sync: update dev configs and stale check schedule (#335)

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)
Changelog

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

CHANGELOG

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Table of Contents

... (truncated)

Commits
  • 693861e sync: update dev configs and stale check schedule (#335)
  • e1f7319 chore: remove old codeql files
  • 51f99bc fix: update maintainer link for Darren in README.md
  • 9d40420 Add CodeQL analysis workflow configuration
  • 1419c91 Add CodeQL analysis workflow configuration (#334)
  • 9af7ce7 [FEAT] - Repo Upgrade! (#333)
  • a0d2b02 chore(deps): bump golang.org/x/sync from 0.21.0 to 0.22.0 (#332)
  • 48dd2af chore(deps): update golang.org/x/crypto, golang.org/x/sync, and golang.org/x/...
  • 41aede4 chore(deps): bump SonarSource/sonarqube-scan-action from 8.1.0 to 8.2.0 (#329)
  • 1ae039f chore(deps): bump codecov/codecov-action from 6 to 7 (#325)
  • 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.2.18 to 1.3.0.
- [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.2.18...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the update General updates label Jul 10, 2026
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