-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add error handling for every external call #45
Comments
24 tasks
It will be useful to enumerate the specific behaviors to catch. So that this issue has a clearer definition of done (DoD). cc @trizin |
Essentially, we need to integrate an error-handling mechanism wherever we make external calls. Depending on the nature of the error encountered:
|
OK! This is better. And I guess the DoD is:
|
trentmc
changed the title
Add Error Handling
Add error handling for every external call
Aug 28, 2023
Another common error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Handle unexpected errors such as:
web3.exceptions.BlockNotFound
So agents do not exit on random errors and keep running.
DoD:
The text was updated successfully, but these errors were encountered: