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

Update Compiler Version to 0.5.0 #33

Open
relyt29 opened this issue Nov 20, 2018 · 2 comments
Open

Update Compiler Version to 0.5.0 #33

relyt29 opened this issue Nov 20, 2018 · 2 comments
Labels
good first issue Good for newcomers

Comments

@relyt29
Copy link
Collaborator

relyt29 commented Nov 20, 2018

Update the compiler version for the Auction Example to 0.5.0 so we can use abi.decode. Currently not possible until the OpenZeppelin folks update their code to use the newer compiler version. On-hold, but should be an easy change

openzeppelin-solidity/contracts/access/roles/MinterRole.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.5.0+commit.1d4f565a.Linux.g++ - note that nightly builds are considered to be strictly less than the released version
pragma solidity ^0.4.24;
^----------------------^
@relyt29 relyt29 added good first issue Good for newcomers on-hold something is blocking this from being worked on right now labels Nov 20, 2018
@nventuro
Copy link

Hi, @nventuro from OpenZeppelin here! Just a heads up, we've just released the 2.1 release candidate, and plan to release a version supporting Solidity 0.5.x as well over the coming days, so stay tuned!

@lorenzb
Copy link
Owner

lorenzb commented Mar 11, 2019

proveth and openzeppelin are both at 0.5.0, so we should be good to go ahead.

@lorenzb lorenzb removed the on-hold something is blocking this from being worked on right now label Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants