|
|
09734e8028
|
Remove enumerable from ERC721 and add an ERC721Enumerable extension (#2511)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-02-19 13:24:39 -03:00 |
|
|
|
883116e4af
|
Add ERC20 and ERC777 fixed supply presets #2377 (#2399)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2020-12-02 14:51:33 -03:00 |
|
|
|
f06738828b
|
Migrate to Hardhat (#2397)
|
2020-10-28 17:03:05 -03:00 |
|
|
|
ace35fdeda
|
Update all dependencies transitively (#2363)
|
2020-09-16 12:14:53 -03:00 |
|
|
|
d9fa59f30a
|
Address ERC1155 changes (#2267)
* 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>
|
2020-06-09 14:47:51 -03:00 |
|
|
|
715ec806f0
|
ERC721 deploy ready fixes (#2192)
* Add baseURI to ERC721MinterPauser constructor
* Add tokenURI to mint
* Remove tokenId and tokenURI from ERC721 deploy ready
* Rename ERC721MinterPauser to ERC721MinterAutoID, remove Pausable mechanisms
* Restore pausing to ERC721
* Rename deploy ready to presets
* Rename ERC721 preset
|
2020-04-20 20:05:48 -03:00 |
|