-
Notifications
You must be signed in to change notification settings - Fork 20
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
EtherSim exception thrown during based truffle test #6
Comments
@taoeffect I'm not sure why this bug happens, but someone else had the same issue. I've apparently fixed it in the updated version of my branch: https://github.com/tcoulter/EtherSim |
@tcoulter Your repo worked! 👍
Now just to have your changes merged into the official branch. :) |
released 0.2.0 with the latest changes |
Getting the same error in 0.2.0 using the multiply contract (I ported the test code to nodejs but that shouldn't matter). Test code attached. Output below. Possibly using a later version of web3 than you? name: 'ethereum:web3',
|
Copied from: trufflesuite/truffle#54 (comment)
@tcoulter EtherSim from npm still tries to install an outdated
secp256k1
, causing it to fail:The
develop
copy per your instructions has the correct version and therefore installed, but runningtruffle test
caused it to throw an exception:truffle test
got as far as:The text was updated successfully, but these errors were encountered: