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(submit_api): improve transaction submission retries and error handling
- Remove use of contextlib.suppress for ReadTimeout, handle with try/except instead.
- Increase post timeout from 60s to 300s for more robust network handling.
- Refactor retry logic to properly handle "MempoolTxTooSlow" and ReadTimeout cases.
- Improve error tracking and reporting in submit_tx, ensuring exceptions are captured and retried appropriately.
0 commit comments