Commit Graph

118 Commits (e032b8623177f63a56fac659eb5ff40b2dc4969d)

Author SHA1 Message Date
Jorge Izquierdo 929367f0ab Reorg code 8 years ago
Jorge Izquierdo 713b472253 Add tests for non-revokable and revokable/burnable cases 8 years ago
Jorge Izquierdo a1d2b673c6 Fix tests for revokable/non burn vesting calendar 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
Tom Eklöf cd78c20e0e await event handling result in Bounty test. Fixes #202 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
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
Manuel Araoz 52120a8c42 5.3 always throw on error 8 years ago
Jorge Izquierdo 7a2fda9076 Improve VestedToken tests 8 years ago
Remco Bloemen a2bd1bb7f6 Add ReentrancyGuard 8 years ago
Remco Bloemen 166a1070e5 Add HasNoContracts 8 years ago
Remco Bloemen 94d3c447b7 Add HasNoTokens 8 years ago
Remco Bloemen 9ff82aecef Remove non-compiling payable default 8 years ago
Remco Bloemen d1af3ef1b3 Add HasNoEther 8 years ago
Manuel Araoz 960500a078 try to fix travis 2 8 years ago
Manuel Araoz ce25e2db98 try to fix travis 1 8 years ago
Remco Bloemen 525a5522b0 Add TokenKillable 8 years ago
Jorge Izquierdo 12aadbed51 Move check to transferFrom and add tests 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 9bd51db2b2 refactor tests for truffle 3 8 years ago
Manuel Araoz 7e7193ae61 truffle 2=>3 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 ee56abcc8a remove console.logs from timer 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 93e7984c61 Transferrable is now transferrable 8 years ago
Jorge Izquierdo 8d9e12eda3 Add GrantableToken tests 8 years ago
Jorge Izquierdo fb0a96332c GrantableTokenMock 8 years ago
João Gabriel Carvalho ae73f1a564 Renamed files and replaced occurencies of 'Stoppable' to 'Pausable' 8 years ago
Jorge Izquierdo 2f0471fff2 Make test cases that use assertJump fail if they dont fail 8 years ago
Manuel Araoz 0dfb27ff5f fix tests 8 years ago
AugustoL d974924045 Added claimAfterBlock variable and tests changes to support changes 8 years ago
Arseniy Klempner 8aa06bda38 Create tests for MultisigWallet 8 years ago
Arseniy Klempner 36fa2a72cf Decouple Shareable from DayLimit 8 years ago
Arseniy Klempner e5eaa919b1 Make isOwner() const. Add necessary toString() calls in tests. 8 years ago
Arseniy Klempner e8459148a8 Remove unnecessary toString calls 8 years ago
AugustoL f292643543 DelayedClaimable tests changed to work with rename of transfer() to transferOwnership() 8 years ago
qdeswaef 77e732218e Also change claimable to avoid conflicts with ERC20 tokens 8 years ago
qdeswaef 41fdd5d4c6 fixes gh-109: resolve conflict between Ownable and ERC20 token. 8 years ago
AugustoL 423cec41e3 claimBefore modifier removed on DelayedClaimable contract 8 years ago
Arseniy Klempner c390e94da6 Create tests for DayLimit 8 years ago
Arseniy Klempner 0ec09f4131 Create tests for Shareable 8 years ago