Mate Soos @ Argot

Results 8 comments of Mate Soos @ Argot

Hi, I'm having trouble too. Managed to get a bit further. Some helpful stuff below: The directory that eventually gets created is `$GOPATH/pkg/mod/github.com/dvyukov/[email protected]/`. So that needs to be updated in...

Thanks! I think the difference here would/should be relatively minor. We expect timeouts to be in the range of 30-5mins, so such prefetching would/should make very little difference I think?...

Hi @dzmitry-lahoda is there an update on the way? I'd love to have arm :)

My initial hunch is that some C++ standard library parts are not being linked in. The `delete` and `new`, etc. missing sounds like a build issue related to C vs...

Also, geth recognizes it in opcodes.go: ```go // 0xf0 range - closures. const ( CREATE OpCode = 0xf0 CALL OpCode = 0xf1 CALLCODE OpCode = 0xf2 RETURN OpCode = 0xf3...

Thanks for looking into it! Cheers, Mate

PS: also, congrats on the 0.3.0 release, it looks and works awesome!

That's a good analysis. Returning PASS would be wrong without at least some warning/option flag. In the case that we had, https://github.com/ethereum/hevm/issues/770 it was really annoying, because the "mistake" was...