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
Context
PyTeal already includes WideRatio support, but not yet WideMath. The mulw opcode is already supported in PyTeal, but addw and divmodw are not yet.
What are you looking for?
Add addw and divw functionality in PyTeal.
(Optional) Design considerations
This is dependent on the MaybeValue work #139.
Context
PyTeal already includes WideRatio support, but not yet WideMath. The
mulw
opcode is already supported in PyTeal, butaddw
anddivmodw
are not yet.What are you looking for?
Add
addw
anddivw
functionality in PyTeal.(Optional) Design considerations
This is dependent on the MaybeValue work #139.
is this actually the same as #101?
The text was updated successfully, but these errors were encountered: