Skip to content

chore(minibf): Upgrade openapi spec to 0.1.85#922

Merged
scarmuega merged 1 commit intomainfrom
chore/upgrade-minibf-openapi-spec
Feb 27, 2026
Merged

chore(minibf): Upgrade openapi spec to 0.1.85#922
scarmuega merged 1 commit intomainfrom
chore/upgrade-minibf-openapi-spec

Conversation

@gonzalezzfelipe
Copy link
Contributor

@gonzalezzfelipe gonzalezzfelipe commented Feb 27, 2026

Summary by CodeRabbit

  • New Features

    • Account endpoint now includes registration status information, allowing users to identify whether accounts are registered on the blockchain.
  • Chores

    • Updated blockfrost-openapi dependency.

@coderabbitai
Copy link

coderabbitai bot commented Feb 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0799eda and b70e128.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • crates/minibf/Cargo.toml
  • crates/minibf/openapi.yaml
  • crates/minibf/src/routes/accounts.rs

📝 Walkthrough

Walkthrough

A dependency version update to blockfrost-openapi and addition of a new registered boolean field to the AccountContent struct representing account registration status.

Changes

Cohort / File(s) Summary
Dependency Update
crates/minibf/Cargo.toml
Bumped blockfrost-openapi from version 0.1.83 to 0.1.85.
Account Data Structure Enhancement
crates/minibf/src/routes/accounts.rs
Added registered: bool field to AccountContent struct, populated via account_state.is_registered().

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 A rabbit hops through code so clean,
A version bump to intervene,
And lo! A boolean field springs free,
Accounting for what is and be,
Registration truth, now plain to see!

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main change: upgrading the blockfrost-openapi dependency from 0.1.83 to 0.1.85, which is reflected in the Cargo.toml changes.

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

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/upgrade-minibf-openapi-spec

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.

@scarmuega scarmuega merged commit 974440e into main Feb 27, 2026
19 of 21 checks passed
@scarmuega scarmuega deleted the chore/upgrade-minibf-openapi-spec branch February 27, 2026 18:34
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