Skip to content

devnet-v1.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ebmifa ebmifa released this 16 Oct 17:01
· 4349 commits to main since this release
f839d72

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