Commit Graph

621 Commits (45c0c072d11dc90f756575d1d644394deb35c594)

Author SHA1 Message Date
Leo Arias 45c0c072d1 Improve encapsulation on lifecycle, ownership and payments (#1269) 7 years ago
Francisco Giordano 4eb4d7114d
Allow non-beneficiaries to trigger release of their funds (#1275) 7 years ago
Leo Arias 2aa5dd26be Improve encapsulation on BreakInvariantBounty (#1267) 7 years ago
Francisco Giordano 0dc711732a
Remove Claimable, DelayedClaimable, Heritable (#1274) 7 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
Miraj Shah fbfd1fed45 Functions in interfaces changed to "external" (#1263) 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
Leo Arias 1c0532455a
Rename events to past-tense (#1181) 7 years ago
Nicolás Venturo a9f910d34f Increase test coverage (#1237) 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 7618b91d9c
Fix balance and allowance checks in _burn and _burnFrom (#1218) 7 years ago
Francisco Giordano 4dcdd293e8
StandardToken encapsulation (#1197) 7 years ago
Nicolás Venturo 8d11dcc0e5
Increase testing coverage (#1195) 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
Nicolás Venturo 66c1968913
Changed SplitPayment require to assert. (#1188) 7 years ago
Nicolás Venturo a2e7103869 Improved SafeMath inline comments. 7 years ago
Brett Sun c9e91586e7 feat: use require in SafeMath (#1187) 7 years ago
Nicolás Venturo e819416d04
SafeMath is now more consistent with itself. (#1168) 7 years ago
barakman 17309e5924 Change `uint` to `uint256` (#1160) 7 years ago
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