1. 01 Sep, 2020 2 commits
  2. 28 Aug, 2020 1 commit
  3. 25 Aug, 2020 1 commit
  4. 24 Aug, 2020 1 commit
  5. 19 Aug, 2020 1 commit
  6. 18 Aug, 2020 3 commits
  7. 14 Aug, 2020 1 commit
  8. 12 Aug, 2020 1 commit
  9. 11 Aug, 2020 3 commits
  10. 24 Jul, 2020 1 commit
  11. 21 Jul, 2020 2 commits
  12. 14 Jul, 2020 1 commit
  13. 13 Jul, 2020 1 commit
  14. 08 Jul, 2020 1 commit
  15. 01 Jul, 2020 2 commits
  16. 29 Jun, 2020 1 commit
  17. 25 Jun, 2020 1 commit
  18. 23 Jun, 2020 3 commits
  19. 19 Jun, 2020 1 commit
  20. 16 Jun, 2020 2 commits
  21. 12 Jun, 2020 3 commits
  22. 11 Jun, 2020 6 commits
  23. 09 Jun, 2020 1 commit
    • 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