You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Migrations are subdivided by **[Strategy](#strategies)**.
68
68
> [!WARNING]
69
69
> This section is a **WIP** in progress. Its contents are intended as aspirational. However, links below to CLIs and documentation should ultimately be valid and currently link to informative material.
70
70
71
-
> [!INFO]
71
+
> [!NOTE]
72
72
> Multiple CLI paths are often shared for usability. Owing to the compositional approach this repository uses to CLI development, the logic should assumed be the same at each CLI path unless otherwise noted below or in the CLI documentation itself.
73
73
74
74
### [`node`](./migration/core/node)
@@ -159,11 +159,11 @@ Checks are the criteria for migration correctness. Ultimately, they are intended
159
159
> [!WARNING]
160
160
> This section is a **WIP** in progress. Its contents are intended as aspirational. However, links below to CLIs and documentation should ultimately be valid and currently link to informative material.
161
161
162
-
> [!INFO]
162
+
> [!NOTE]
163
163
> Multiple CLI paths are often shared for usability. Owing to the compositional approach this repository uses to CLI development, the logic should assumed be the same at each CLI path unless otherwise noted below or in the CLI documentation itself.
164
164
165
165
166
-
> [!INFO]
166
+
> [!NOTE]
167
167
> Several checks from [`primata/e2e-criteria`](https://github.com/movementlabsxyz/movement-migration/pull/47) are omitted here as they are still in fairly early development.
168
168
169
169
### `snapshot`
@@ -234,7 +234,7 @@ Checks that both `movement` and `movement-aptos` accounts are equivalent in `bcs
234
234
Checks that both `movement` and `movement-aptos` balances for the native token are equal.
235
235
236
236
### `tracking`
237
-
> [!INFO]
237
+
> [!NOTE]
238
238
> This category is completely suggestive. We haven't implemented anything here yet.
0 commit comments