Commit Graph

521 Commits (e192fac2769386b7d4b61a3541073ab47bb7723a)

Author SHA1 Message Date
Nicolás Venturo ae919629cd Revert Solidity version bump. (#1729) 6 years ago
Nicolás Venturo 67bca857ee Revert Solidity version bump. (#1729) 6 years ago
Nicolás Venturo 2f8e844514 Fix remaining revert reasons. 6 years ago
Balaji Pachai 3682c6575c Added message string for require() (#1704) 6 years ago
Nicolás Venturo 19c7414052
Bump minimum Solidity version to 0.5.7 (#1724) 6 years ago
Francisco Giordano ed5652b0aa
New documentation setup (#1708) 6 years ago
Balaji Pachai 0df0e1b250 Fixes/Improves constants inline documentation. (#1707) 6 years ago
J Quinn 3cb4a00fce Added basic punctuation to @dev docs (#1697) (#1700) 6 years ago
Nicolás Venturo 7ccd224567
Update SafeERC20.sol (#1693) 6 years ago
Nicolás Venturo 269e096c5a
Remove unused return variables. (#1686) 6 years ago
Nicolás Venturo 547a5f242a
Add extcodesize check to SafeERC20. (#1662) 6 years ago
Jeremy Schlatter 8cc3349d1f Fix typo: "an uint256" -> "a uint256" (#1658) 6 years ago
Nicolás Venturo 41aa39afbc
Add no-return-data ERC20 support to SafeERC20. (#1655) 6 years ago
nikeshnazareth 0dded493a0 Nonfunctional typos #1643 (#1652) 6 years ago
Nicolás Venturo 2648206394 Merge pull request #1647 from nventuro/safeerc20-bugfix 6 years ago
Nicolás Venturo de90f4458a Merge pull request #1647 from nventuro/safeerc20-bugfix 6 years ago
Nicolás Venturo b14c9f4b68 Fix SafeERC20.safeApprove bug, improve test coverage. 6 years ago
William Entriken 2fc0aaabb3 Use canonical EIP reference format 6 years ago
William Entriken 99a07493f2
Update to preferred citation formation for ERC-721 6 years ago
skyge 1fd993bc01 Unify code comments style. (#1603) 6 years ago
Nicolás Venturo 07603d5875
Remove unnecessary SafeMath call (#1610) 6 years ago
Nicolás Venturo 3a5da75876
ERC20._approve (#1609) 6 years ago
Nicolás Venturo b7d60f2f9a
Fix warnings (#1606) 6 years ago
Nicolás Venturo 76abd1a41e
Replaced Solium in favor of Solhint (#1575) 6 years ago
Nicolás Venturo be5ed7364b
Release v2.1.0 solc 0.5.x (#1568) 6 years ago
Nicolás Venturo 12533bcb2b
ERC721 bugfix + gas optimizations (#1549) 6 years ago
Nicolás Venturo dd2e947976 Deprecated ERC721._burn(address, uint256) (#1550) 6 years ago
Nicolás Venturo 70e616db7c
Optimized ERC721 transfers. (#1539) 6 years ago
Aniket 5caecf548c getter added for an array of tokens held by an owner (#1522) 6 years ago
Nicolás Venturo 7ef2730506
Approval events on transferFrom and burnFrom (#1524) 6 years ago
Nicolás Venturo 5471fc808a
Updated code style to 4 space indentation and 120 characters per line. (#1508) 6 years ago
William Entriken 83bc045a56 Remove extraneous quantity check, fixes #1454 (#1455) 6 years ago
Brendan Chou 6363a776f7 Remove redundant require statements (#1409) 6 years ago
Hao (Alan) Tang 79eb94d3cd fix ERC20.sol#L174 and ERC20.sol#L187 should be casted to an address type. (#1470) 6 years ago
Hao (Alan) Tang 18552a8d5f Fix/add comment erc721 burnable #1464 (#1469) 6 years ago
Nicolás Venturo 643ac86d0a Improved some ERC721 internal shenanigans (#1450) 6 years ago
Nicolás Venturo 984fe23a46 Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo 95411da289 Renamed internal ERC721 check function. (#1445) 6 years ago
Nicolás Venturo e237530538 Made tokenURI external, as per the spec. (#1444) 6 years ago
Nicolás Venturo 0ead40ae03 ERC20Capped now capps _all_ minting, even internal calls. (#1443) 6 years ago
Aniket 1b27b4bb34 Improved SafeERC20 allowance handling (#1407) 6 years ago
Paweł Winnicki 1cf96ef0d1 Make state variables private (#1426) 6 years ago
Aniket 109eba9273 Replaces `amount` with `value` for consistency (#1378) 6 years ago
Francisco Giordano e7aa8dedbc Turn off blank-lines Solium rule (#1284) 6 years ago
Jerome de Tychey 7ea34d9e97 Update ERC20.sol (#1313) 6 years ago
Nicolás Venturo 8204f6a71f
Improved some ERC721 internal shenanigans (#1450) 6 years ago
Nicolás Venturo bbe804a14b
Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo 384dff9abe
Renamed internal ERC721 check function. (#1445) 6 years ago
Nicolás Venturo 5bf3907862
Made tokenURI external, as per the spec. (#1444) 6 years ago
Nicolás Venturo c8220aeea8
ERC20Capped now capps _all_ minting, even internal calls. (#1443) 6 years ago