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
* Update health timestamps in EoaExecutorWorker and ResetNoncesTransaction
- Added logic to update health timestamps for nonce movement and confirmations in both the EoaExecutorWorker and ResetNoncesTransaction implementations.
- Ensured health data reflects the latest nonce movement even when confirmations are ahead of the latest state.
* Implement transaction hash pending error handling in EIP-7702 executor
- Added a new error variant for pending transaction hashes to improve clarity in error reporting.
- Updated the error handling logic to return the new error when a transaction hash is not yet available, enhancing the overall robustness of the confirmation process.
- Adjusted webhook queuing logic to account for the new pending state, ensuring efficient handling of transaction confirmations.
0 commit comments