|
|
70e616db7c
|
Optimized ERC721 transfers. (#1539)
* Added _transferToken.
* _transferFrom is now usable by derived contracts, abstracted away enumerable behavior.
* Removed unnecesary check from _clearApprovals
|
2018-12-11 12:51:26 -03:00 |
|
|
|
5caecf548c
|
getter added for an array of tokens held by an owner (#1522)
* signing prefix added
* Minor improvement
* Tests changed
* Successfully tested
* Minor improvements
* Minor improvements
* Revert "Dangling commas are now required. (#1359)"
This reverts commit a6889776f4.
* updates
* fixes #1404
* approve failing test
* suggested changes done
* ISafeERC20 removed
* conflict fixes
* fixes #1512
* Update test/token/ERC721/ERC721Full.test.js
Co-Authored-By: Aniket-Engg <30843294+Aniket-Engg@users.noreply.github.com>
|
2018-12-05 17:45:27 -03:00 |
|
|
|
5471fc808a
|
Updated code style to 4 space indentation and 120 characters per line. (#1508)
* Updated code style to 4 spaces and 120 max characters per line.
* Update contracts/token/ERC721/ERC721Pausable.sol
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
* Update contracts/token/ERC721/IERC721.sol
Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
|
2018-11-22 16:53:30 -03:00 |
|
|
|
18552a8d5f
|
Fix/add comment erc721 burnable #1464 (#1469)
* fix Add a comment to ERC721Enumerable #1465
* fix Add comments to ERC721Burnable #1464
|
2018-11-01 15:15:04 -03:00 |
|
|
|
8204f6a71f
|
Improved some ERC721 internal shenanigans (#1450)
* Made _clearApproval private, added clarifying comments in _addTokenTo and _removeTokenFrom.
* Added approval information.
|
2018-10-18 19:07:34 -03:00 |
|
|
|
9b37104655
|
Turn off blank-lines Solium rule (#1284)
* turn off blank-lines rule
* remove triple newlines
|
2018-09-19 19:59:13 -03:00 |
|
|
|
4b33eaefa2
|
Improved ERC721 granularity (#1304)
* Split enumerable and metadata implementations.
* Renamed ERC721Basic to ERC721, and ERC721 to ERC721Full.
* Fixed linter errors.
|
2018-09-07 14:04:42 -03:00 |
|