testnet-v1.56.1
MystenLabs/suitestnet-v1.56.1Sep 9, 2025by ebmifa
AI Summary
Bumped protocol to version 95 and improved `std::type_name` API for direct address access.
Key Highlights
- Protocol bump to version 95
- Improved `std::type_name` for direct address access
- Fixed CLI upgrade command bug
New Features
- Protocol 95
- Direct address access via type_name
Full Release Notes
## Protocol #### Sui Protocol Version in this release: `95` https://github.com/MystenLabs/sui/pull/23212: Protocol bump to version `95` ## CLI https://github.com/MystenLabs/sui/pull/23212: Move functions in `std::type_name` for directly accessing the address of a type (the defining or original package ID) without first needing to create a `TypeName` value. https://github.com/MystenLabs/sui/pull/23472: Fixed a bug where an upgrade command would terminate early if the CLI binary is not at the same protocol version or newer than the network. --- #### Full Log: https://github.com/MystenLabs/sui/commits/testnet-v1.56.1