-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update dependencies #490
Update dependencies #490
Conversation
- rename gnosis to safe_eth - update network name of base
use connection instead of engine
log.info("Running prod query for first connection (in get_solver_rewards)") | ||
results.append( | ||
self.exec_query(query=batch_reward_query_prod, engine=self.connections[0]) | ||
) | ||
for engine in self.connections[1:]: | ||
# query for barn database |
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.
This technically changes the behavior but the list never had length more than 2
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.
Makes sense overall but i admit i haven't run any tests. Still, this is somewhat pressing for tomorrow's payouts so if you have tested it yourself, then i am fine merging
Merging so that we test with tomorrow's payouts. |
This PR aims to update dependencies and closes #489.
Main changes:
bytes
which required updating the corresponding test, and some input changed trom a string to a checksumed string.with
block was required to close the connection. Alternatively, one could have explicitly called a commit function.I will probably bound from below some of the packages we use. I also want to understand why web3 is still held back to 6.X instead of the latest stable version 7.X.
I have tested the changes with the main payout in the accounting week 2024-12-31 to 2025-01-07. I tested that the base code does not crash at the point where it did before. Actually posting a transaction has not been done.