Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Solidity 0.5.0 #1436

Closed
axic opened this issue Nov 15, 2018 · 2 comments
Closed

Solidity 0.5.0 #1436

axic opened this issue Nov 15, 2018 · 2 comments

Comments

@axic
Copy link
Contributor

axic commented Nov 15, 2018

The new Solidity release has a small breaking change on the solc-js interface. The compileStandard and compileStandardWrapper methods were replaced with compile, but their interface is unchanged - it still expects a "standard compiler json" as a string and returns the result json as a string.

Using an old solc-js will not work with the new release, however using the new solc-js should be fully backwards compatible with old releases.

The new Solidity release has a lot of breaking changes, so I do not expect it to be deployed for Truffle 4.x. For Truffle 5.x also #1426 needs to be fixed.

@gnidan
Copy link
Contributor

gnidan commented Nov 17, 2018

Merged the upgrade and released on truffle@5.0.0-next.17

@axic
Copy link
Contributor Author

axic commented Nov 21, 2018

Closing this as it has been released.

@axic axic closed this as completed Nov 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants