testnet-v1.58.1

MystenLabs/suitestnet-v1.58.1Oct 7, 2025by ebmifa

AI Summary

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

Key Highlights

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

New Features

  • Bytecode verifier fix
  • JSON-RPC iter bounds fix

Full Release Notes

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

https://github.com/MystenLabs/sui/pull/23860: 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/testnet-v1.58.1