-
Notifications
You must be signed in to change notification settings - Fork 391
refactor: move createTask simulation before s3 upload
#1567
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
refactor: move createTask simulation before s3 upload
#1567
Conversation
uri-99
left a comment
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.
code looks good, need to test
avilagaston9
left a comment
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.
Works in my machine!
JulianVentura
left a comment
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.
Code looks fine and worked as expected locally
Co-authored-by: Uriel Mihura <[email protected]>
Co-authored-by: Uriel Mihura <[email protected]>
Co-authored-by: Uriel Mihura <[email protected]>
Description
Moves the
createNewTasksimulation to run before uploading the batch toS3.Testing
Run a local
devnetand make it revert by:batchMerkleRootBatcherPaymentServicecontract to trigger a revertYou should see that the batch isn't uploaded to
s3when the simulation fails.Type of change
Checklist