Skip to content
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

eval: do not disassemble failed app transaction #6170

Merged

Conversation

algorandskiy
Copy link
Contributor

Summary

Disassembling failed app transactions looks too expensive. Disabled for now.

@algorandskiy algorandskiy changed the title do not dissassemble failed txns eval: do not dissassemble failed txns Nov 14, 2024
Copy link
Contributor

@jannotti jannotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems right to me. The disassembly in algod shouldn't be needed any more. I think the ecosystem has moved on to using source maps. A caller could disassemble on their own to find the error context.

If we agree this is permanent, we should remove pcDetails func entirely.

@algorandskiy algorandskiy changed the title eval: do not dissassemble failed txns eval: do not disassemble failed app transaction Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.25%. Comparing base (c837e49) to head (9e3453e).
Report is 1 commits behind head on experimental-tweaks.

Additional details and impacted files
@@                   Coverage Diff                   @@
##           experimental-tweaks    #6170      +/-   ##
=======================================================
- Coverage                56.31%   56.25%   -0.06%     
=======================================================
  Files                      494      494              
  Lines                    69964    69964              
=======================================================
- Hits                     39399    39360      -39     
- Misses                   27893    27919      +26     
- Partials                  2672     2685      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@algorandskiy algorandskiy merged commit 6186582 into algorand:experimental-tweaks Nov 14, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants