Skip to content

devnet-v1.67.0

Pre-release
Pre-release

Choose a tag to compare

@ebmifa ebmifa released this 02 Mar 17:45
· 9 commits to 86741b2d4bda4ef923813f6eac0b4bdab1d9cdfc since this release
ecde3d1

Protocol

Sui Protocol Version in this release: 114

#25364: test only changes, no user impact

#25556: Enables the address aliases feature on mainnet.

#25585: Add a new protocol version to support some refactoring in execution.

GraphQL

#25261: Error field is no longer available in simulateResult and ExecutionResult. They will be propagated in GraphQL errors

CLI

#25074: sui move build --dump (the short version of --dump-bytecode-as-base64) now correctly outputs bytecode with the 0 address.

#25587: Fixed a bug to re-enable pretty printing of sui client ptb output.

Indexing Framework

#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.

#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/devnet-v1.67.0