build: bump Sui CLI to 1.73.2#401
Conversation
📝 WalkthroughWalkthroughThe Sui CLI version is bumped from ChangesSui CLI Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #401 +/- ##
=======================================
Coverage 78.88% 78.88%
=======================================
Files 23 23
Lines 1781 1781
Branches 642 636 -6
=======================================
Hits 1405 1405
Misses 341 341
Partials 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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/test.yml:
- Line 19: The toolchain-version field in the Published.toml configuration files
is not aligned with the SUI_VERSION update to 1.73.2 in the test.yml workflow.
Locate and update the toolchain-version entries from 1.72.5 to 1.73.2 in
contracts/utils/Published.toml (update both occurrences on lines 10 and 19) and
math/core/Published.toml (update line 10) to ensure consistency across all
configuration files.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: e4647de0-aa07-4b3c-8473-e192bf3f5ed3
📒 Files selected for processing (2)
.github/workflows/test.ymlREADME.md
Summary
Bumps the required Sui CLI version from
1.72.5to1.73.2..github/workflows/test.yml—SUI_VERSIONenv updated to1.73.2README.md— documented required version + release link updatedMirrors the established bump pattern (cf. #368, #324): only the two version-pin sites are touched.
Published.tomltoolchain-versionfields are publish-time artifacts and are intentionally left untouched.Verification
CI runs the full build/test suite against the new CLI version.
Summary by CodeRabbit
Chores
Documentation