Getting the transaction receipt can fail. If it fails, an error message is logged and the execution continues. If it doesn't failed, the transaction result is compare to rpc, as usual.
To do this, I moved all the compare logic to a new function compare_execution and only calls it if the receipt can be retreived.
Getting the transaction receipt can fail. If it fails, an error message is logged and the execution continues. If it doesn't failed, the transaction result is compare to rpc, as usual.
To do this, I moved all the compare logic to a new function
compare_execution
and only calls it if the receipt can be retreived.Depends on #77