Skip to content
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

Truffle test to begin auto-launching an in-memory testrpc. #90

Closed
cgewecke opened this issue Aug 14, 2017 · 2 comments
Closed

Truffle test to begin auto-launching an in-memory testrpc. #90

cgewecke opened this issue Aug 14, 2017 · 2 comments

Comments

@cgewecke
Copy link
Member

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.

@area
Copy link
Contributor

area commented Aug 15, 2017

I don't think this should affect us, but yeah, good spot and worth keeping in mind until we can confirm one way or the other.

@cgewecke
Copy link
Member Author

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.

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants