-
Notifications
You must be signed in to change notification settings - Fork 212
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
Tests: fix tests after istanbul hardfork #1067
Comments
Just realized we can most likely fix this in one go by updating the aragonOS dependency. |
I'm afraid we have a problem with Finance fallback: |
I can confirm that Finance's "can recover ETH using AragonApp#transferToVault" test FAILS with a clean clone, but if the fork is set to "constantinople" in test-helpers/ganachel-cli.sh, it PASSES. |
I see that fallback is already spending way more, so I don't think it's worth it. |
This fallback was not particularly intended to be used with a |
Closing for https://github.com/aragon/aragon-apps/issues/1111—we will investigate and fix issues there. |
It appears quite a few of our contract tests are now failing due to the Istanbul hardfork, most likely due to gas amounts when transferring ETH.
The text was updated successfully, but these errors were encountered: