Skip to content

Switch from solcjs to solc.js in external tests #12582

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

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

cameel
Copy link
Member

@cameel cameel commented Jan 25, 2022

This PR fixes the breakage we got in external tests after ethereum/solc-js#587 got merged yesterday. For example Colony tests are failing because the script is now called solc.js rather than solcjs.

There's ethereum/solc-js#590 which adds back a symlink for backwards compatibility but the link is not likely to stay there long-term so we should just switch to the new name.

Note that after ethereum/solc-js#566, which is likely to get merged very soon, the script to run will change again (to dist/solc.js) so another fix will be necessary (and probably an extra command to run TypeScript compilation first).

@cameel cameel self-assigned this Jan 25, 2022
@cameel cameel requested a review from axic January 25, 2022 12:44
@cameel cameel merged commit 2725788 into develop Jan 25, 2022
@cameel cameel deleted the use-solcjs-binary-properly branch January 25, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants