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

Remove root level blockchain dependencies #1597

Merged
merged 9 commits into from
Sep 4, 2019

Conversation

rupurt
Copy link
Contributor

@rupurt rupurt commented Sep 3, 2019

[#167720863]

@rupurt rupurt force-pushed the chore/remove-root-level-blockchain-dependencies branch 4 times, most recently from 814853e to 9c83fa5 Compare September 4, 2019 00:27
* We now run a locally defined script rather than
* directly running the truffle binary. This causes yarn
* to resolve to the locally defined version of truffle
* within integration/package.json rather than
* resolving it via root node_modules lookup,
* which would resolve to the wrong truffle version
* and would be running it with a cwd of the project
* root rather than the package root. This caused
* truffle to ignore our locally declared truffle.js config
* file, leading to solc version fallback to 0.2.25, when
* we wanted 0.2.24
@rupurt rupurt force-pushed the chore/remove-root-level-blockchain-dependencies branch from 9c83fa5 to 57a882e Compare September 4, 2019 01:58
@rupurt rupurt marked this pull request as ready for review September 4, 2019 21:43
@typescribe typescribe self-requested a review September 4, 2019 21:44
@rupurt rupurt merged commit 8cbabea into develop Sep 4, 2019
@rupurt rupurt deleted the chore/remove-root-level-blockchain-dependencies branch September 4, 2019 21:53
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

Successfully merging this pull request may close these issues.

2 participants