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
Reduce nack durations in EIP-7702 executor and EOA worker error handling (#44)
- Updated the nack durations for various error handling scenarios in the EIP-7702 executor's confirm module, decreasing wait times from 10 seconds to 2 seconds and from 2 seconds to 1 second.
- Adjusted the nack duration in the EOA worker for work remaining errors from 2 seconds to 200 milliseconds.
These changes aim to improve responsiveness in error handling and reduce overall latency in transaction processing.
0 commit comments