-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fix bytecode hash calculation #1414
Conversation
- Add tests to verify consistency of code.code_hash - Prepare database with new tables and triggers for 'inverted-code-hashes’ fix process
…ntracts_new - remove also db triggers and functions
- Allow to pass specific chains to sync - When querying the database, retry if conn error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly some improvement to the testing and clarification regarding the second database service.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good :)
I'm going to create a new PR based on this to fix #1419. Also, let's wait to merge this until we release. |
This PR fixes the bytecode hash calculation, previously inverted.
This PR also:
Caution
Do not merge this PR until the new database is up and running in staging!