ethereum / retesteth

testeth via RPC. Test run, generation by t8ntool protocol
http://retesteth.ethdevops.io/
GNU General Public License v3.0
113 stars 75 forks source link

transition tool support, new eip2537 folder, starter scripts, docker #102

Closed winsvega closed 4 years ago

winsvega commented 4 years ago

Now in .retesteth client options there can be defined starter/stopper scripts. If defined, retesteth can execute the instance of a client automatically if it installed in the system. No need to manually start the besu nodes before running retesteth.

If scripts are not defined retesteth still connects to local or remore hosts specified in configs.

Retesteth will restart the tests nodes once in a while to flush up the memory errors in client istances.

better emergency exit handling