docs(changelog): Sui gRPC endpoints now support gRPC-Web (July 22, 2026)#571
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
📝 WalkthroughSummary by CodeRabbit
WalkthroughAdds a July 22, 2026 changelog announcement for Sui gRPC-Web support and links the new page from the release notes index. ChangesSui gRPC-Web changelog
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Checkov (3.3.8)docs.jsonTraceback (most recent call last): 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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
changelog/chainstack-updates-july-22-2026.mdx (1)
6-6: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winNormalize internal links to relative paths in both MDX files.
changelog/chainstack-updates-july-22-2026.mdx#L6-L6: replace/docs/...with../docs/....changelog.mdx#L11-L13: replace/docs/...withdocs/...and/changelog/...withchangelog/....As per coding guidelines: Internal links must use relative paths, omit the
.mdxextension, and point to existing files.🤖 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 `@changelog/chainstack-updates-july-22-2026.mdx` at line 6, Normalize the internal links in changelog/chainstack-updates-july-22-2026.mdx lines 6-6 by changing each /docs/... target to ../docs/... while preserving extensionless paths. In changelog.mdx lines 11-13, change /docs/... targets to docs/... and /changelog/... targets to changelog/..., ensuring all links remain extensionless and point to existing files.Source: Coding guidelines
🤖 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.
Nitpick comments:
In `@changelog/chainstack-updates-july-22-2026.mdx`:
- Line 6: Normalize the internal links in
changelog/chainstack-updates-july-22-2026.mdx lines 6-6 by changing each
/docs/... target to ../docs/... while preserving extensionless paths. In
changelog.mdx lines 11-13, change /docs/... targets to docs/... and
/changelog/... targets to changelog/..., ensuring all links remain extensionless
and point to existing files.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d06131cb-3c5b-4b4d-a654-63bbcdd1cc0a
📒 Files selected for processing (3)
changelog.mdxchangelog/chainstack-updates-july-22-2026.mdxdocs.json
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
What
Adds the July 22, 2026 Cloud release note: Chainstack Sui gRPC endpoints now support gRPC-Web, so the official Sui TypeScript SDK (
@mysten/sui) works against Chainstack Sui nodes over HTTPS on Mainnet and Testnet. Native gRPC and JSON-RPC are unchanged.Changes
changelog.mdx— new<Update>entry at the top.changelog/chainstack-updates-july-22-2026.mdx— standalone release note page.docs.json— page added to the Release notes tab.Local validation
docs.json— valid JSON.mintlify broken-links— the two/docs/sui-*links resolve; no new broken links.