Patrick Bennett

Results 40 comments of Patrick Bennett
trafficstars

Somewhat related, but this goes for a number of issues. Errors with no line number information and stack traces with confusing exceptions. ie: I had a block that was missing...

Speaking of 'switch' - it's not documented in https://tealish.readthedocs.io/en/latest/language.html at all. It's only shown in examples.

An explicit address type also makes it nicer for code legibility when we can do things like: addr dest_account = Txn.ApplicationArgs[1] as opposed to using bytes for everything. It would...

I think a generic global is fine (and preferred for me as well). > don't think that anyone intends to use these values in such a careful way that this...

The 'fee sink' address is another one I'd like to see as an opcode.

In fact, it appears that passing the X-Algo-API-Token even with a blank token is considered invalid.

This will be nice to have. Given that there are some APIs where the 'limit' isn't really known and is set by the node operator, do we define a maximum...

Having ability to specify a 'list' of boxes to fetch would be nice as well - a 'batch' fetch call basically.

Only additional comment is that it should be like the other paged apis. response would include next-token, and instead of 'after', it should be 'next'. This would be inline w/...

> This is a very nice idea and I completely agree on requirement! Wouldn't it be nicer if we just add filter paths to existing endpoints and not add a...