JoinColony / solcover

Code coverage for solidity
MIT License
64 stars 8 forks source link

Update testrpc, vm, and re-patch #19

Closed cgewecke closed 7 years ago

cgewecke commented 7 years ago

Cool patch for getting events from a call appears to have stopped working with testrpc 2.2.7. If you run solcover on the default truffle project you can see the methods he invokes by call aren't getting logged. This might be because there was a long period when either vm or testrpc was having trouble with events?

This PR upgrades testrpc to latest and updates the patch (there's been some line drift). Call event capture is restored. Incidentally - this will mean that users have be running node 6.9.1 or greater because those projects have all moved that way.

area commented 7 years ago

Guess this is going to make the decision about #14 easier!