Results 218 comments of Las

Do you guys know what IRSLOAD_TYPECHECK does? Does it do what it sounds like it's doing, e.g. controlling type checking, thus rendering not having a GUARD on it obsolete? Or...

Yep there's on guard bit when that bit is not set.

None? I seem to remember that nested loops like this don't compile at all. -------- Original Message -------- On 9 nov. 2017 10:32, Luke Gorrie wrote: > Here is a...

> At the moment, such a sequence will take |sequence| slots to fully validate, if we wait for each transaction to be successfully validated before submitting the next one, which...

I don't see the use case for that scenario, though I definitely do want batching.

Non atomic batches can implement atomic batches potentially. Will put down my thoughts later.

Reason to have at least basic batching: Some times a batch of transactions can be profitable even if the individual steps aren't all profitable. Example: UTXO locked with script that...

Can't reproduce, was quite fast for me on PinePhone Pro using `cp`, on #280

If the type of ScriptContext bound it as tightly as possible that would be a good solution, but it would be a very complex type.