lorenzb/libsubmarine

Update Compiler Version to 0.5.0

Open

#33 建立於 2018年11月20日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (29 fork)github user discovery
good first issue

倉庫指標

Star
 (234 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南