Skip to content

Commit

Permalink
Announce sui::id is now sui::object in Learn > See what's new (Mysten…
Browse files Browse the repository at this point in the history
…Labs#3464)

* Announce sui::id is now sui::object in Learn > See what's new

* Add VersionedID renamed to Info
  • Loading branch information
Clay-Mysten authored Jul 25, 2022
1 parent 6ad7133 commit 14d9777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For a deep dive into Sui technology, see the [Sui Smart Contracts Platform](http

Find the latest updates to these contents in this section:

* `sui::id` is now `sui::object` and `VersionedID` is now `Info`. Use the [Object module](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/object.move) that has [replaced the former ID.move.](https://github.com/MystenLabs/sui/pull/3241)
* Find a list of [single-writer apps](../learn/single-writer-apps.md) that would benefit from Sui's advantages in handling [simple transactions](../learn/how-sui-works.md#simple-transactions).
* Sui [version 0.6.1](https://github.com/MystenLabs/sui/releases/tag/devnet-0.6.1) released to DevNet. See the [#sui-release-notes](https://discord.com/channels/916379725201563759/974444055259910174) channel in Discord for details on this and prior releases.
* Install the [Sui Wallet Browser Extension](../explore/wallet-browser.md) to create NFTs, transfer coins, and carry out common transactions in a Chrome tab.
Expand Down

0 comments on commit 14d9777

Please sign in to comment.