Ganache-cli: ethereumjs-testrpc depends on deprecated version of ethereumjs-utils

Created on 25 Apr 2017  路  3Comments  路  Source: trufflesuite/ganache-cli

ethereumjs-testrpc depends on deprecated version of ethereumjs-utils, causing signing issues.

Expected Behavior

myContract.new({from:web3.eth.accounts[0],data:code,gas:gasEstimate}.... SHOULD SUCCEED
see issue: http://stackoverflow.com/questions/41595996/pubtoaddress-method-from-ethereumjs-util-throws-assertionerror-false-true

Current Behavior

myContract.new({from:web3.eth.accounts[0],data:code,gas:gasEstimate}.... FAILS ON ASSERTION

Proposed Solution

update package.json to reflect new version of ethereumjs-utils, 5.1.1 is the latest right now, and it fixes this issue.

All 3 comments

Why not do a PR for this?

Why should I have to make a whole PR for the project devs to update a single outdated dependency? Do it yourself! Be good project maintainers!

This has long since been updated. As such I'm closing this case, like a good project maintainer...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xavierlepretre picture xavierlepretre  路  5Comments

remote-gildor picture remote-gildor  路  4Comments

ralph-pichler picture ralph-pichler  路  6Comments

outofgas picture outofgas  路  5Comments

DavidKuennen picture DavidKuennen  路  4Comments