Commit Graph

132 Commits (67a71519d32d413aae17d89ae1d9ff1963226704)

Author SHA1 Message Date
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
zava 80ae074c57 marked ownerLives as view 7 years ago
zava d808e49b51 changed 'pronounce' for 'proclaim' 7 years ago
zava a8afb20c20 Use Inherited event instead of OwnershipTransfered 7 years ago
zava b709206f9f fixes 7 years ago
zava 2a560ad82f name fix 7 years ago
zava 4fe2157e36 Inheritable contract 7 years ago
Ernestas Prisakaru dcf1f8d22d Rename ERC23 occurrences to ERC223 7 years ago
AugustoL b67856c69d Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
sot528 75439c1dd3 fix reference of RBAC usage. 7 years ago
Matt Condon 3b48a671fd fix: solium errors - whitespace related 7 years ago
Matt Condon bd2f1773cd fix: solium errors - function-order only 7 years ago
Matt Condon e60aee61f2 fix: solium errors - blank-line only 7 years ago
Matt Condon b2e2d9ab1c fix: solium errors - indentation only 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
Matt Condon 677d05743c feat: update event names for OZ standards and test them 7 years ago
Matt Condon 5e55569db6 fix: make roles private 7 years ago
Matt Condon 9bb2c958ec feat: add adminAddRole, adminRemoveRole, and make hasRole/checkRole public 7 years ago
Matt Condon e931c1cbfc feat: RBAC authentication contract and role library 7 years ago
Alejandro Santander b50391862c Changes to remove warnings 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
Vladimir Khramov 03ad0efd29
Small code style change 7 years ago
Dora E. Mondrian ac4a19dd7d Use address type 7 years ago
Dora E. Mondrian 09b1926c41 Use address type 7 years ago
sot528 b069827bad fix typo. 7 years ago
dmx374 b395b06b65 Explicit public visibility on methods 7 years ago
Roy Blankman 6d8bb497c8 removing trailing whitespace 7 years ago