‼️# Private Release Notice‼️
This release includes a private fix for an issue effecting fullnodes and validators. Changes will be made public once applied to mainnet after an epoch change tomorrow.
Private Commit: 3c894a0ab474fca8d4880606f919ab9af91f4529
Private release install instructions: https://bit.ly/sui-private-release-install
Do not use the attached binaries and download them from https://sui-releases.s3-accelerate.amazonaws.com/3c894a0ab474fca8d4880606f919ab9af91f4529/sui-node instead until 4/10 after the epoch change
Protocol
Sui Protocol Version in this release: 79
#21530: Enable consensus commit median based timestamp calculation for testnet.
#21562: v79 Increase threshold for bad nodes that won't be considered leaders in consensus in testnet
#21621: Enable consensus garbage collection and new linearizer logic in mainnet
Nodes (Validators and Full nodes)
#21715: Fixes an issue that could cause end-of-epoch crash loops on validators.
JSON-RPC
#21489: dependency change, should not have user-noticeable impact internal minor log change, no impact on users minor internal metrics & logging change, no user impact
CLI
#21462: improved error response when publishing an empty package
#21633: Fixes Move Analyzer issues around macros. Move now supports type annotations on lambdas.
#21649: The sui client ptb
now supports passing MVR name registered packages for package IDs and type tags.
#21693: package management bug fixes