Commit Graph

1430 Commits (866042d6fc3f611ecf2ad4ba9ab152d6b6ed83fd)

Author SHA1 Message Date
Nicolás Venturo 94797978bb
SplitPayment now requires payees. (#1131) 7 years ago
yaronvel 31ac59b224 reentrancy mutex gas optimization (#1155) 7 years ago
Francisco Giordano bf34911857 Remove Math.min64 and Math.max64 (#1156) 7 years ago
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
Nicolás Venturo 418a6b5791 Crowdsale inheritance order (#1128) 7 years ago
Nicolás Venturo 3d86c58d2c Crowdsale inheritance order (#1128) 7 years ago
Leo Arias f49721576f Remove abbreviations from parameters (#1142) 7 years ago
Vittorio Minacori ca9e317259 Update Truffle and Solium (#1105) 7 years ago
Nicolás Venturo 9638ecd87a Typo fix. 7 years ago
Roman Storm 56735a706c Use address(this) instead of this (#1134) 7 years ago
Leo Arias 2765350248 Prefix all parameters with underscore (#1133) 7 years ago
Alex 1200969eb6 Refactor/reentrancy guard gas optimization #1056 (#1057) 7 years ago
Brendan Chou 90b98a7bef Add pure to tokenFallback function (#1122) 7 years ago
Dave Hoover 16429b1522 Making visibility explicit for storage variables (#759) 7 years ago
Matt Condon 4c6575bf2f fix: solium linting errors (#1113) 7 years ago
Justus Perlwitz e6c15b34da Remove chai-as-promised (#1116) 7 years ago
Matt Condon afe9113b18 fix: move RBAC to //access (#1114) 7 years ago
Nicolás Venturo 73be06412f
Remove payable from Destructible constructor (#1107) 7 years ago
Doug Crescenzi 23074676c4 Improved documentation for _preValidatePurchase method in Crowdsale (#1101) 7 years ago
Yong Zhen Yu 6bd8842ab5 removed and tested unecessary gas cost (#1017) 7 years ago
Amir Bandeali d20d03c149 Remove redundant modifiers from safeTransferFrom (#1029) (#1030) 7 years ago
zaryab ebd4b5e73d decrease approval condition fix (greater than and equal to) (#1063) 7 years ago
Lucas Gleba 1ecda54449 Input check sequence modification for gas efficiency (#1043) 7 years ago
Nicolás Venturo 67b67b791e
Changed before for beforeAll, refactored Bouncer tests. (#1094) 7 years ago
Doug Crescenzi ce0c3274ee made remaining public fallback functions external (#1080) 7 years ago
Doug Crescenzi 90b3050ad7 minor RBAC.sol documentation fix (#1060) 7 years ago
Leo Arias c95ea5125d Fix MerkleProof natspec comments (#1083) 7 years ago
Leo Arias 11266b0d56 Fix ReentrancyGuard comments (#1084) 7 years ago
Leo Arias 45d6943913 Fix typos (#1082) 7 years ago
Hoon Choi 5f6d511af9 Fix typo in Crowdsale.sol (#1035) 7 years ago
Matt Condon 3318b91697
feat: add AutoIncrementing contract (#1023) 7 years ago
Leonardo 99e4b081dc ECRecover test should revert because of wrong calldata size (#1050) 7 years ago
Doug Crescenzi b120b9aff7 moved ERC165 interface IDs from ERC721 implementation files to the interface file (#1070) 7 years ago
Nicolás Venturo 8fd072cf8e Escrows (#1014) 7 years ago
Alex Beregszaszi c2ad8c3f57 Update the use of call() with selector only. (#1033) 7 years ago
Paul Barclay 7d8e3ca8b2 Align ERC721 Receiver with current ERC721 standard. (#1047) 7 years ago
Maciej Górski 6b37ba36a1 Remove ERC827 token. (#1045) 7 years ago
Amir Bandeali dc1e352cc4 Don't emit Approval event when approval is cleared on transfer (#1039) 7 years ago
Matt Condon f18c3bc438
feat: initial implementation of ERC1046 (#933) 7 years ago
Doug Crescenzi 74a62a1314 using SafeERC20 to implement safeTransfer in Crowdsale (#1006) 7 years ago
Matt Condon 92b695f2fb
Fix/whitelisted crowdsale (#981) 7 years ago
Rob ee78f67985 fixing comment - changing '_to' to '_spender' (#1007) 7 years ago
Arun Kumar 07020e9544 Remove redundant @dev tags (#995) 7 years ago
chriseth b4406d385f Use abi.encodeWithSignature together with raw call() (#1008) 7 years ago
Alex Beregszaszi 78e39aa2ad Do not use implicit type conversion for address literals (#1002) 7 years ago
Doug Crescenzi e4ed8f0705 Added explicit integer sizes to uint variables in StandardToken (#1004) 7 years ago
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Matt Condon e1dc1411fc WIP: Fix/erc721 (#993) 7 years ago
Arun Kumar 9f1d294ba4 Move Whitelist contract to access directory (#994) 7 years ago
Adam Flesher 9951acf6d8 Added aflesher as an author to SignatureBouncer.sol (#996) 7 years ago