Skip to content
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

yarn test does not pass cause out of gas by FastExitHandler contract #274

Open
PumpkingWok opened this issue Feb 3, 2020 · 0 comments
Open

Comments

@PumpkingWok
Copy link
Contributor

Scope

  • yarn test did not pass because FastExitHandler runs out of gas.

Description

Hi there, i have encountered this issue while i was working to another issue, #260.

yarn test did not complete properly because another contract out of my scope had gas issue (FastExitHandler).
@johannbarbie told me to edit the truffle-config.js, changing the runs parameter in solc settings, from 200 to 2, after than the tests runned without errors.
I added this edit in the PR (#270 ) that i opened for my issue.

Just to know, for avoiding to edit the truffle config i had to move unpackSignedData function from FastExitHandler to a new contract that i had created and then the tests worked.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant