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
As of writing, pyteal does not implement graviton tests confirming ABI Router behavior. The story requests closing the gap by:
Adding facilities in graviton + pyteal to support automated testing.
Implementing at least 1 test that improves our correctness confidence.
Related: algorand/graviton#21 adds ABI routing tests to graviton. It's possible to imagine extending these facilities in pyteal.
Solution
Dependencies
Urgency
compiler_test.py offers baseline confidence because generated TEAL will change if a regression is introduced. So, the issue seems less dire than it may initially appear.
The text was updated successfully, but these errors were encountered:
Problem
As of writing, pyteal does not implement graviton tests confirming ABI Router behavior. The story requests closing the gap by:
Related: algorand/graviton#21 adds ABI routing tests to graviton. It's possible to imagine extending these facilities in pyteal.
Solution
Dependencies
Urgency
compiler_test.py
offers baseline confidence because generated TEAL will change if a regression is introduced. So, the issue seems less dire than it may initially appear.The text was updated successfully, but these errors were encountered: