You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This development here might be a breaking change? At the moment if we don't detect a coverage network we stub in a development network with high deployment gas. Not sure if this will affect us or not but worth checking when they publish.
The text was updated successfully, but these errors were encountered:
From the Truffle 4.0 Beta release notes re: auto-launch:
For all you Truffle veterans though, there's a catch: You need to remove your development network from your truffle.js config file if you'd like to use this feature. We did this so upgrading to Truffle 4.0 doesn't completely blow away your testing process. You're welcome.
Thanks! So we're safe with the default run because we use development, and we're safe with a coverage network since we use the --network flag. We're also safe on 8555, they'll be auto-launching on 9545.
This development here might be a breaking change? At the moment if we don't detect a coverage network we stub in a development network with high deployment gas. Not sure if this will affect us or not but worth checking when they publish.
The text was updated successfully, but these errors were encountered: