Skip to content

chore(deps): bump github.com/blinklabs-io/gouroboros from 0.160.0 to 0.160.3#657

Merged
wolf31o2 merged 1 commit intomainfrom
dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.160.3
Mar 21, 2026
Merged

chore(deps): bump github.com/blinklabs-io/gouroboros from 0.160.0 to 0.160.3#657
wolf31o2 merged 1 commit intomainfrom
dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.160.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps github.com/blinklabs-io/gouroboros from 0.160.0 to 0.160.3.

Release notes

Sourced from github.com/blinklabs-io/gouroboros's releases.

v0.160.3

What's Changed

Full Changelog: blinklabs-io/gouroboros@v0.160.2...v0.160.3

v0.160.2

What's Changed

Full Changelog: blinklabs-io/gouroboros@v0.160.1...v0.160.2

v0.160.1

What's Changed

Full Changelog: blinklabs-io/gouroboros@v0.160.0...v0.160.1

Changelog

Sourced from github.com/blinklabs-io/gouroboros's changelog.

v0.160.3 - cbor and transaction performance improvements

  • Date: 2026-03-16
  • Version: 0.160.3

Summary

This release includes CBOR and transaction processing performance improvements, plus CI and dependency maintenance.

Performance

  • Improved CBOR handling by adding slice-backed references, stream-based and in-place decoding helpers, and tighter decode paths to reduce memory usage and avoid unnecessary copying.
  • Improved transaction processing and RPC conversion by optimizing multi-asset value checks, witness and script handling, tx-to-RPC conversion, and EncodeLangViews encoding and unsupported-version errors.

Additional Changes

  • Added the v0.160.2 entry to RELEASE_NOTES.md.
  • Updated the benchmark workflow to use actions/download-artifact@v8.0.1 (from v8.0.0).
  • Updated dependencies, including plutigo and go-ethereum, to keep the build aligned with upstream libraries and expected checksums.

v0.160.2 - muxer synchronization and encoding fixes

  • Date: 2026-03-13
  • Version: 0.160.2

Summary

This release includes muxer protocol instance synchronization, EncodeLangViews validation hardening, and documentation updates.

New Features

  • Added synchronized accessors for protocol instances in the muxer and connection paths to support thread-safe protocol selection and lifecycle management.

Bug Fixes

  • Fixed EncodeLangViews to reject invalid inputs earlier and behave consistently across edge cases.

Performance

  • Improved allocation efficiency in EncodeLangViews by reducing allocation churn during encode and validate operations.

Additional Changes

  • Updated RELEASE_NOTES.md to include the v0.160.1 entry with categorized details.

v0.160.1 - validation and security updates

  • Date: 2026-03-10
  • Version: 0.160.1

... (truncated)

Commits
  • d3a5f4d chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#1644)
  • 186e66a chore(deps): bump github.com/blinklabs-io/plutigo from 0.0.26 to 0.0.27 (#1643)
  • e450888 perf: reduce allocations and copies (#1638)
  • 9a79cf0 perf(ledger): encoding and optimizations (#1636)
  • 3785303 docs: Release Notes Update: v0.160.2 (#1637)
  • ae46cbe fix: protocol-muxer race (#1634)
  • d141f3d perf(ledger): harden lang view encoding (#1633)
  • 98283f8 Release Notes Update: v0.160.1 (#1631)
  • a8121f8 fix(consensus): prev hash byron genesis support (#1630)
  • 4ad7aad feat(kes): Replaced bytes.Equal with subtle.ConstantTimeCompare in kes/kes.go...
  • 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)

Summary by cubic

Upgrade github.com/blinklabs-io/gouroboros to v0.160.3 to gain CBOR/transaction performance improvements and a protocol muxer race fix. Also updates indirect deps for compatibility.

  • Dependencies
    • github.com/blinklabs-io/gouroboros v0.160.0 → v0.160.3 — lower allocations, tighter decoding, safer lang view encoding, muxer synchronization fix.
    • github.com/blinklabs-io/plutigo v0.0.26 → v0.0.27 — upstream alignment.
    • github.com/ethereum/go-ethereum v1.17.0 → v1.17.1 (indirect) — patch update.

Written for commit 4d0564c. Summary will update on new commits.

Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.160.0 to 0.160.3.
- [Release notes](https://github.com/blinklabs-io/gouroboros/releases)
- [Changelog](https://github.com/blinklabs-io/gouroboros/blob/main/RELEASE_NOTES.md)
- [Commits](blinklabs-io/gouroboros@v0.160.0...v0.160.3)

---
updated-dependencies:
- dependency-name: github.com/blinklabs-io/gouroboros
  dependency-version: 0.160.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2026 18:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 16, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@wolf31o2 wolf31o2 merged commit af0e377 into main Mar 21, 2026
9 checks passed
@wolf31o2 wolf31o2 deleted the dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.160.3 branch March 21, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant