Commit Graph

37 Commits (bd84db735deb958064dd954c2994b0b44f142812)

Author SHA1 Message Date
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