Commit Graph

352 Commits (46d5a87c007346bf83a8b81a0828458aaed65aee)

Author SHA1 Message Date
Nicolás Venturo 225b492109
Fixed relative imports. (#1321) 6 years ago
Jakub Bogacz 7825caa1fd Add unit test specific to Address utils (#1251) (#1316) 6 years ago
Guillaume d8cbd5554f update Math.sol path (#1319) 6 years ago
Nicolás Venturo 4b33eaefa2 Improved ERC721 granularity (#1304) 6 years ago
Leo Arias 6c4c8989b3 Use prefix underscore for state variables and no underscore for parameters (#1282) 6 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 6 years ago
Nicolás Venturo 897ef29394
Bumped required solidity version to 0.4.24. (#1295) 6 years ago
Francisco Giordano df1fab540e
rename MerkleProof.verifyProof to MerkleProof.verify (#1294) 6 years ago
Francisco Giordano 661e5d86dc Rename SupportsInterfaceWithLookup to ERC165 (#1288) 6 years ago
Francisco Giordano 00abd3aadc Rename proposals directory to drafts and move some contracts there (#1271) 7 years ago
Leo Arias f4eb51a7e9 Improve encapsulation on SignatureBouncer, Whitelist and RBAC example (#1265) 7 years ago
Leo Arias b0f20d43df Add a leading underscore to internal and private functions. (#1257) 7 years ago
Francisco Giordano bd994a88de
Remove HasNoEther, HasNoTokens, HasNoContracts, and NoOwner (#1254) 7 years ago
Leo Arias 2441fd7d17 Move contracts to subdirectories (#1253) 7 years ago
Leo Arias 964bc4044a Remove underscores from event parameters. (#1258) 7 years ago
Vyom Sharma 4385fd5a23 added explicit visibility (#1261) 7 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
viquezclaudio b6943263d2 Added "_" sufix to internal variables (#1171) 7 years ago
Roman Exempliarov 9e6307f34b ERC721 pausable token (#1154) 7 years ago
Lev Dubinets 2adb491637 Add ERC165Query library (#1086) 7 years ago
Francisco Giordano 4dcdd293e8
StandardToken encapsulation (#1197) 7 years ago
Nicolás Venturo d51e38758e
Math.average (#1170) 7 years ago
jeano 9aa30e1960 Add Modulo operation for getting the quotient (#915) 7 years ago
Nicolás Venturo 41e6b2e992
Make ERC721.exists internal (#1193) 7 years ago
barakman 17309e5924 Change `uint` to `uint256` (#1160) 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
Leo Arias f49721576f Remove abbreviations from parameters (#1142) 7 years ago
Vittorio Minacori ca9e317259 Update Truffle and Solium (#1105) 7 years ago
Leo Arias 2765350248 Prefix all parameters with underscore (#1133) 7 years ago
Justus Perlwitz e6c15b34da Remove chai-as-promised (#1116) 7 years ago
Nicolás Venturo 73be06412f
Remove payable from Destructible constructor (#1107) 7 years ago
Yong Zhen Yu 6bd8842ab5 removed and tested unecessary gas cost (#1017) 7 years ago
Nicolás Venturo 67b67b791e
Changed before for beforeAll, refactored Bouncer tests. (#1094) 7 years ago
Matt Condon 3318b91697
feat: add AutoIncrementing contract (#1023) 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
Matt Condon f18c3bc438
feat: initial implementation of ERC1046 (#933) 7 years ago
Matt Condon 92b695f2fb
Fix/whitelisted crowdsale (#981) 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
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Arun Kumar 9f1d294ba4 Move Whitelist contract to access directory (#994) 7 years ago
Adam Flesher b0292cf628 Add `isValidSignatureAndData` to Bouncer to verify method calls (#973) 7 years ago
Matt Condon 259b9da3e6 add 165 to 721 (#972) 7 years ago
Alen 5326e7c36e Removed redundant modifiers from CappedToken. (#969) 7 years ago
Matt Condon 2637bd89be
fix: add comment about rbacwithadmin being rather powerful (#936) 7 years ago
Matt Condon e3f866c982
fix: remove daylimit.sol, closes #925 (#964) 7 years ago