nibbstack / erc721

The reference implementation of the ERC-721 non-fungible token standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support latest Solidity

fulldecent opened this issue · comments

It has been our unofficial policy to support the latest version of Solidity (at times). Let's continue that with version 0.8.0.

https://github.com/ethereum/solidity/releases/tag/v0.8.0


Work plan:

  • Make branch
  • Update pragmas for the new version
  • Remove SafeMath
  • Check use of super constructors, we may be using this
    • > Super constructors can now be called using the member notation e.g. M.C(123).
  • Ensure CI passes
  • Merge