Igor Żuk

Results 110 comments of Igor Żuk

> Have you tried add(32, add(shl(5, idx), array)), and if yes, was it better/worst? I just did, the results are marginally worse, around 2.5% for an entire sort of 100...

@frangio Thank you for benchmarking it! What are the exact results? Auditability is a good reason to choose quicksort. OTOH heapsort has a better worst case complexity of `O(N log...

It's the same with the output fields, they get rounded. E.g. the `Result` field in `Interact with Contract`. It's probably another symptom of the same problem, so I'm not creating...

Yeah, both ETH and MyUnit look absolutely useless, I've included them here only for completeness sake.

Thanks for the `3.3.7` release! It solves some issues but solhint still breaks on `using ... for ... global;`. This can be fixed by upgrading @solidity-parser/parser from `0.14.1` to `0.14.2-beta.1`....

Probably should enforce on closure passed to `mock_safe` to have output `'static`

I can't find solution for this problem. I've wasted a lot of time and failed miserably. It boils down to casting functions, which both base (mocked function) and mock ultimately...

So the problem can't be solved in elastic, per-function way, but can it be solved with some general, stiff rules? Yes and no. What we need is to force mock...

I'm very sorry, but since a few days and for a few more I will not be able to work on Mocktopus. I will gladly come back to coding, reviewing...

This is matter of taste, but **personally** I'm not a fan of verbose API, you've proposed in the first comment. I've been using similar tools in Java and C# and...