-
Notifications
You must be signed in to change notification settings - Fork 683
Gas Estimation: tests dont work with [email protected] and later #440
Comments
Hey there @shanefontaine! Thanks for opening this issue! I just released a new beta with a gas estimation fix a few minutes ago! I haven't even published the release notes yet! Do you mind trying it out and letting me know if it fix the issue for you? To update to the beta run: |
Great timing. This beta version works perfectly. I'll go ahead and close this issue. |
@davidmurdoch is there going to be any note or warning on 6.4.2-6.4.4 that says that there may have been a breaking change in these versions? Or will this fix be included in a major semantic change soon? I am wondering if there are any other people that have run into this issue and have not read the one line in the Changelog. |
This wasn't a breaking change (at least not in the semver definition of "breaking"). This was a regression/bug. The next patch release will fix this bug. |
That makes sense. Thank you. |
Running any version of ganache-cli >=6.4.2 (Gas Exactimation) breaks tests on this repository. In reviewing the [email protected] changelog, I read to submit an issue here if an OOG error is experienced.
Expected Behavior
By following the "Test" section of the README, I expect all tests to run successfully (with
npm run test
). This is what happens prior to [email protected].To run
ganache-cli
, I am not using the npm script, but rather usingganache-cli -p 8545 -m "asset member awake bring mosquito lab sustain muscle elephant equip someone obvious" -a 100
Current Behavior
error=Error: Returned error: VM Exception while processing transaction: out of gas
ganache-cli
versions 6.4.2, 6.4.3, and 6.4.4 produce the above error when runningnpm run test
.Steps to Reproduce (for bugs)
Context
This was discovered when running tests on this repository.
Your Environment
The text was updated successfully, but these errors were encountered: