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
algorand/go-algorand#4626 adds match opcode support. The story requests leveraging match in PyTeal + considering if it ought to be exposed to end users.
Consideration needed in these areas:
Consider where usage is applicable. At a minimum, it feels like a good fit is leveraging match for ABI Router method invocation routing.
Consider if/how to leverage + expose pushints and pushbytess.
For end user support, consider introduction of a switch-like statement.
Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered:
Problem
algorand/go-algorand#4626 adds
match
opcode support. The story requests leveragingmatch
in PyTeal + considering if it ought to be exposed to end users.Consideration needed in these areas:
match
for ABI Router method invocation routing.pushints
andpushbytess
.For end user support, consider introduction of a switch-like statement.
Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: