testnet-v1.58.2

MystenLabs/suitestnet-v1.58.2Oct 14, 2025by ebmifa

AI Summary

Upgrades the protocol to version 98. Fixes a JSON-RPC iter bounds bug and adds new GraphQL fields for validators (operationCap and exchangeRatesTable).

Key Highlights

  • Protocol version 98
  • JSON-RPC iter bounds fix
  • Validator operationCap field
  • Validator exchangeRatesTable field

New Features

  • Validator.operationCap field
  • Validator.exchangeRatesTable field

Full Release Notes

## 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/testnet-v1.58.2