ci: upgrade solo version to v0.72.0#1680
Conversation
Signed-off-by: Mohit <mohityadav8@users.noreply.github.com>
Signed-off-by: Mohit <mohityadav8@users.noreply.github.com>
|
Warning Review limit reached
More reviews will be available in 55 minutes and 7 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughBumps the ChangesCI Workflow Solo Version Bump
Windows Include-Order Comment Clarifications
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (3 warnings)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Hey @mohityadav8 👋 thanks for the PR! This comment updates automatically as you push changes -- think of it as your PR's live scoreboard! PR Checks✅ DCO Sign-off -- All commits have valid sign-offs. Nice work! ✅ GPG Signature -- All commits have verified GPG signatures. Locked and loaded! ✅ Merge Conflicts -- No merge conflicts detected. Smooth sailing! ✅ Issue Link -- Linked to #1570 (assigned to you). 🎉 All checks passed! Your PR is ready for review. Great job! |
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/zxc-build-library.yaml:
- Line 201: The soloVersion parameter in the zxc-build-library.yaml workflow is
set to v0.72.0, which is not a valid Hiero Solo release version. Update the
soloVersion value from v0.72.0 to v0.69.0 to match the compatible version for
the hiero-solo-action version v0.19.0 that is already specified in the workflow
configuration.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: f39ecbe6-c7f3-4494-beee-6191d16f05c0
📒 Files selected for processing (5)
.github/workflows/zxc-build-library.yamlsrc/sdk/main/include/impl/BaseNode.hsrc/sdk/main/src/AccountId.ccsrc/sdk/main/src/FeeEstimateQuery.ccsrc/tck/src/TckServer.cc
| uses: hiero-ledger/hiero-solo-action@328bc84c3b00a990a151418144fd682a4eb76ea6 # v0.19.0 | ||
| with: | ||
| soloVersion: v0.65.0 | ||
| soloVersion: v0.72.0 |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify Hiero Solo v0.72.0 exists and check for compatibility notes or breaking changes.
# Check if v0.72.0 release exists
echo "=== Checking for Hiero Solo v0.72.0 release ==="
gh release view v0.72.0 --repo hiero-ledger/hiero-solo 2>/dev/null || echo "Release v0.72.0 not found"
# List recent releases to confirm version availability
echo -e "\n=== Recent Hiero Solo releases ==="
gh release list --repo hiero-ledger/hiero-solo --limit 10
# Check the action repository for compatibility information
echo -e "\n=== Checking hiero-solo-action compatibility ==="
gh api repos/hiero-ledger/hiero-solo-action/releases/tags/v0.19.0 --jq '.body' 2>/dev/null || echo "Action v0.19.0 release notes not found"Repository: hiero-ledger/hiero-sdk-cpp
Length of output: 682
Replace soloVersion v0.72.0 with a valid release version.
Hiero Solo v0.72.0 does not exist as a release. The action version v0.19.0 (as specified on line 199) is configured to use Hiero Solo v0.69.0. Update soloVersion to v0.69.0 or verify the correct version against the hiero-solo-action compatibility requirements.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.github/workflows/zxc-build-library.yaml at line 201, The soloVersion
parameter in the zxc-build-library.yaml workflow is set to v0.72.0, which is not
a valid Hiero Solo release version. Update the soloVersion value from v0.72.0 to
v0.69.0 to match the compatible version for the hiero-solo-action version
v0.19.0 that is already specified in the workflow configuration.
Description
Updates the Hiero Solo version used in the CI workflow from
v0.71.0tov0.72.0in.github/workflows/zxc-build-library.yaml.Related Issue
Closes #1570
Changes
soloVersionfromv0.71.0tov0.72.0Checklist
-s)Summary by CodeRabbit