mainnet-v1.60.1

MystenLabs/suimainnet-v1.60.1Nov 10, 2025by ebmifa

AI Summary

Upgrades the Sui protocol to version 101 and enables the new Mysticeti 2.0 transaction driver. Adds CLI support for connecting to remote Postgres databases when running the indexer or GraphQL.

Key Highlights

  • Protocol version bump to 101
  • Default use of Mysticeti 2.0 and TransactionDriver
  • CLI indexer and GraphQL can now connect to remote Postgres

New Features

  • Remote Postgres support for indexer and GraphQL

Full Release Notes

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

https://github.com/MystenLabs/sui/pull/24073: Coin registry patch 

## Nodes (Validators and Full nodes)

https://github.com/MystenLabs/sui/pull/24010: Use Mysticeti 2.0 and `TransactionDriver` for transaction processing by default.

## CLI

https://github.com/MystenLabs/sui/pull/24133: Adds the ability to talk to an existing, remote postgress database when running the indexer and/or GraphQL for a local network.

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