testnet-v1.73.0

Budibase/budibasetestnet-v1.73.0May 26, 2026by ebmifa

AI Summary

Aligns the Sui Testnet with the mainnet protocol (version 125), including the same protocol changes, GraphQL enhancements, and CLI improvements for formatting and service management.

Key Highlights

  • Sui Protocol version 125
  • Testnet epoch advancement based on timestamp
  • GraphQL support for checkpoint lookups
  • CLI formatting command
  • Graceful shutdown for `sui start --with-faucet`

New Features

  • Checkpoint lookup support
  • Transaction object status queries
  • CLI formatting
  • Graceful shutdown handling

Full Release Notes

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

https://github.com/MystenLabs/sui/pull/26740: Testnet: advance epoch based on timestamp instead of validator votes.

https://github.com/MystenLabs/sui/pull/26246: New flag for dealing with party object extensions for incurring post execution writes

## GraphQL

https://github.com/MystenLabs/sui/pull/26594: Support checkpoint lookup by digest

https://github.com/MystenLabs/sui/pull/26495: add asTransactionObject  which allows user to query the status of address that is involved as an object in a particular transaction

## CLI

https://github.com/MystenLabs/sui/pull/26521: Adds `sui move format` passthrough command for `prettier-move` auto-formatter.

https://github.com/MystenLabs/sui/pull/26697: `sui start --with-faucet` now responds to Ctrl+C / SIGINT and shuts down all subservices gracefully.

## Indexing Framework

https://github.com/MystenLabs/sui/pull/26229: Validate streaming backoff config and use saturating fallback math so retries cannot stall without progress.

---
#### Full Log: https://github.com/MystenLabs/sui/commits/testnet-v1.73.0