github MystenLabs/sui devnet-v1.12.0

latest releases: sui_v1.35.0_1726898720_rel_notes, sui_v1.35.0_1726892759_ci, sui_v1.35.0_1726887928_rel_notes...
pre-release11 months ago

Highlights

Sui Protocol Version in this release: 28

#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.

https://github.com/MystenLabs/sui/commits/devnet-v1.12.0

Don't miss a new sui release

NewReleases is sending notifications on new releases.