You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a SuiTransaction for execution we were using inspection vs dryrun. The lower estimate result from inspect would sometimes result in failed transaction.
The fix will be to use dryrun instead.
The text was updated successfully, but these errors were encountered:
FrankC01
changed the title
[bug] Using inspect vs. dry_run does not provide accurate budget - Causing failure in execution
[BREAKING bug] Using inspect vs. dry_run does not provide accurate budget - Causing failure in execution
Aug 3, 2023
When building a SuiTransaction for execution we were using inspection vs dryrun. The lower estimate result from inspect would sometimes result in failed transaction.
The fix will be to use dryrun instead.
The text was updated successfully, but these errors were encountered: