1. 17 Jan, 2019 1 commit
    • Fix warnings (#1606) · b7d60f2f
      * Bump required compiler version to 0.5.2.
      
      * Fix shadowed variable warning in ERC20Migrator.
      
      * Rename Counter to Counters.
      
      * Add dummy state variable to SafeERC20Helper.
      
      * Update changelog entry.
      
      * Fix CountersImpl name.
      
      * Improve changelog entry.
      Nicolás Venturo authored
  2. 14 Jan, 2019 4 commits
  3. 11 Jan, 2019 1 commit
  4. 04 Jan, 2019 11 commits
  5. 28 Dec, 2018 1 commit
  6. 27 Dec, 2018 5 commits
  7. 22 Dec, 2018 2 commits
  8. 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
  9. 19 Dec, 2018 1 commit
  10. 18 Dec, 2018 5 commits
  11. 14 Dec, 2018 1 commit
    • Added PausableCrowdsale contract (#832) · 8056433c
      * Added PausableCrowdsale contract
      
      * Changed inheritance order to prevent "Linearization of inheritance graph impossible" error
      
      * Updated mock PausableCrowdsaleImpl to new constructor syntax
      
      * Broke function definition to multiple lines
      
      Comply with new max line length
      
      * Rename events to past-tense in PausableCrowdsale test
      
      * Removed should.be.fullfilled from PausableCrowdsale tests
      
      * Change import assertRevert to require in PausableCrowdsale tests
      
      * Remove dependency on chai-as-promised and added BigNumber support in PausableCrowdsale tests
      
      * reindent solidity with 4 spaces
      
      * add missing view modifier in _preValidatePurchase
      
      * convert assertRevert to new shoulFail helper
      
      * add new setup helper
      
      * use expectEvent
      
      * convert to assert to chai should style
      
      * add description to beforeEach blocks
      
      * extract common step to beforeEach
      
      * improve documentation
      
      * revert inheritance error
      
      * move PausableCrowdsale into crowdsale/validation
      
      * make documentation more specific
      
      * put whitespace in line with convention
      
      * improve test suite account names
      
      * undo beforeEach descriptions
      
      * simplify tests
      
      * fix transaction senders to be the anyone account
      
      * make transaction senders more explicit
      
      * remove mocha only
      Tal Ater authored
  12. 12 Dec, 2018 4 commits
  13. 11 Dec, 2018 3 commits