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

updated truffle to v5 and solidity to 0.5.3 #11

Merged
merged 6 commits into from
Jun 4, 2019
Merged

Conversation

kwedrowicz
Copy link
Collaborator

This PR contains upgrading truffle framework to v5 version and solidity language itself up to 0.5.3. Although no business changes were introduced to Gardener itself, many changes were needed to in order to make it worked with new major versions of language and framework. There is still not resolved problem with solidity coverage, which seems to not support solidity >= 0.5.0. Some more info on that problem here

@kwedrowicz
Copy link
Collaborator Author

Fixes #9

@kwedrowicz
Copy link
Collaborator Author

kwedrowicz commented Jan 25, 2019

I found the workaround how to force solidity-coverage to work with solidity >= 0.5 (did it the same way like OpenZeppelin). The drawback is that I was pushed to downgrade solidity from 0.5.3 to 0.5.0.

tcichowicz
tcichowicz previously approved these changes Feb 6, 2019
package.json Show resolved Hide resolved
contracts/Oracle.sol Outdated Show resolved Hide resolved
contracts/Migrations.sol Show resolved Hide resolved
@kwedrowicz kwedrowicz requested a review from kss-espeo June 4, 2019 11:52
@kwedrowicz kwedrowicz merged commit f6ed61d into master Jun 4, 2019
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.

None yet

2 participants