Gernot Salzer

Results 75 comments of Gernot Salzer

Same here, over and over again. Every other day.

And when sending openethereum the signal to stop, it acknowledges it in the log file ("Finishing work, please wait..."), but it won't stop. After killing the process it restarts without...

> Hm, not enough information to deduce anything about problem. How can we provide enough information? Any particular debug flags to activate?

@rakita My setup is identical to TomWang10's in the original posting. See the toml below. _"And saying that the app just stops syncing is very broad sentence."_ There is not...

As a workaround, until the low level exceptions are converted to a docker-timeout-exception, I use ```python import requests try: result = container.wait(timeout=30) except (requests.exceptions.ReadTimeout, requests.exceptions.ConnectionError): # timeout occurred pass ```

Commit 486481dc461005d10e39660496720f8b11c75100 adds a function `set_target_os`. If the target os is different from the current host os, the images for the target os will be pulled, stored in `.solx-targetos`, and...

[gsalzer/openethereum](https://github.com/gsalzer/openethereum) offers a patch to re-introduce the ability to distinguish between create/create2 in the traces.

Consider using [Smartbugs](https://github.com/smartbugs/smartbugs). This frameworks allows to run a bunch of contract analyzers, among them Oyente, and is also able to select the correct compiler version before calling the analyzer....

See https://www.comp.nus.edu.sg/~prateeks/papers/Oyente.pdf