testnet-v1.67.2
MystenLabs/suitestnet-v1.67.2Mar 10, 2026by ebmifa
AI Summary
Updates protocol to version 114 and fixes indexing issues. Changes GraphQL error handling and CLI behavior.
Key Highlights
- Protocol version 114.
- Address aliases feature enabled on mainnet.
- GraphQL error propagation changes.
- Indexing fixes: ingestion client now requires exactly one source.
New Features
- Protocol version 114.
- Indexing fix for multiple source configuration.
Full Release Notes
## Protocol #### Sui Protocol Version in this release: `114` https://github.com/MystenLabs/sui/pull/25364: test only changes, no user impact https://github.com/MystenLabs/sui/pull/25556: Enables the address aliases feature on mainnet. https://github.com/MystenLabs/sui/pull/25585: Add a new protocol version to support some refactoring in execution. ## GraphQL https://github.com/MystenLabs/sui/pull/25261: Error field is no longer available in simulateResult and ExecutionResult. They will be propagated in GraphQL errors ## CLI https://github.com/MystenLabs/sui/pull/25074: `sui move build --dump` (the short version of `--dump-bytecode-as-base64`) now correctly outputs bytecode with the 0 address. https://github.com/MystenLabs/sui/pull/25587: Fixed a bug to re-enable pretty printing of `sui client ptb` output. ## Indexing Framework https://github.com/MystenLabs/sui/pull/25434: Fixes an issue where the ingestion client allowed configuring multiple sources but all but one source was ignored, based on an implicit precedence order. Now exactly one source must be supplied. https://github.com/MystenLabs/sui/pull/25593: Reducing ingestion concurrency and channel size. Testing showed this eliminated OOM issues when processing large checkpoints without bottlenecking a 16 cpu machine. --- #### Full Log: https://github.com/MystenLabs/sui/commits/testnet-v1.67.2