John Jannotti
John Jannotti
Also, any suggestion for a good name for the two different opcodes? (though this issue is only about one, it'd be nice to think about the future for naming). To...
> Invalid points would have led to false before too, right? I sure hope so! I am a little worried about this fix, because it assume nothing used to panic....
Just adding a note that we will probably have to do some explicit work to handle the Fees and SIgnatures, as the BlockEvaluator assumes they have already been checked.
The "kind of deleted" phase is what I expected applications that care about their money to do. It's exactly what they have to do to recover MBR for opted-in assets...
That's very good point about a human account being unable to deal with the problem "later". That needs some thinking. There's _almost_ a workaround. You could write a new app,...
A reasonable start: https://github.com/algorand/go-algorand/pull/4319
It seems like http probes in kubernetes are standardized enough that it would be nice to directly support them. https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes On Thu, Jul 28, 2022, 4:44 PM Patrick Bennett ***@***.***>...
We could potentially store the column number of the start of a statement, and put that in the error. That would potentially be useful for IDEs that show you where...
Right, the whitespace removal tracking is the bookkeeping I was thinking of. And yes, I think we just have to accept that the tests are going to have to change....
There is no block seed to return in dev mode, but I think we might reasonably just return the txnhash from the same block instead. On Wed, Aug 17, 2022,...