-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generating test transactions with move script #775
base: 01-17-importing_test_transactions
Are you sure you want to change the base?
generating test transactions with move script #775
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f346475
to
337099f
Compare
source: | ||
"/indexer/indexer-sdk/documentation/advanced-tutorials/txn-scripts", | ||
destination: | ||
"/en/build/indexer/indexer-sdk/documentation/advanced-tutorials/txn-scripts", |
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.
The redirect paths (txn-scripts
) don't match the actual file name (txn-script
). This mismatch will cause the redirect to fail. The paths in the redirect configuration should be updated to use txn-script
to match the MDX file name.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
|
||
Once the Move files and configuration are set up, run the same command used to import transactions: | ||
- testing-folder is where your Move files are stored. | ||
- output-foler can be set to any folder where you want to store the generated files. |
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.
Fix typo: output-foler
should be output-folder
in the command line argument description. This documentation error could cause copy/paste issues for developers following these steps.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
@@ -0,0 +1,78 @@ | |||
--- | |||
title: "Aptos Transaction Import" |
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.
The title Aptos Transaction Import
is inconsistent with the document's content, which focuses on generating test transactions with Move scripts. Consider updating the title to Generating Test Transactions with Move Scripts
to accurately reflect the material covered in this guide.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
Description
Checklist
pnpm fmt
?pnpm lint
?