mainnet-v1.58.3
MystenLabs/suimainnet-v1.58.3Oct 15, 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. Adds new GraphQL fields for validators.
Key Highlights
- Protocol version 98
- Bytecode verifier fix
- JSON-RPC iter bounds fix for transaction queries
- New Validator GraphQL fields
New Features
- Validator.operationCap field
- Validator.exchangeRatesTable field
Full Release Notes
## Protocol #### Sui Protocol Version in this release: `98` https://github.com/MystenLabs/sui/pull/23866: Fix issue in 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.58.3