lorenzb/libsubmarine

Update Compiler Version to 0.5.0

Open

#33 opened on Nov 20, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (29 forks)github user discovery
good first issue

Repository metrics

Stars
 (234 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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;
^----------------------^

Contributor guide