Commit Graph

632 Commits (e58c6d8ff4fd2ddac0320f9b8b7f4fca14f65192)

Author SHA1 Message Date
Francisco Giordano 2f9ae975c8 merge api docs changes 6 years ago
Nicolás Venturo 9ab93f8ae4 Update transferFrom to modify allowance in-between hook calls. (#1751) 6 years ago
Nicolás Venturo f7ff3e7e67 Disallow ERC20._transfer from the zero address. (#1752) 6 years ago
Nicolás Venturo 2ccc12b328
Update transferFrom to modify allowance in-between hook calls. (#1751) 6 years ago
Nicolás Venturo ad18098d65
Disallow ERC20._transfer from the zero address. (#1752) 6 years ago
Nicolás Venturo 81d04101ff Fix linter. 6 years ago
Nicolás Venturo 1292b6abab Move ERC1820 and ERC777 out of drafts (#1742) 6 years ago
Nicolás Venturo 6c2b7c260d Add ERC20 compatibility to ERC777. (#1735) 6 years ago
Nicolás Venturo c794c96617
Move ERC1820 and ERC777 out of drafts (#1742) 6 years ago
Nicolás Venturo aa4c9feabd
Add ERC20 compatibility to ERC777. (#1735) 6 years ago
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