Highlights
Sui Protocol Version in this release: 29
#14305:
Make Sui to verify zkLogin legacy address (derived with padded address_seed). Upgrade protocol version to 29
to enable verification with the legacy address.
#14100:
Fix bug in the verify_zklogin_id
function which returns a VerifiedId
as expected, but the object can't be transferred or wrapped because it doesn't have the store
ability. The function now transfers the VerifiedId
to the sender instead. The same fix has been implemented for verify_zklogin_issuer
.
#13817:
Added a verify_zklogin_id
function to the Sui Framework. You can use the function to prove the specific identity used to create a zkLogin address and link the identity to their address. The function returns a verified identity object, which you can use to authenticate smart contracts. Also added a similar function, verify_zklogin_iss
, which reveals only who issued the identity that was used to create a zkLogin address.
Full log: https://github.com/MystenLabs/sui/commits/mainnet-v1.12.2