-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve error handling and notification #49
Comments
@felixwatts could you have a think about where better logging or error reporting might help with understanding the recent verification issues? |
Test honeybadger error logging |
@felixwatts any thoughts on improving this? |
As far as I can tell, what happened was
We could have avoided this by specifically having unit tests that pass becuase the app can handle the old form of Ethereum address. These would have broken with the library upgrade and alerted me to migrate the production data. So in general, when deprecating support for a data format that exists in the database we should create a unit test that passes because the old data format is still supported. |
Please suggest if any code changes should be made to close this now? Either way, be good to add something to a checklist. |
I don't think any code changes are necessary. I could add my recommendation above to documentation if we have a good place for that? Like a doc about development best practices? |
After a recent deploy there was a problem with verification on production. This was due to stricter validation of the addresses.
The text was updated successfully, but these errors were encountered: