Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ rss: true

import { Button } from '/snippets/button.mdx';

<Update label="Chainstack updates: July 22, 2026" description=" by Ake">

**Protocols**. Sui gRPC endpoints now support gRPC-Web, so the official Sui TypeScript SDK (`@mysten/sui`) works against your Chainstack nodes over HTTPS on Mainnet and Testnet. Native gRPC and JSON-RPC are unchanged. See [Sui gRPC endpoint](/docs/sui-grpc-endpoint) and [migrating from JSON-RPC to gRPC](/docs/sui-migrate-json-rpc-to-grpc).

<Button href="/changelog/chainstack-updates-july-22-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: July 21, 2026" description=" by Ake">

**Starknet**. Chainstack is upgrading Starknet nodes to [Pathfinder v0.23.0](https://github.com/eqlabs/pathfinder/releases/tag/v0.23.0) — a breaking change to JSON-RPC API version support: versions 0.6, 0.7, and 0.8 are removed, and the default `/` endpoint now serves version 0.9. Pin `/rpc/v0_9` or `/rpc/v0_10` before the upgrade reaches your node.
Expand Down
6 changes: 6 additions & 0 deletions changelog/chainstack-updates-july-22-2026.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Chainstack updates: July 22, 2026"
description: "Chainstack Sui gRPC endpoints now support gRPC-Web, so the official Sui TypeScript SDK works against Chainstack nodes over HTTPS on mainnet and testnet."
---

**Protocols**. Sui gRPC endpoints now support gRPC-Web, so the official Sui TypeScript SDK (`@mysten/sui`) works against your Chainstack nodes over HTTPS on Mainnet and Testnet. Native gRPC and JSON-RPC are unchanged. See [Sui gRPC endpoint](/docs/sui-grpc-endpoint) and [migrating from JSON-RPC to gRPC](/docs/sui-migrate-json-rpc-to-grpc).
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3186,6 +3186,7 @@
"tab": "Release notes",
"pages": [
"changelog",
"changelog/chainstack-updates-july-22-2026",
"changelog/chainstack-updates-july-21-2026",
"changelog/chainstack-updates-july-17-2026",
"changelog/chainstack-updates-july-6-2026",
Expand Down