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
Refactor transaction count update logic in EoaExecutorWorker (#47)
- Moved the cached transaction count update logic to ensure it always executes, regardless of the presence of transactions to confirm.
- Added error logging for cases where the latest fetched transaction count is lower than the cached count, indicating potential re-orgs or RPC block lag.
- This change enhances the robustness of transaction management and improves error handling in the EoaExecutorWorker.
0 commit comments