Hang Su

Results 17 comments of Hang Su

A first attempt by Zeph here: https://github.com/algorand/pyteal/pull/650, we are making src-mapper more performant

@jasonpaulos With the introduction of frame pointer, we can probably get started with it, and gradually remove the internal use of scratch slots in current ABI implementation. What do you...

I believe this is almost done in functionality, but we might need a set of public interface for allocating such `Var` object, and potential implication is https://github.com/algorand/pyteal/issues/560

One question: when I reviewed all the previous tickets, I think the reason for introducing this ticket is for reducing scratch slot usage in subroutine pre version 8. After introduction...

I am still opinionated on this one tho, after some more thoughts. Maybe I am wrong. This `encode` method applies to all `ComputedType`, so it also applies to `ReturnedType` which...

Hi, thanks for updating examples, and there are a few things to notice before you would like to merge in: 1. Please consider using formatter to format your code, CI...