|
|
3d6988cf90
|
Update modifiers so that they fail "loudly" by throwing errors rather then silently no-oping. Updated tests to remain compatible with these changes
|
2017-02-21 00:05:59 +01:00 |
|
|
|
9bd51db2b2
|
refactor tests for truffle 3
|
2017-02-17 18:03:52 -03:00 |
|
|
|
7e7193ae61
|
truffle 2=>3
|
2017-02-15 12:14:50 -03:00 |
|
|
|
0a5af4b8ac
|
Change operations order for rounding. Make tests use blocktime as reference time rather than date.
|
2017-02-13 11:35:32 +01:00 |
|
|
|
ee56abcc8a
|
remove console.logs from timer
|
2017-02-10 18:35:05 -03:00 |
|
|
|
b67f60929c
|
make VestedToken test deterministic
|
2017-02-10 18:32:58 -03:00 |
|
|
|
0b71dcded2
|
Rename GrantableToken to VestedToken
|
2017-02-10 16:20:23 +01:00 |
|
|
|
f305382ef4
|
Remove grantTokens without vesting function
|
2017-02-10 16:18:36 +01:00 |
|
|
|
93e7984c61
|
Transferrable is now transferrable
|
2017-02-10 14:59:19 +01:00 |
|
|
|
8d9e12eda3
|
Add GrantableToken tests
|
2017-02-09 13:23:12 +01:00 |
|
|
|
fb0a96332c
|
GrantableTokenMock
|
2017-02-08 15:27:39 +01:00 |
|
|
|
ae73f1a564
|
Renamed files and replaced occurencies of 'Stoppable' to 'Pausable'
|
2017-01-30 23:30:43 -02:00 |
|
|
|
2f0471fff2
|
Make test cases that use assertJump fail if they dont fail
|
2017-01-23 19:18:41 +01:00 |
|
|
|
0dfb27ff5f
|
fix tests
|
2017-01-16 17:42:26 -03:00 |
|
|
|
d974924045
|
Added claimAfterBlock variable and tests changes to support changes
|
2016-12-29 16:12:32 -03:00 |
|
|
|
e310e6728b
|
Merge remote-tracking branch 'OpenZeppelin/master'
|
2016-12-29 15:54:19 -03:00 |
|
|
|
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 |
|