1. 21 Jan, 2019 2 commits
    • Remove unnecessary SafeMath call (#1610) · 07603d58
      * Refactor Counter to support increment and decrement.
      
      * Move Counter out of drafts.
      
      * Refactor ERC721 to use Counter.
      
      * Rollback Counter returning the current value in increment and decrement.
      
      * Update test/drafts/Counter.test.js
      
      Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
      
      * Improve Counter documentation.
      
      * Move Counter.test to utils.
      
      * Move back Counter to drafts.
      Nicolás Venturo authored
    • ERC20._approve (#1609) · 3a5da758
      * Add ERC20._approve.
      
      * Add ERC20._approve tests.
      
      * Fix linter error.
      
      * Require owner in _approve to be non-zero.
      Nicolás Venturo authored
  2. 18 Jan, 2019 3 commits
  3. 17 Jan, 2019 5 commits
  4. 14 Jan, 2019 4 commits
  5. 11 Jan, 2019 1 commit
  6. 04 Jan, 2019 11 commits
  7. 28 Dec, 2018 1 commit
  8. 27 Dec, 2018 5 commits
  9. 22 Dec, 2018 2 commits
  10. 20 Dec, 2018 1 commit
    • Release v2.1.0 solc 0.5.x (#1568) · be5ed736
      * Now compiling in a separate directory using truffle 5.
      
      * Ported to 0.5.1, now compiling using 0.5.1.
      
      * test now also compiles using the truffle 5 hack.
      
      * Downgraded to 0.5.0.
      
      * Sorted scripts.
      
      * Cleaned up the compile script a bit.
      Nicolás Venturo authored
  11. 19 Dec, 2018 1 commit
  12. 18 Dec, 2018 4 commits