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
fix: add bootnode retry timer to validator event loop
The validator was not retrying bootnode connections because it used
process_next_event() instead of run() which contains the retry logic.
Added 30s interval timer to retry bootstrap connections.
0 commit comments