mainnet-v1.23.1
Sui Protocol Version in this release: 43
Highlights
#17126: Protocol: Deepbook changes will be reverted
#16673: Developers might see more compiler diagnostics as selected parsing errors no longer prevent compilation and diagnostics from the compiler reaching later compilation stages where additional diagnostics may be generated.
#16966: sui client verify-bytecode-meter
supports passing multiple --module
flags to verify multiple compiled modules together as if they were one package.
#16963: sui client verify-bytecode-meter
prints a breakdown of verifier cost by module and function in a package.
- The
Move.lock
will be populated with the edition corresponding to that in theMove.toml
, if it exists. - The
Move.lock
will be generated and populated with toolchain versioning information onsui client publish
.
#16233: Protocol version upgrades to version 43
. This adds a feature flag to set the upper bound of the max epoch for a zklogin signature.
Full log:
https://github.com/MystenLabs/sui/commits/mainnet-v1.23.1