Skip to content

Conversation

@shiqizng
Copy link
Contributor

Summary

This PR adds e2e tests for axfer, acfg, and afrz inner txns.

# 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
Copy link
Contributor Author

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?

@shiqizng shiqizng linked an issue Sep 24, 2021 that may be closed by this pull request
3 tasks
@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.28%. Comparing base (dbab85f) to head (b598a1a).
Report is 2172 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@algorandskiy algorandskiy changed the title Test/axfer e2e tests for axfer, acfg, and afrz inner txns Sep 24, 2021
@jannotti jannotti merged commit 7991a84 into algorand:master Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

axfer e2e tests

4 participants