mainnet-v1.59.1

MystenLabs/suimainnet-v1.59.1Oct 29, 2025by ebmifa

AI Summary

Upgrades the protocol to version 100. Simplifies the private generics check and fixes GraphQL bugs where live object set queries incorrectly included historical data.

Key Highlights

  • Protocol version 100
  • Simplified private generics check
  • GraphQL fix for historical data inclusion
  • New AvailableRange API for checkpoint queries

New Features

  • AvailableRange API for querying checkpoint ranges
  • GraphQL bug fixes regarding historical data

Full Release Notes

## Protocol
#### Sui Protocol Version in this release: `100`

https://github.com/MystenLabs/sui/pull/24108: Simplify private generics check

## 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.

---
#### Full Log: https://github.com/MystenLabs/sui/commits/mainnet-v1.59.1