Commit Graph

427 Commits (0786f31f229ece9992a5a350ae68a60bdefd07cc)

Author SHA1 Message Date
David Knott ffe464a43e Refactors the Mintable Token contract 8 years ago
David Knott 6ede3d9001 Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
Dave Appleton f214dccab9 removed redundant returns 8 years ago
Dave Appleton c0cce27703 remove redundant return 8 years ago
Manuel Araoz 7100e30bed Implement VestedToken bug mitigation #3 8 years ago
David Knott d08185fc3e Edit natspec documentation typos 8 years ago
maurelian c4796bb918 Fix comments again 8 years ago
maurelian d357cf3a2e Minor changes to doc comments for token and other 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
Jorge Izquierdo 22f60eace0 Use libraries syntax sugar for revoking grants logic 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
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
tatiesmars 37c6782f95 Add MintFinished event to MintableToken #191 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
Jerome de Tychey d9b9ed227b fix for short address attack 8 years ago
Manuel Araoz af604379d3 rebase conflict fixes 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
Jorge Izquierdo 41d2fde952 Fix vesting calculation logic 8 years ago
Francisco Giordano 0b88944b38 fix a few typos 8 years ago
Francisco Giordano 61e33197b2 rename TransferableToken to LimitedTransferToken 8 years ago
Jorge Izquierdo 350ab09855 Add comments for TransferableToken 8 years ago
Jorge Izquierdo 72029b6847 Decouple transferable logic from VestedToken 8 years ago
Manuel Araoz 29ab824e5c revert TokenGrant instantiation to old style 8 years ago
Jorge Izquierdo 12aadbed51 Move check to transferFrom and add tests 8 years ago
Jorge Izquierdo 23703280ee Check if tokens are transaferable on approve 8 years ago
Jorge Izquierdo b9257a1092 Add clarifying comment to standard token transfer from function 8 years ago
Manuel Araoz 52b66c744f solidity version 0.4.8 8 years ago
Manuel Araoz d24a2ed9a8 fix compiler error 8 years ago
Manuel Araoz b1cb7b5975 implement solium recommendations 8 years ago
Jorge Izquierdo 0a5af4b8ac Change operations order for rounding. Make tests use blocktime as reference time rather than date. 8 years ago
Manuel Araoz b67f60929c make VestedToken test deterministic 8 years ago
Jorge Izquierdo 0b71dcded2 Rename GrantableToken to VestedToken 8 years ago
Jorge Izquierdo f305382ef4 Remove grantTokens without vesting function 8 years ago
Jorge Izquierdo 917b129517 Add safeDiv and min/max functions to SafeMath 8 years ago
Jorge Izquierdo abc646a95c lastTokenIsTransferableDate rename 8 years ago
Jorge Izquierdo 1697518da8 Make vested stock calculation more testable 8 years ago
Jorge Izquierdo 93e7984c61 Transferrable is now transferrable 8 years ago