Commit Graph

49 Commits (4d263b7fc32b6690cd2275081624eba03ac73f19)

Author SHA1 Message Date
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
Francisco Giordano 20187f2970 use SafeERC20#safeTransfer 8 years ago
Yevhenii Babichenko 5035718e4b fixed wrong call order in Ownable.transferOwnership 8 years ago
Yevhenii Babichenko 7a36a6c92a fix calls to OwnershipTransferred 8 years ago
Yevhenii Babichenko 6beac0f215 add previousOwner field to OwnershipTransferred event 8 years ago
Yevhenii Babichenko b59469c151 fire OwnershipTransferred event when the owner of an Ownable contract instance actually changed 8 years ago
SylTi 51906bae6c refactor 8 years ago
SylTi 406004a99a refactor HasNoTokens.sol 8 years ago
Francisco Giordano 58e2e4d742 remove MultisigWallet in favor of ConsenSys/MultiSigWallet 8 years ago
pooleja b2e36314cb Add requirement for address to not be 0 and throw error 8 years ago
Peter Murray 18581f138f converted if() throw convention to require()/assert()/revert() 8 years ago
RStorm b1e504d6c6 change uint to uint256 8 years ago
David Knott 6ede3d9001 Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
David Knott d08185fc3e Edit natspec documentation typos 8 years ago
maurelian d357cf3a2e Minor changes to doc comments for token and other contracts 8 years ago
maurelian 83f2849446 Minor edits to doc commenst in lifecycle, ownership, payment contracts. 8 years ago
João Gabriel Carvalho 1547922b61 Added natspec to the remaining ownership contracts and payment contracts 8 years ago
maurelian e851938199 Add natspec comments to four ownership contracts 8 years ago
Jorge Izquierdo a6a2ee2bf1 Merge with master 8 years ago
Manuel Araoz 7d83a08658 8.2.3 removed ownable 8 years ago
Manuel Araoz fad287007b 7.2 add preconditions to Shareable contructor 8 years ago
Manuel Araoz 52120a8c42 5.3 always throw on error 8 years ago
Manuel Araoz a1aa74f96d 5.2 all contracts now solidity ^0.4.8 8 years ago
Francisco Giordano 7f7238378c change type of owners from uint[] to address[] 8 years ago
Remco Bloemen 1d2b989e8e Fix typo in comment 8 years ago
Remco Bloemen ac3b3652c3 Add NoOwner 8 years ago
Remco Bloemen 166a1070e5 Add HasNoContracts 8 years ago
Remco Bloemen 94d3c447b7 Add HasNoTokens 8 years ago
Remco Bloemen d1af3ef1b3 Add HasNoEther 8 years ago
João Gabriel Carvalho 26335e669e Added a contactable contract and some tests for it 8 years ago
Manuel Araoz 52b66c744f solidity version 0.4.8 8 years ago
Fabio Berger 3d6988cf90 Update modifiers so that they fail "loudly" by throwing errors rather then silently no-oping. Updated tests to remain compatible with these changes 8 years ago
Manuel Araoz b1cb7b5975 implement solium recommendations 8 years ago
Manuel Araoz 9bd51db2b2 refactor tests for truffle 3 8 years ago
Manuel Araoz ca8f2f2362 rearrange folders 8 years ago