testnet-v1.59.0
MystenLabs/suitestnet-v1.59.0Oct 21, 2025by ebmifa
AI Summary
Upgrades the protocol to version 99. Enables consensus handler v2 and adds GraphQL/gRPC improvements including the AvailableRange API and treasury metadata fixes.
Key Highlights
- Protocol version 99
- Consensus handler v2 enabled
- GraphQL AvailableRange API
- gRPC fallback fix for treasury metadata
New Features
- Consensus handler v2
- AvailableRange API for querying checkpoint ranges
- gRPC treasury metadata fallback fix
Full Release Notes
## Protocol #### Sui Protocol Version in this release: `99` https://github.com/MystenLabs/sui/pull/23968: Enable consensus handler v2 ## GraphQL https://github.com/MystenLabs/sui/pull/23851: Fix a bug where live object set queries would include historical data. https://github.com/MystenLabs/sui/pull/23417: Adds `AvailableRange` API for querying the checkpoint ranges we have data available for types, fields, and filters. ## gRPC https://github.com/MystenLabs/sui/pull/23951: Bug fix - Fall back to RPC index for treasury metadata when it's missing in the CoinRegistry Currency object. --- #### Full Log: https://github.com/MystenLabs/sui/commits/testnet-v1.59.0