MetaB0y
MetaB0y
I have a bunch of `parallelReduce`s (6 in a row). The last two are very simple, it is ``` const [needToConfiscate] = parallelReduce([!fullUnlock]) .invariant(true) .while(needToConfiscate) .api_(Api.confiscate, () => { check(this...
I have a very strange problem that is probably somehow related to remote contract calls. I created a minimal example to demonstrate this issue: https://github.com/MetaB0y/reach-remote-problems The crux is the following...
It works the same way as others, I don't see any reason why it was not included previously; I assume it was forgotten? Possible follow-ups: * Maybe it is not...
## Is your feature request related to a problem? Please describe. Having stack output in `runtime` debugger is a simple but incredibly useful feature. The speed of `runtime` allows me...
## Is your feature request related to a problem? Please describe. I am working on an app which features contract-to-contract calls. I have contract `A` and contract `B`. `B` calls...
I am doing `teal = compileTeal(pyteal, mode=Mode.Application, version=MAX_PROGRAM_VERSION)` in my PyTEAL, probably as many other people do. PyTEAL recently updated `MAX_PROGRAM_VERSION` to 7. It makes Alogbuilder runtime fail with errors...
## Is your feature request related to a problem? Please describe. I am working on an app which uses contract-to-contract calls through ABI. Unfortunately, it seems that ABI is not...
Without this change `txn GroupIndex` can inappropriately return `-1` despite all fields of `tx` being the same as all fields of `gtxns[x]`. Apparently, the reason is that either `tx` or...
I have not yet added info about some new features but updated existing stuff to the latest version. I plan to extend it soon. One particular thing I want to...