This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 158
[sdks] Add orderless docs for TypeScript #994
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for orderless transactions in the TypeScript SDK and updates the navigation metadata to include these new pages.
- Added a new MDX page detailing orderless transactions with code examples.
- Updated meta files for both building-transactions and guides to include orderless transactions.
- Modified the transactions overview list to incorporate orderless signature details.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/nextra/pages/en/build/sdks/ts-sdk/building-transactions/orderless-transactions.mdx | New documentation page with examples for orderless transactions. |
| apps/nextra/pages/en/build/sdks/ts-sdk/building-transactions/_meta.tsx | Added orderless transactions entry in the navigation meta. |
| apps/nextra/pages/en/build/sdks/ts-sdk/building-transactions.mdx | Updated the transaction features list to include orderless signatures. |
| apps/nextra/pages/en/build/guides/orderless-transactions.mdx | New guide document explaining orderless transactions. |
| apps/nextra/pages/en/build/guides/_meta.tsx | Added orderless transactions to the guides navigation meta. |
Comments suppressed due to low confidence (2)
apps/nextra/pages/en/build/sdks/ts-sdk/building-transactions.mdx:208
- [nitpick] The ordered list numbering skips from 5 to 7. Consider adjusting the numbering for clarity or add a comment if the sequence is intentional.
7. [Composing multiple Move calls with ScriptComposer](building-transactions/script-composer.mdx) - (Experimental) Building more complex transaction payload that calls into multiple Move functions dynamically.
apps/nextra/pages/en/build/guides/orderless-transactions.mdx:8
- The sentence starting with 'Replay is protected in' appears incomplete. Please clarify or complete the sentence to enhance documentation clarity.
outcome of the transaction or matter to the creator. Replay is protected in
0xmaayan
approved these changes
Jun 20, 2025
| 3. [Batch Submit Transactions](building-transactions/batching-transactions.mdx) - How to send multiple transactions quickly from a single account. | ||
| 4. [Binary Canonical Serialization (BCS)](building-transactions/bcs-format.mdx) - The format used to serialize data for Aptos transactions. | ||
| 5. [Composing multiple Move calls with ScriptComposer](building-transactions/script-composer.mdx) - (Experimental) Building more complex transaction payload that calls into multiple Move functions dynamically. | ||
| 2. [Orderless Signatures](building-transactions/orderless-transactions.mdx) - Allowing for transactions to be executed out of order for easier management. |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Orderless Transaction?
vusirikala
reviewed
Jun 20, 2025
vusirikala
reviewed
Jun 20, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Checklist
pnpm fmt?pnpm lint?