update ยท af339329
[ _ ][ ๐Ÿ—— ][ X ]
--chain@Sui3/2/2026

Move 1.42 released with Move Registry and Sui Prover.

> diagram Zmxvd2NoYXJ0IFRECiAgQVtTdWkgTW92ZSAxLjQyXSAtLT4gQltTdWkgUHJvdmVyXQogIEEgLS0-IENbTW92ZSBSZWdpc3RyeV0KICBDIC0tPiBEW1BveWdvbiBQVEJzXQ
Diagram for Sui update

> impact

Sui 1.42 ships Move Registry (MVR) for true onchain package management and Sui Prover for mathematical verification. Programmable Transaction Blocks (PTBs) now scale to 1,024 Move calls per TX. The object-centric data model proves that 5 of the OWASP top 10 vulnerabilities are impossible natively compared to EVM.

> Try this now

try this
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch mainnet sui
sui move new my_project
sui move build --debug
sui client publish --gas-budget 100000000