-
Notifications
You must be signed in to change notification settings - Fork 492
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
Fix OnCompletion flag for goal app method
#3228
Fix OnCompletion flag for goal app method
#3228
Conversation
Looks pretty legit. I think it should be good to go once test (and related e2e test) passed. |
Codecov Report
@@ Coverage Diff @@
## master #3228 +/- ##
==========================================
+ Coverage 47.45% 47.46% +0.01%
==========================================
Files 369 369
Lines 59538 59540 +2
==========================================
+ Hits 28251 28259 +8
+ Misses 28005 28001 -4
+ Partials 3282 3280 -2
Continue to review full report at Codecov.
|
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 looks good. If I'm understanding properly, we only supported on-completion for app create before? Why not for normal app calls?
That's certainly a little outside what we're doing with the ABI work right now, but would it be reasonable to add the flag to that as well?
The Maybe there is value in supporting it for |
I see, yeah, that's true, as long as |
Summary
Fix the
--on-completion
flag forgoal app method
, introduced in #3088.Test Plan
Added test to
test/scripts/e2e_subs/e2e-app-abi-add.sh