The Sui mainnet has been upgraded to version V1.13.0. The update includes strengthening the verification node protection mechanism.
The Sui mainnet has been upgraded to version V1.13.0, and the Sui protocol has been upgraded to version 30. Other upgrade points are as follows:
1. When running Prover, a warning about Sui's current Move Prover support level will now be printed;
2. Strengthen the verification node protection mechanism to prevent transactions from being accepted when there are long-running transactions waiting to be executed in an object queue, or when there are a large number of transactions waiting in an object queue;
3. For errors using const-in-const, the error message has been changed to point to function gating;
4. Add a configuration item 30 to the protocol configuration that sets supported providers to empty. This is the first step in deprecating the protocol configuration to check for supported providers and use the node configuration instead;
5. Sui now verifies the zkLogin old address (derived using the populated address_seed), upgrading the protocol version to 29 to enable verification of the old address.