mainnet-v1.72.3

flame-engine/flamemainnet-v1.72.3May 28, 2026by ebmifa

AI Summary

Updates the Sui Protocol to version 125 and introduces enhancements to GraphQL queries, CLI formatting tools, and the Indexing Framework for improved stability.

Key Highlights

  • Protocol version 125
  • Support for checkpoint lookup by digest in GraphQL
  • New `sui move format` command for auto-formatting
  • Graceful shutdown for `sui start --with-faucet`
  • Validation of streaming backoff config to prevent retries from stalling

New Features

  • Checkpoint lookup by digest
  • Query address status as a transaction object (`asTransactionObject`)
  • CLI passthrough command for prettier-move
  • Graceful SIGINT handling for subservices
  • Saturating fallback math for streaming retries

Full Release Notes

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

https://github.com/MystenLabs/sui/pull/26740: Testnet: advance epoch based on timestamp instead of validator votes.

https://github.com/MystenLabs/sui/pull/26246: New flag for dealing with party object extensions for incurring post execution writes

## GraphQL

https://github.com/MystenLabs/sui/pull/26594: Support checkpoint lookup by digest

https://github.com/MystenLabs/sui/pull/26495: add asTransactionObject  which allows user to query the status of address that is involved as an object in a particular transaction

## CLI

https://github.com/MystenLabs/sui/pull/26521: Adds `sui move format` passthrough command for `prettier-move` auto-formatter.

https://github.com/MystenLabs/sui/pull/26697: `sui start --with-faucet` now responds to Ctrl+C / SIGINT and shuts down all subservices gracefully.

## Indexing Framework

https://github.com/MystenLabs/sui/pull/26229: Validate streaming backoff config and use saturating fallback math so retries cannot stall without progress.

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