Commit 0311adc
authored
Pb/silence more webhooks (#71)
* 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.1 parent 436b1f4 commit 0311adc
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
229 | 232 | | |
230 | 233 | | |
231 | 234 | | |
232 | | - | |
233 | | - | |
| 235 | + | |
| 236 | + | |
234 | 237 | | |
235 | 238 | | |
236 | 239 | | |
| |||
332 | 335 | | |
333 | 336 | | |
334 | 337 | | |
335 | | - | |
| 338 | + | |
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
339 | 342 | | |
| 343 | + | |
340 | 344 | | |
341 | 345 | | |
342 | 346 | | |
| |||
0 commit comments