-
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
e2e tests for axfer, acfg, and afrz inner txns #2947
Conversation
# rekey $USER to "$APPACCT" | ||
${gcmd} clerk send --from "$USER" --to "$USER" -a 0 --rekey-to "$APPACCT" | ||
# $USER should still have clawback auth. should have been authorized by "$APPACCT" | ||
${gcmd} asset send -f "$SMALL" -t "$USER" -a "1000" --assetid "$ASSETID" --clawback "$USER" && exit 1 |
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.
$USER has been rekeyed to $APPACCT. Is there a way to sign this txn with $APPACCT or a different way to validate that $USER still has clawback auth?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2947 +/- ##
==========================================
- Coverage 47.29% 47.28% -0.01%
==========================================
Files 356 356
Lines 57240 57240
==========================================
- Hits 27071 27067 -4
- Misses 27103 27105 +2
- Partials 3066 3068 +2 ☔ View full report in Codecov by Sentry. |
Summary
This PR adds e2e tests for axfer, acfg, and afrz inner txns.