Commit Graph

758 Commits (0dded493a03623c93845c2d58634c229862ab54a)

Author SHA1 Message Date
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
Leo Arias fc17a1d9f5 Add usage docs to ERC20 Snapshot (#1639) 6 years ago
Leo Arias c44e40c293 Clarify the ERC20Snapshot contract comment (#1638) 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
Leo Arias 9cf68279c1 Fix typo: to be find (#1642) 6 years ago
Leo Arias 039e5b9602 Fix typo: grater 6 years ago
Leo Arias cab777b820 Fix typo: snapshoted 6 years ago
Leo Arias 7ed22bbded Add the @dev tag 6 years ago
Leo Arias 889af764e2 Add a link to the minime token 6 years ago
Matt Swezey 40d15146c4 ERC20 Snapshot Impl #2 (#1617) 6 years ago
Nicolás Venturo 8dd92fd6ca Add ERC20 _setTokenURI (#1618) 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 35d70397b6
Rename WhitelisterRole to WhitelistAdminRole. (#1589) 6 years ago
Francisco Giordano a5b14f262e
Separate unsigned and signed safemath libraries (#1588) 6 years ago
Alejo Salles 63ce358f30 Renamed DetailedERC20Mock.sol to ERC20DetailedMock.sol (#1578) 6 years ago
Nicolás Venturo 13eff70112 Updated PausableCrowdsale to require solc ^0.4.24 (#1567) 6 years ago
Nicolás Venturo be5ed7364b
Release v2.1.0 solc 0.5.x (#1568) 6 years ago
Nicolás Venturo 73cbad2f78 Updated PausableCrowdsale to require solc ^0.4.24 (#1567) 6 years ago
Nicolás Venturo 54ceedbb1f
Made the Crowdsale's constructor public again. (#1564) 6 years ago
Francisco Giordano d17ae0b806
Signed SafeMath (#1559) 6 years ago
Tal Ater 8056433c44 Added PausableCrowdsale contract (#832) 6 years ago
Nicolás Venturo 12533bcb2b
ERC721 bugfix + gas optimizations (#1549) 6 years ago
Nicolás Venturo 2da19eebd3 Update Arrays.sol to require solc 0.4.24. (#1553) 6 years ago
Nicolás Venturo 7142e25e78
Add back WhitelistedCrowdsale (#1525) 6 years ago
Nicolás Venturo dd2e947976 Deprecated ERC721._burn(address, uint256) (#1550) 6 years ago
Nicolás Venturo 357fded2b5 Refundable post delivery crowdsale (#1543) 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 c0bda4db88
Updated sendTransaction, added tests. (#1528) 6 years ago
Nicolás Venturo 9faebb5365
Added makeInterfaceId tests. (#1530) 6 years ago
Nicolás Venturo 7ef2730506
Approval events on transferFrom and burnFrom (#1524) 6 years ago
Nicolás Venturo c2de8ffd14
Now testing events in constructors! (#1511) 6 years ago
Nicolás Venturo f0e12d5301
ether and shouldFail tests (#1513) 6 years ago
Nicolás Venturo 5471fc808a
Updated code style to 4 space indentation and 120 characters per line. (#1508) 6 years ago
Nicolás Venturo bb6a24e6aa
Renamed roles private variables to adhere to code style. (#1507) 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 32bc7a6fe5 add an address typecast to this per issue #1457 (#1471) 6 years ago
LaimeJesus 1186520617 add improvement in simpletoken example #1458 (#1473) 6 years ago
Aniket 4f356e35a9 The beneficiary parameter of claimRefund is replaced with refundee (#1481) 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