zejoeh

Results 5 comments of zejoeh

Hey there, in case it's helpful to you I worked on something similar [here](https://github.com/algorand/pyteal/pull/405), though it's really just a wrapper around graviton. I didn't have time to make it ABI...

Hi @tzaffi, yes this indeed looks already like a step in the same direction I was going. I wrote this decorator based on the code in the current `master` branch,...

Hi @tzaffi, I added a draft pull request on the [PyTeal repository](https://github.com/algorand/pyteal/pull/405). Happy to receive feedback, but still adding improvements as they come up in my own project. I think...

Just chiming in to say this is really important work, there are many scenarios in which you cannot safely multiply two integers on Algorand since e.g. base units are capped...

@PabloLION Since you are in control of decimals, maybe you have a similar situation as I did. I use the following much-less-general solution, but given the amount of work you...