-
Notifications
You must be signed in to change notification settings - Fork 68
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
Solidity 0.7 support #111
base: master
Are you sure you want to change the base?
Solidity 0.7 support #111
Conversation
…ot work with Truffle 5.1.56
Upgraded to Solidity 0.7.5. Weird, I remember it didn't work with versions above 0.7.1 previously, but now it seems to work... |
This may be useful if somebody wants to create a successor to the conditional tokens, but afaik, unless there's a serious flaw with the code using 0.5.x as is, I don't see a redeployment of the contracts happening, so this will probably not get a release immediately. Maybe there should be a |
By the way, while upgrading to 0.7 I fixed several bug that were present in the 0.5.x code! Need to backport them.
Definitely, should be a development branch. |
Oh, so this isn't a straight port? I think in the future, it would be nice to get that in two PRs, but since you're here, mind elaborating on what was fixed? |
I don't remember all the details, but some function had return values that were never assigned. |
Switched to solidity 0.7.1.
The following dependency packages are also modified:
The package
conditional-tokens-contracts
seems working, however some dependency packages fail tests.