-
Notifications
You must be signed in to change notification settings - Fork 129
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
prepare test transactions #777
base: 01-17-testing_processor
Are you sure you want to change the base?
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. |
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.
This describes it, but how do you use it?
...ra/pages/en/build/indexer/indexer-sdk/documentation/advanced-tutorials/test-transactions.mdx
Outdated
Show resolved
Hide resolved
3272d23
to
3661226
Compare
dca6bb9
to
fcc42bf
Compare
3661226
to
3614d53
Compare
fcc42bf
to
f1853fe
Compare
3614d53
to
a7aca8f
Compare
f1853fe
to
05159b0
Compare
a7aca8f
to
b77f255
Compare
05159b0
to
3c2f21e
Compare
b77f255
to
e27f3c8
Compare
3c2f21e
to
0e297bb
Compare
e27f3c8
to
f9f765c
Compare
0e297bb
to
1b3497d
Compare
f9f765c
to
a287733
Compare
1b3497d
to
6b7d434
Compare
a287733
to
9992188
Compare
6b7d434
to
3c9a6ad
Compare
6b81d1f
to
7bcec32
Compare
...ra/pages/en/build/indexer/indexer-sdk/documentation/advanced-tutorials/test-transactions.mdx
Outdated
Show resolved
Hide resolved
...ra/pages/en/build/indexer/indexer-sdk/documentation/advanced-tutorials/test-transactions.mdx
Outdated
Show resolved
Hide resolved
7bcec32
to
7b75843
Compare
...ra/pages/en/build/indexer/indexer-sdk/documentation/advanced-tutorials/test-transactions.mdx
Outdated
Show resolved
Hide resolved
00949b3
to
dfafeec
Compare
7b75843
to
aed68d5
Compare
dfafeec
to
67a13f5
Compare
aed68d5
to
4b5653a
Compare
...ra/pages/en/build/indexer/indexer-sdk/documentation/advanced-tutorials/test-transactions.mdx
Outdated
Show resolved
Hide resolved
67a13f5
to
33b946d
Compare
4b5653a
to
98af000
Compare
33b946d
to
a0d892b
Compare
98af000
to
db18fde
Compare
a0d892b
to
c438283
Compare
db18fde
to
8194f2c
Compare
c438283
to
b1c98df
Compare
8194f2c
to
dab56a1
Compare
@@ -0,0 +1,18 @@ | |||
# Aptos Indexer Testing Framework Overview | |||
|
|||
The Aptos Indexer Testing Framework provides two ways to generate test transactions: **by Importing Transactions from Network** and **By writing a Move Scripts**. Both approaches are suited for specific scenarios based on your development and testing requirements, enabling you to test how your system handles various transaction types. |
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 capitalization and grammar in the two options should be consistent. Consider updating to "By Importing Transactions from Network" and "By Writing a Move Script" (note: "Move Scripts" should be singular since it refers to a single script).
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
b1c98df
to
54969a0
Compare
dab56a1
to
c7d06b4
Compare
Description
Checklist
pnpm fmt
?pnpm lint
?