Skip to content

chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.153.1 to 0.168.0#321

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.166.1
Closed

chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.153.1 to 0.168.0#321
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.166.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps github.com/blinklabs-io/gouroboros from 0.153.1 to 0.168.0.

Release notes

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

v0.168.0

What's Changed

Full Changelog: blinklabs-io/gouroboros@v0.167.0...v0.168.0

v0.167.0

What's Changed

Full Changelog: blinklabs-io/gouroboros@v0.166.1...v0.167.0

v0.166.1

What's Changed

Full Changelog: blinklabs-io/gouroboros@v0.166.0...v0.166.1

v0.166.0

What's Changed

Full Changelog: blinklabs-io/gouroboros@v0.165.3...v0.166.0

v0.165.3

What's Changed

... (truncated)

Changelog

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

v0.168.0 - Conway PV9 gating and CBOR diagnostic navigation

  • Date: 2026-05-09
  • Version: 0.168.0

Summary

This release adds Conway PV9 governance checks that reject governance actions and parameter updates that must wait until Plomin or PV10, adds CBOR inspection tools that can jump to a byte position and show an annotated hex view, fixes blockfetch cleanup during disconnect and shutdown scenarios so later requests do not stall, and expands ledger regression coverage for forward compatible handling when future cost model lists grow.

New Features

  • Added Conway governance checks that reject governance actions and restricted parameter changes that are not allowed until Plomin or PV10, improving protocol version correctness and producing clearer validation failures.
  • Expanded CBOR diagnostics so callers can find nodes and paths by byte offset, review annotated hex views, and decode one or more items into diagnostic trees for easier binary inspection and troubleshooting.

Bug Fixes

  • Fixed blockfetch request cleanup so disconnects, shutdowns, and error paths release correctly and later GetBlock and GetBlockRange calls do not hang behind an orphaned busy lock.

Additional Changes

  • Expanded ledger and compatibility coverage for longer cost model lists so forward compatible Conway and Plutus handling is validated across encoding, parameter updates, and genesis loading.

v0.167.0 - diagnostic parsing and DMQ node-to-client support

  • Date: 2026-05-05
  • Version: 0.167.0

Summary

This release adds a new CBOR diagnostic parser and CIP-0137 DMQ node-to-client support, hardens rational value serialization and protocol startup cleanup, aligns Conway and Plomin protocol version handling, and includes routine dependency, documentation, and lint maintenance.

New Features

  • Added a CBOR diagnostic parser that can show offsets, preserve formatting detail, and make complex encoded data easier to inspect and troubleshoot.
  • Expanded CIP-0137 DMQ node-to-client support so applications can submit and receive distributed messages through dedicated local message protocols.

Bug Fixes

  • Fixed rational value JSON serialization so large and negative values encode reliably and zero denominator inputs fail cleanly instead of triggering panics.
  • Improved protocol startup cleanup so failed handshake and transaction submission send attempts stop cleanly and avoid lingering shutdown errors.
  • Corrected Conway and Plomin protocol version handling so version names and upper bounds stay aligned with current era support.

v0.166.1 - protocol version bounds and CBOR safety fixes

  • Date: 2026-05-02
  • Version: 0.166.1

Summary

This release adds explicit protocol-version range constants for era packages and fixes reliability issues in default ChainSync pipelining and deeply nested CBOR structure dumping.

... (truncated)

Commits
  • 3d326e5 feat(cbor) diagnostic offset navigation and hex dump (#1732)
  • 39d8ce4 test(ledger): cost model length variance tests (#1734)
  • 19a49c6 fix(protocol): orphaned busy mutex (#1735)
  • 583fcf1 feat(ledger): Conway PV9 gating (#1730)
  • fa301c2 docs: release v0.167.0 notes (#1729)
  • 2d3266e chore(deps): bump github.com/utxorpc/go-codegen from 0.18.1 to 0.19.0 (#1722)
  • 93316c2 fix(cbor): Rat JSON serialization panics for large or negative values (#1724)
  • 47ed529 fix(protocol): Ignored SendMessage errors in shutdown paths (#1727)
  • edab1d0 chore(lint): fix formatting (#1728)
  • 38b8cff feat(connection): add DMQ N2C support (CIP-0137) (#1723)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 18:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 4, 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.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="go.mod">

<violation number="1" location="go.mod:3">
P1: The module now requires Go 1.25.7, but the release publish workflow still uses Go 1.24.x, which will break release builds.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread go.mod
go 1.24.0

toolchain go1.24.4
go 1.25.7
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1: The module now requires Go 1.25.7, but the release publish workflow still uses Go 1.24.x, which will break release builds.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At go.mod, line 3:

<comment>The module now requires Go 1.25.7, but the release publish workflow still uses Go 1.24.x, which will break release builds.</comment>

<file context>
@@ -1,12 +1,10 @@
-go 1.24.0
-
-toolchain go1.24.4
+go 1.25.7
 
 require (
</file context>

Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.153.1 to 0.168.0.
- [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.153.1...v0.168.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.153.1 to 0.166.1 chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.153.1 to 0.168.0 May 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.166.1 branch from 8414e75 to 280d50c Compare May 10, 2026 11:16
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Superseded by #322.

@dependabot dependabot Bot closed this May 11, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.166.1 branch May 11, 2026 22:27
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.

0 participants