Commit Graph

114 Commits (9b3710465583284b8c4c5d2245749246bb2e0094)

Author SHA1 Message Date
Francisco Giordano 9b37104655
Turn off blank-lines Solium rule (#1284) 6 years ago
Leo Arias bafdcf0701 Remove CanReclaimToken (#1306) 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
Leo Arias 616124e37c Update modifiers to call public view functions (#1277) 7 years ago
Leo Arias 45c0c072d1 Improve encapsulation on lifecycle, ownership and payments (#1269) 7 years ago
Francisco Giordano 0dc711732a
Remove Claimable, DelayedClaimable, Heritable (#1274) 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
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
Nicolás Venturo a9f910d34f Increase test coverage (#1237) 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
Nicolás Venturo 9638ecd87a Typo fix. 7 years ago
Leo Arias 2765350248 Prefix all parameters with underscore (#1133) 7 years ago
Brendan Chou 90b98a7bef Add pure to tokenFallback function (#1122) 7 years ago
Matt Condon afe9113b18 fix: move RBAC to //access (#1114) 7 years ago
Doug Crescenzi 90b3050ad7 minor RBAC.sol documentation fix (#1060) 7 years ago
Matt Condon 92b695f2fb
Fix/whitelisted crowdsale (#981) 7 years ago
Arun Kumar 07020e9544 Remove redundant @dev tags (#995) 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
Leo Arias 72792a724d ownable: add a notice on renounceOwnership (#937) 7 years ago
Patricio Mosse 7fb84b42d5 Refactoring Superuser contract to allow Owners to transfer ownership … (#978) 7 years ago
Matt Condon 2637bd89be
fix: add comment about rbacwithadmin being rather powerful (#936) 7 years ago
Patricio Mosse a0c03ee61c Adding new Superuser contract with test (#952) 7 years ago
Yong 5ab9024b6a update balance syntax for solidity 0.4.23 (#940) 7 years ago
Leo Arias 746673a94f
style: use the max-len solidity rule (#944) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Matt Condon 4223c9d50e
feat: refactor whitelist.sol to use RBAC (#893) 7 years ago
Schneider Jakob 85f079ee89 Removing more asserts in favor of require (#834) 7 years ago
Paweł Winnicki 7e44204d9b added function to renounce ownership (#907) 7 years ago
juztin 61dfdde6c4 Updated `send` to `sent`. Matching indentation of closing comment. (#897) 7 years ago
Matt Condon 9e1c934ffd
Various fixes and formatting chores (#885) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Matt Condon a6bef44790
fix: remove admin functionality from RBAC.sol fixes #802 (#836) 7 years ago
medvedev1088 d1146e8c8b Add Whitelist contract (#746) 7 years ago
trejas 7a0bfdfbb4 Enhancement/heritable encapsulation #692 (#702) 7 years ago
Alejandro Santander 9d005b492d Explicit uint size 7 years ago
Alejandro Santander 22c1403e5b Fix solidity style issue 7 years ago
zava 5ea9bd44a1 [Heritable] added HeirOwnershipClaimed event 7 years ago
zava 51c2c50437 [Heritable] ownerLives(): constant --> view 7 years ago
zava 52b6181d78 renamed Inheritable --> Heritable 7 years ago
zava 82c85121bb changed Inherited event for OwnershipTransfered 7 years ago
zava e5960465a7 owner can't be set as heir 7 years ago
zava 5716492ebd setHeartbeatTimeout: public --> internal 7 years ago
zava c7807c5b58 changed view for constant 7 years ago