Commit Graph

776 Commits (86fd0ab4ae406db5d04e295e5d3694e950bd9028)

Author SHA1 Message Date
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
Angello Pozo 38545eb648 fix: spelling in a test 8 years ago
Angello Pozo eb41a81faa fix: made code cleaner. added helper. removed done from most tests. 8 years ago
Angello Pozo 688106e9c3 fix: made all the tests consistent. now with done. 8 years ago
Angello Pozo f2142545c7 modified test to use async await pattern. 8 years ago
Arseniy Klempner b6feefaed9 Create tests for SafeMath 8 years ago
Manuel Araoz c35261150c fix Killable test 8 years ago
Arseniy Klempner af388658e5 Create tests for Killable 8 years ago
Manuel Araoz 35363c01b1 improve docs of base contracts 8 years ago
AugustoL 475cb5dc1f Renamed DelayedClaimable function and modifier 8 years ago
AugustoL 85a4013f49 Using modifier to check block on delayedClaimable, tests fixed 8 years ago
Manuel Araoz 4cd8aa7900 add more limit tests to LimitBalance 8 years ago
Manuel Araoz 44138018dc limit funds improvements 8 years ago
AugustoL 0aa4d02044 DelayedClaimable contract with test added 8 years ago
Manuel Araoz 3e9bfbc77a add simple tests for BasicToken 8 years ago
Federico Bond 2b62f349ee Fill totalSupply in StandardTokenMock 8 years ago
Steve Ellis a156064b33 make claimable use fresh instances for each test 8 years ago
Steve Ellis 1547000d1c move Ownable tests away from migration fixtures 8 years ago
Steve Ellis 5f6b7f9301 add check prevening ownables from getting stuck 8 years ago
Federico Bond 278f060c56 Replace composition for inheritance in Bounty 8 years ago
Manuel Araoz 83f4104699 migrate to 0.4.4 8 years ago
Federico Bond 4599fbf248 Make Stoppable a subclass of Ownable. Fixes #47 8 years ago
AugustoL 0f3a8051d6 Added Claimable contract as an extension of Ownable with the Claimable tests 8 years ago