Commit Graph

1844 Commits (6bc1173c8e37ca7de2201a0230bb08e395074da1)

Author SHA1 Message Date
maurelian c4796bb918 Fix comments again 8 years ago
maurelian 111f13f0ce Add doc comments to multisig wallet 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 d85be4a866 Add natspec to vestedToken.sol 8 years ago
João Gabriel Carvalho f6f91298f0 Add natspec to all remaing contracts, except for vestedToken.sol 8 years ago
João Gabriel Carvalho 1547922b61 Added natspec to the remaining ownership contracts and payment contracts 8 years ago
João Gabriel Carvalho 602c18b394 Applied change regarding the styling 8 years ago
João Gabriel Carvalho b5d4120adb Added natsec for all lifecycle contracts + bounty.sol, DayLimit.sol and LimitBalance.sol 8 years ago
maurelian e851938199 Add natspec comments to four ownership contracts 8 years ago
Jorge Izquierdo 22f60eace0 Use libraries syntax sugar for revoking grants logic 8 years ago
Jorge Izquierdo c4f78a5dd5 Remove unnecessary checks from safeDiv 8 years ago
Jorge Izquierdo a6a2ee2bf1 Merge with master 8 years ago
Jorge Izquierdo 929367f0ab Reorg code 8 years ago
Jorge Izquierdo 5a6340395f Fix grant id parameter in NewTokenGrant event 8 years ago
Jorge Izquierdo f812433706 Small refactor and documentation 8 years ago
Jorge Izquierdo 5b2f0aa93d Implement revokable and burnsOnRevoke options 8 years ago
Mikko Ohtamaa 964185dec3 Protect transferFrom against short hand attack. 8 years ago
Mikko Ohtamaa e1cf602487 Fix variable naming. 8 years ago
Mikko Ohtamaa a3446507ec Add fix for the approve() mitigation. 8 years ago
Maxim Averin cf7bc06856 Switch function name to destroyAndSend 8 years ago
Maxim Averin 4de772f5ed add destroy function, allowing send funds to recepient 8 years ago
David Knott b4b6029f66 Create and test PausableToken Contract 8 years ago
Manuel Araoz 7592122e4d fix indentation 8 years ago
Manuel Araoz 609869f087 change safe* to * 8 years ago
Manuel Araoz 4fad1505c7 Make SafeMath a library 8 years ago
AugustoL a8bcb0fcfe Added totalPayments uint on PullPayments contract 8 years ago
tatiesmars 37c6782f95 Add MintFinished event to MintableToken #191 8 years ago
Oleksii Matiiasevych 31c05c4c7d Remove excessive condition from SafeMath.safeAdd() 8 years ago
Jerome de Tychey 5d75264f0f Fix for bigger payloads 8 years ago
David Knott a605f66972 Create and test MintableToken contract 8 years ago
David Knott 70b5ffd928 Change killable to destructible and kill to destroy 8 years ago
Jerome de Tychey d9b9ed227b fix for short address attack 8 years ago
Manuel Araoz af604379d3 rebase conflict fixes 8 years ago
Manuel Araoz 7d83a08658 8.2.3 removed ownable 8 years ago
Manuel Araoz 2ccbfea8c5 8.1.2 add comment clarifying Migrations 8 years ago
Manuel Araoz fad287007b 7.2 add preconditions to Shareable contructor 8 years ago
Manuel Araoz cd9f820b85 fix syntax error 8 years ago
Manuel Araoz 582166d378 7.1 pull payment safe math 8 years ago
Manuel Araoz ab9eecb104 6.1 fix stuck Ether in Crowdsale contract 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
Jorge Izquierdo 41d2fde952 Fix vesting calculation logic 8 years ago
Roderik van der Veer f0e7396619 Shareable is not used in this contract 8 years ago
Francisco Giordano 0b88944b38 fix a few typos 8 years ago
Francisco Giordano 61e33197b2 rename TransferableToken to LimitedTransferToken 8 years ago
Francisco Giordano 6f311e72b3 change sha3 and suicide methods to keccak256 and selfdestruct 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 a2bd1bb7f6 Add ReentrancyGuard 8 years ago