mainnet-v1.57.3

MystenLabs/suimainnet-v1.57.3Oct 6, 2025by ebmifa

AI Summary

Upgrades the protocol to version 97. Fixes a bytecode verifier issue and a JSON-RPC iter bounds bug that caused missing results in transaction queries.

Key Highlights

  • Protocol version 97
  • Bytecode verifier fix
  • JSON-RPC iter bounds fix for transaction queries

New Features

  • Bytecode verifier fix
  • JSON-RPC iter bounds fix

Full Release Notes

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

https://github.com/MystenLabs/sui/pull/23858: Adds a new protocol version that fixes an issue in the bytecode verifier.

## JSON-RPC

https://github.com/MystenLabs/sui/pull/23766: Fix wrong iter bounds that cause missing results in `get_transactions_by_move_function`

## GraphQL

https://github.com/MystenLabs/sui/pull/23689: Adds `Validator.operationCap` that displays address that the operation ability was delegated to if it exists.

https://github.com/MystenLabs/sui/pull/23697: Adds `Validator.exchangeRatesTable` that displays a mapping of epoch number to exchange rate. The exchange rate is used to determine the amount of SUI tokens that each past SUI staker can withdraw in the future.

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