1. 20 Apr, 2020 9 commits
  2. 17 Apr, 2020 2 commits
  3. 16 Apr, 2020 1 commit
  4. 15 Apr, 2020 6 commits
  5. 14 Apr, 2020 2 commits
  6. 13 Apr, 2020 2 commits
  7. 07 Apr, 2020 1 commit
    • Update Contracts docs to make examples compile (#2170) · 05d1618d
      * Update access-control.adoc to make compile
      
      Add call to `ERC20("MyToken", "TKN")` in `MyToken` constructor
      
      * Update access-control.adoc to make compile
      
      Add call to `ERC20("MyToken", "TKN")` in `MyToken` constructor
      
      * Update access-control.adoc MyToken formatting
      
      * Update erc20-supply.adoc to make compile
      
      Add call to `ERC20("MyToken", "TKN")` in `ERC20FixedSupply` constructor
      
      * Update erc20-supply.adoc to make compile
      
      Add constructor to `ERC20WithMinerReward`
      
      * Update erc20-supply.adoc to make compile
      
      In `MinerRewardMinter` use `ERC20MinterPauser`
      
      * Update erc20-supply.adoc to make compile
      
      Add constructor and override to `ERC20WithAutoMinerReward`
      
      * Update erc777.adoc to make compile
      
      * Update gsn-strategies.adoc to make compile
      
      * Update gsn-strategies.adoc to make compile
      
      Fix imports, add overrides, and revert reason to `MyContract`
      Andrew B Coathup authored
  8. 04 Apr, 2020 1 commit
  9. 03 Apr, 2020 14 commits
  10. 02 Apr, 2020 2 commits
    • Remove unused behavior · 6668a4d0
      Nicolás Venturo authored
    • Add EnumerableMap, refactor ERC721 (#2160) · bd077846
      * Implement AddressSet in terms of a generic Set
      
      * Add Uint256Set
      
      * Add EnumerableMap
      
      * Fix wording on EnumerableSet docs and tests
      
      * Refactor ERC721 using EnumerableSet and EnumerableMap
      
      * Fix tests
      
      * Fix linter error
      
      * Gas optimization for EnumerableMap
      
      * Gas optimization for EnumerableSet
      
      * Remove often not-taken if from Enumerable data structures
      
      * Fix failing test
      
      * Gas optimization for EnumerableMap
      
      * Fix linter errors
      
      * Add comment for clarification
      
      * Improve test naming
      
      * Rename EnumerableMap.add to set
      
      * Add overload for EnumerableMap.get with custom error message
      
      * Improve Enumerable docs
      
      * Rename Uint256Set to UintSet
      
      * Add changelog entry
      Nicolás Venturo authored