testnet-v1.61.2
MystenLabs/suitestnet-v1.61.2Nov 25, 2025by ebmifa
AI Summary
Protocol update (103) with framework changes to coin.move and bug fixes for checkpoint handling and object pagination.
Key Highlights
- Protocol version bumped to 103
- Framework changes to coin.move
- GraphQL pagination fix for deleted/wrapped objects
- GraphQL payload size bug fix
New Features
- Framework changes to coin.move
- GraphQL pagination fix for deleted/wrapped objects
Full Release Notes
## Protocol #### Sui Protocol Version in this release: `103` https://github.com/MystenLabs/sui/pull/24343: framework changes to coin.move ## gRPC https://github.com/MystenLabs/sui/pull/24244: Return "Not Found" for new checkpoints that haven't been fully stored yet instead of "Internal Error." ## GraphQL https://github.com/MystenLabs/sui/pull/24202: Fixes a bug related to paginating object versions for an object that has been deleted/wrapped at some point. https://github.com/MystenLabs/sui/pull/24325: Fixes a bug where the transaction payloads that were part of `simulateTransaction` calls were incorrectly classified as part of the query payload (and therefore subject to a lower payload size limit). --- #### Full Log: https://github.com/MystenLabs/sui/commits/testnet-v1.61.2