Commit 5f8cefd
authored
Enhance error handling in EIP-7702 executor for transaction hash retrieval (#42)
- Updated error handling logic to differentiate between error responses and other errors when fetching transaction hashes from the bundler.
- Improved the failure response mechanism by implementing specific handling for error responses, allowing for more granular control over job failures and retries.
These changes enhance the robustness of the EIP-7702 executor's error management during transaction hash retrieval.1 parent 3a2b65c commit 5f8cefd
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
207 | | - | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
209 | 219 | | |
210 | | - | |
211 | | - | |
| 220 | + | |
212 | 221 | | |
213 | 222 | | |
214 | 223 | | |
| |||
0 commit comments