Skip to content

chore(deps): gouroboros 0.150.0#524

Merged
wolf31o2 merged 1 commit intomainfrom
chore/gouroboros-0.150.0
Jan 24, 2026
Merged

chore(deps): gouroboros 0.150.0#524
wolf31o2 merged 1 commit intomainfrom
chore/gouroboros-0.150.0

Conversation

@wolf31o2
Copy link
Copy Markdown
Member

@wolf31o2 wolf31o2 commented Jan 24, 2026

Summary by cubic

Upgrade blinklabs deps to gouroboros v0.150.0 and adapt LocalStateQuery UTxO asset handling to the new amount types to keep filtering accurate.

  • Dependencies

    • gouroboros v0.150.0
    • adder v0.37.0
    • plutigo v0.0.21
  • Refactors

    • Update asset amount check to handle nil and use Sign() > 0.
    • Convert output.Amount() to Uint64 for response.

Written for commit a513c05. Summary will update on new commits.

Summary by CodeRabbit

Release Notes

  • Chores
    • Upgraded key dependencies (adder, gouroboros, plutigo) to latest versions for improved system stability and compatibility
    • Enhanced asset amount validation with stricter verification checks for better data integrity
    • Improved type consistency in transaction output amount handling for increased reliability

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
@wolf31o2 wolf31o2 requested a review from a team as a code owner January 24, 2026 15:50
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 24, 2026

📝 Walkthrough

Walkthrough

The pull request updates Go module dependencies and refines type handling in the local state query functionality. Three dependencies are bumped to newer versions: adder, gouroboros, and plutigo. In the localstatequery.go file, the validation logic for asset amounts is refined to check for nil values and sign before comparison, and the UTxO amount representation is updated to explicitly use uint64 type conversion.

🚥 Pre-merge checks | ✅ 1 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title mentions only the gouroboros dependency update (0.150.0) but the changeset includes updates to three dependencies (adder, gouroboros, and plutigo) plus code changes in localstatequery.go. Update the title to reflect all main changes, such as 'chore(deps): update gouroboros, adder, and plutigo dependencies' or 'chore: update Go dependencies and refine asset validation'.
✅ Passed checks (1 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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 3 files

@wolf31o2 wolf31o2 merged commit da3502c into main Jan 24, 2026
12 checks passed
@wolf31o2 wolf31o2 deleted the chore/gouroboros-0.150.0 branch January 24, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants