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.
Cool patch for getting events from a
call
appears to have stopped working withtestrpc 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.