Commit Graph

223 Commits

Author SHA1 Message Date
74adaeedf2 Merge pull request #119 from adklempner/refactorDayLimit
Decouple Shareable from DayLimit
2016-12-27 13:12:51 -03:00
8aa06bda38 Create tests for MultisigWallet 2016-12-22 18:34:05 -08:00
36fa2a72cf Decouple Shareable from DayLimit 2016-12-21 16:43:39 -08:00
bb22cd62ac Merge pull request #100 from adklempner/shareable-test
Create tests for Shareable
2016-12-20 18:22:23 -03:00
e5eaa919b1 Make isOwner() const. Add necessary toString() calls in tests. 2016-12-20 13:02:24 -08:00
ba37d91878 Merge pull request #101 from adklempner/test/DayLimit
Create tests for DayLimit
2016-12-20 11:26:13 -03:00
e8459148a8 Remove unnecessary toString calls 2016-12-19 21:52:37 -08:00
f292643543 DelayedClaimable tests changed to work with rename of transfer() to transferOwnership() 2016-12-19 19:15:22 -03:00
80cc1808fc Merge remote-tracking branch 'OpenZeppelin/master' 2016-12-19 19:11:31 -03:00
77e732218e Also change claimable to avoid conflicts with ERC20 tokens 2016-12-15 15:59:25 +01:00
41fdd5d4c6 fixes gh-109: resolve conflict between Ownable and ERC20 token. 2016-12-15 15:32:08 +01:00
423cec41e3 claimBefore modifier removed on DelayedClaimable contract 2016-12-07 18:32:42 -03:00
c390e94da6 Create tests for DayLimit 2016-12-06 11:45:02 -08:00
0ec09f4131 Create tests for Shareable 2016-12-06 11:33:39 -08:00
42ccbb2276 Sync with v1.0.0 of zeppelin-solidity 2016-12-02 17:46:42 -03:00
38545eb648 fix: spelling in a test 2016-12-01 20:20:44 -08:00
eb41a81faa fix: made code cleaner. added helper. removed done from most tests. 2016-12-01 08:42:05 -08:00
688106e9c3 fix: made all the tests consistent. now with done. 2016-11-30 13:24:02 -08:00
f2142545c7 modified test to use async await pattern. 2016-11-27 12:09:48 -08:00
b6feefaed9 Create tests for SafeMath 2016-11-23 19:51:23 -08:00
58810f8b6d Merge pull request #90 from adklempner/killable-test
Killable test
2016-11-23 19:44:21 -08:00
c35261150c fix Killable test 2016-11-23 19:33:49 -08:00
af388658e5 Create tests for Killable 2016-11-23 17:35:51 -08:00
35363c01b1 improve docs of base contracts 2016-11-23 17:27:29 -08:00
475cb5dc1f Renamed DelayedClaimable function and modifier 2016-11-19 12:13:09 -03:00
85a4013f49 Using modifier to check block on delayedClaimable, tests fixed 2016-11-18 20:32:22 -03:00
4cd8aa7900 add more limit tests to LimitBalance 2016-11-18 12:33:52 -03:00
44138018dc limit funds improvements 2016-11-17 18:34:53 -03:00
0aa4d02044 DelayedClaimable contract with test added 2016-11-16 19:49:57 -03:00
3e9bfbc77a add simple tests for BasicToken 2016-11-16 13:18:42 -03:00
3207996777 Merge pull request #65 from se3000/ownable_guard
add check prevening ownables from getting stuck
2016-11-14 22:06:30 -03:00
2b62f349ee Fill totalSupply in StandardTokenMock 2016-11-14 18:22:05 -03:00
a156064b33 make claimable use fresh instances for each test 2016-11-13 17:00:19 -05:00
1547000d1c move Ownable tests away from migration fixtures 2016-11-13 16:58:25 -05:00
5f6b7f9301 add check prevening ownables from getting stuck 2016-11-13 16:03:11 -05:00
a3362f7216 Merge pull request #51 from AugustoL/master
Added Claimable contract as an extension of Ownable
2016-11-09 17:36:08 -03:00
278f060c56 Replace composition for inheritance in Bounty 2016-11-08 20:20:26 -03:00
83f4104699 migrate to 0.4.4 2016-11-08 12:19:07 -03:00
4599fbf248 Make Stoppable a subclass of Ownable. Fixes #47 2016-11-02 16:25:47 -03:00
0f3a8051d6 Added Claimable contract as an extension of Ownable with the Claimable tests 2016-11-02 14:20:52 -03:00
c70a0cfd5d Merge pull request #46 from adklempner/standard-token-tests
Add test for StandardToken
2016-11-01 14:39:19 -03:00
aa3cd8c03a Add test for StandardToken 2016-11-01 10:21:00 -07:00
e033d802ff Merge branch 'master' into bounty_with_factory_merged 2016-10-28 11:59:51 +01:00
b6a5830047 Does not allow to create bounty contract without address 2016-10-28 11:22:41 +01:00
19d3b8b27d Merge pull request #42 from adklempner/standard-token-tests
Create tests for StandardToken
2016-10-28 02:41:16 -03:00
71edad126b Create tests for StandardToken 2016-10-27 22:17:21 -07:00
9509298622 Change spec descriptions 2016-10-27 23:02:56 +01:00
99f288bfb5 Consolidate TokenBounties into Bounty 2016-10-27 22:35:08 +01:00
a04481d2d8 Remove extra whitespace 2016-10-27 22:10:53 +01:00
37f4ff8d3e Add killable to bounty 2016-10-27 22:08:36 +01:00