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
TEAL v4 now allows looping, function calls, and has some additional opcodes. We need to make sure the debugger is able to understand these new changes.
Scope/Requirements
Test that the debugger can handle the new feature from TEAL 4. I suspect the following may require debugger changes:
Changes to foreign app/asset/account indexing
Function calls & backward branches
If any changes are required, make them.
Urgency/Relative Priority
Required to ensure TEAL 4 programs can be debugged properly.
The text was updated successfully, but these errors were encountered:
Summary
TEAL v4 now allows looping, function calls, and has some additional opcodes. We need to make sure the debugger is able to understand these new changes.
Scope/Requirements
Test that the debugger can handle the new feature from TEAL 4. I suspect the following may require debugger changes:
If any changes are required, make them.
Urgency/Relative Priority
Required to ensure TEAL 4 programs can be debugged properly.
The text was updated successfully, but these errors were encountered: