1. 24 Aug, 2020 2 commits
  2. 19 Aug, 2020 1 commit
  3. 18 Aug, 2020 3 commits
  4. 14 Aug, 2020 1 commit
  5. 12 Aug, 2020 2 commits
  6. 11 Aug, 2020 3 commits
  7. 29 Jul, 2020 1 commit
    • Migrate contracts to Solidity 0.7 (#2319) · 04fc3570
      * Update contract pragmas to solidity 0.7
      
      * Remove internal declaration on constructors
      
      * Reference SafeMath explicitely
      
      * Remove public constructor declaration from abstract contracts
      
      * Remove public constructor declaration from non-abstract contracts
      Elena Gesheva authored
  8. 24 Jul, 2020 1 commit
  9. 21 Jul, 2020 2 commits
  10. 14 Jul, 2020 1 commit
  11. 13 Jul, 2020 1 commit
  12. 08 Jul, 2020 1 commit
  13. 01 Jul, 2020 2 commits
  14. 29 Jun, 2020 1 commit
  15. 25 Jun, 2020 1 commit
  16. 23 Jun, 2020 3 commits
  17. 19 Jun, 2020 1 commit
  18. 16 Jun, 2020 2 commits
  19. 12 Jun, 2020 3 commits
  20. 11 Jun, 2020 6 commits
  21. 09 Jun, 2020 2 commits
    • Address ERC1155 changes (#2267) · d9fa59f3
      * Make holder fns public
      
      * Add context, remove msg.sender from check
      
      * Fix location of Holder arguments
      
      * Add beforeTransfer hook
      
      * Minor test improvements
      
      * Add ERC1155Burnable and tests
      
      * Add ERC1155Pausable
      
      * Add ERC1155PresetMinterPauser.sol
      
      * Add uri constructors
      
      * Improved revert reasons
      
      * Initial docs improvements
      
      * Add missing docs
      
      * Improve acceptance checks revert reasons
      
      * Apply suggestions from code review
      
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      
      * Remove note about 1155 preset uri in mint
      
      * Add rquirements to balanceOfBatch
      
      * Add note about URI and uri
      
      * Fix list in docs
      
      * Fix lint errors
      
      * Use natural sorting for API titles
      
      * Fix doc references
      
      * Escape {id} references to remove docgen warnings
      
      * Added intro docs, fixed links
      
      * Apply suggestions from code review
      
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      
      * Add changelog entry
      
      Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
      Nicolás Venturo authored