testnet-v1.60.0
MystenLabs/suitestnet-v1.60.0Nov 4, 2025by ebmifa
AI Summary
Upgrades the protocol to version 101 and enables the Poseidon hash function. Also switches to Mysticeti 2.0 and TransactionDriver for transaction processing by default.
Key Highlights
- Protocol version 101 and Poseidon hash enabled
- Mysticeti 2.0 and TransactionDriver enabled
- Remote Postgres support for CLI tools
New Features
- Poseidon hash function
- Remote Postgres support for indexer and GraphQL
Full Release Notes
## Protocol #### Sui Protocol Version in this release: `101` https://github.com/MystenLabs/sui/pull/23712: Updates the protocol version and enables the Poseidon hash function. ## 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 postgres database when running the indexer and/or GraphQL for a local network. --- #### Full Log: https://github.com/MystenLabs/sui/commits/testnet-v1.60.0