Fergal Walsh
Fergal Walsh
Adding a comment here for extra support for this feature. I raised this issue in Discord and we had a discussion. No agreement reached but I still strongly believe something...
I went with something similar in the end. Since I last commented on this issue we have begun using a new higher level language that compiles to Teal rather than...
> My current thought (a controversial opinion, I'm sure...) is that maybe the algod should only be used for submitting transactions and getting the state deltas for data. I left...
If the node could be optimised for it I think batch requests would be the most pragmatic. It looks like batches for assets and boxes especially would be useful and...
Hi, your issue is because the pico server defaults to running on localhost (127.0.0.1) which is internal to the docker container. You need it to run on `0.0.0.0` to be...
I think there is an inconsistency in the parsing rules for `const` names. The declaration allows 1 character names but the rest of the code expects >1 character in the...
Discussed on Discord but want to mention here for visibility; this is being worked on as part of the current type checks work.
This looks really interesting! I haven't gone through in detail yet but really like the general idea. Thank you :)
**Adding notes from discord:** Thanks! It's not just format though. It compiles into `extract 32 ` which is obv not valid Teal. There should actually be a compile time error...
Yep, this is definitely an area that needs attention. I do want the errors to be very precise and useful but it will take a bit of work to get...