Skip to content

Commit c49568b

Browse files
docs: Update display-v2-migration.mdx (#25769)
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] Indexing Framework:
1 parent fa9eab2 commit c49568b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/content/standards/display-v2-migration.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ keywords: [ Object Display, object, display, display properties, object properti
88

99
Object Display V2 will be available in Sui v1.68. You can check the [release schedule](https://www.sui.io/networkinfo) to learn more about when v1.68 is available on Devnet, Testnet, and Mainnet.
1010

11+
All existing V1 displays will be migrated to V2 in a **system snapshot migration**. You don't need to do anything upfront; after the snapshot, you can claim the capability when you're ready (see [Migration and claiming](#migration-and-claiming)).
12+
1113
:::
1214

1315
## V1 end of life
@@ -47,12 +49,6 @@ In Object Display V1, you could have `N` displays per type and had to use events
4749

4850
## Migration and claiming
4951

50-
:::caution
51-
52-
All existing V1 displays will be migrated to V2 in a **system snapshot migration**. You don't need to do anything upfront; after the snapshot, you can claim the capability when you're ready (see [Migration and claiming](#migration-and-claiming)).
53-
54-
:::
55-
5652
All V1 displays will be migrated to V2 in a system snapshot migration. After that, for each type the single V2 `Display<T>` exists with `cap_id: none` until the capability is claimed.
5753

5854
The capability can be claimed in either of two ways:

0 commit comments

Comments
 (0)