Skip to content

solc 0.6.x version#26

Draft
MrChico wants to merge 2 commits into
masterfrom
solc0.6
Draft

solc 0.6.x version#26
MrChico wants to merge 2 commits into
masterfrom
solc0.6

Conversation

@MrChico

@MrChico MrChico commented Mar 25, 2020

Copy link
Copy Markdown
Member

WARNING: merging will break backwards compatibility with solc < 0.6.

@Yorkemartin

Copy link
Copy Markdown

hey there - is this PR functional (apart from breaking backwards compatibility with < 0.6) or still a WIP?

@MrChico

MrChico commented Nov 22, 2020

Copy link
Copy Markdown
Member Author

Yeah, it should be more or less semantically equivalent

* Upgrade dependencies (#29)

* dapp upgrade ds-test

* dapp upgrade ds-auth

* dapp upgrade ds-note

* Remove warnings
Comment thread src/proxy.sol
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity >=0.5.0 <0.6.0;
pragma solidity >=0.6.0;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should set a higher bound, since the contract doesn't compile with solidity 0.8 for example (due to the cast in line 113)

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.

4 participants