mainnet-v1.67.3

MystenLabs/suimainnet-v1.67.3Mar 11, 2026by ebmifa

AI Summary

Updates protocol to version 115 for VM structure normalization and execution refactoring. Fixes GraphQL error propagation and CLI bytecode dumping.

Key Highlights

  • Protocol version 115 introduced to normalize representation of structures within the VM.
  • Address aliases feature enabled on mainnet.
  • GraphQL error field is no longer available in simulateResult and ExecutionResult.
  • CLI `sui move build --dump` now correctly outputs bytecode with the 0 address.

New Features

  • Protocol version 115 for execution refactoring.
  • GraphQL error propagation fix.

Full Release Notes

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

https://github.com/MystenLabs/sui/pull/25795: Adds a new protocol version 115 to normalize representation of some structures within the VM.

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.

https://github.com/MystenLabs/sui/pull/25364: test only changes, no user impact

## 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/mainnet-v1.67.3