You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2024. It is now read-only.
By the way, taiko-client create client using backoff reconnection strategy, this definitely make the program more robust.
However, the implement lacks necessary logging when encountered network failed or execution server side err. The direct consequence of this, when configuration like endpoints are wrong or network error, the program will get stuck without any output, especially when users start the program, there is no error feedback.
Specifically, I suggested add a warning log when ethclient.DialContext(ctx, url)failed.
Taiko-client failed to start, the error message is belowing.
After I searched for a while, I found that this error is caused by autogenerated code, which interacts with l1 contract.
The text was updated successfully, but these errors were encountered: