-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[EI-519][indexer][testing] Implement scripted transaction generation #14569
Conversation
⏱️ 5h 42m total CI duration on this PR
|
f9ceb25
to
b2224d1
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @larry-aptos and the rest of your teammates on Graphite |
b2224d1
to
ce6cea0
Compare
b963aa0
to
8471fb7
Compare
ce6cea0
to
0a5ba82
Compare
8471fb7
to
741fbe2
Compare
0a5ba82
to
49da7b1
Compare
741fbe2
to
f2f2aa9
Compare
49da7b1
to
7b7b33c
Compare
f2f2aa9
to
10a69c9
Compare
7b7b33c
to
baa199a
Compare
10a69c9
to
85707be
Compare
baa199a
to
4eef98e
Compare
85707be
to
7ee66bd
Compare
4eef98e
to
edc1787
Compare
7ee66bd
to
8cf0704
Compare
edc1787
to
ed6a282
Compare
8cf0704
to
36abb0d
Compare
3dcba7a
to
4b75da4
Compare
36abb0d
to
bb21344
Compare
4b75da4
to
65a6700
Compare
4b956b0
to
f90e515
Compare
looks like config template got removed |
f90e515
to
d104199
Compare
added back with a working command. |
4d8dc0d
to
543b2c9
Compare
5c85c24
to
492f60c
Compare
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.
approving first; will do post-submission review
3e02f49
to
7b3f37c
Compare
let move_folder_path = testing_folder.join(MOVE_SCRIPTS_FOLDER); | ||
// If the move fixtures folder does not exist, skip the script transaction generator. | ||
if !move_folder_path.exists() { | ||
return Ok(()); |
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.
do we need a log here?
b36ec0a
to
058ab73
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Description
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Locally tested.
importing txns with this imported_transactions.yaml
result
Key Areas to Review
Checklist