|
|
44082c029f
|
fix travis tests 4
|
2017-02-17 19:23:56 -03:00 |
|
|
|
8ba0f008df
|
fix travis tests 3
|
2017-02-17 19:17:42 -03:00 |
|
|
|
fcabd9957e
|
fix travis tests 2
|
2017-02-17 19:02:44 -03:00 |
|
|
|
9f12e870a9
|
fix travis tests
|
2017-02-17 18:47:56 -03:00 |
|
|
|
d24a2ed9a8
|
fix compiler error
|
2017-02-17 18:32:24 -03:00 |
|
|
|
b1cb7b5975
|
implement solium recommendations
|
2017-02-17 18:31:16 -03:00 |
|
|
|
9ab997d788
|
fix travis test runner
|
2017-02-17 18:04:56 -03:00 |
|
|
|
90654cb2c9
|
add .jshintrc
|
2017-02-17 18:04:02 -03: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 |
|
|
|
a69333e2b8
|
migrate to truffle 3
|
2017-02-14 17:57:37 -03:00 |
|
|
|
60b48b0235
|
Solium
|
2017-02-13 13:26:56 -03:00 |
|
|
|
f4624837a3
|
Merge pull request #140 from AragonOne/vesting
Vested Token implementation (Standard Token with vesting calendar)
|
2017-02-13 12:43:54 -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 |
|
|
|
74dfd3511f
|
Merge pull request #1 from maraoz/vesting
Vesting test fixing help
|
2017-02-13 10:08:43 +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 |
|
|
|
917b129517
|
Add safeDiv and min/max functions to SafeMath
|
2017-02-10 16:17:02 +01:00 |
|
|
|
abc646a95c
|
lastTokenIsTransferableDate rename
|
2017-02-10 16:04:58 +01:00 |
|
|
|
1697518da8
|
Make vested stock calculation more testable
|
2017-02-10 15:28:20 +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 |
|
|
|
ba7a0f7649
|
Merge branch 'master' of https://github.com/OpenZeppelin/zeppelin-solidity into vesting
|
2017-02-08 15:26:15 +01:00 |
|
|
|
a72de719c9
|
Merge pull request #139 from eordano/patch-1
BasicToken.sol: Remove useless check
|
2017-02-08 11:13:38 -03:00 |
|
|
|
ec6e728c0f
|
Grantable Token first version
|
2017-02-08 12:31:20 +01:00 |
|
|
|
70fbc7fe27
|
BasicToken.sol: Remove useless check
The condition this commit removes is already implemented by the call to `safeSub`
|
2017-02-07 19:45:32 -05:00 |
|
|
|
ced4e2da3f
|
Merge pull request #137 from JGcarv/chore/rename-to-pausable
Renamed files and replaced occurencies of 'Stoppable' to 'Pausable'
|
2017-02-06 16:34:54 -03:00 |
|
|
|
ae73f1a564
|
Renamed files and replaced occurencies of 'Stoppable' to 'Pausable'
|
2017-01-30 23:30:43 -02:00 |
|
|
|
26127ee36a
|
Merge pull request #136 from AragonOne/master
Make test cases that use assertJump fail if they dont fail
|
2017-01-23 15:48:38 -03:00 |
|
|
|
2f0471fff2
|
Make test cases that use assertJump fail if they dont fail
|
2017-01-23 19:18:41 +01:00 |
|
|
|
ad833fb40d
|
Merge pull request #132 from OpenZeppelin/refactor
Refactor folders in preparation for external audit
|
2017-01-17 13:02:16 -03:00 |
|
|
|
a544f1517c
|
Merge pull request #133 from jtakalai/patch-1
Fix typos
|
2017-01-17 11:24:17 -03:00 |
|
|
|
67ad6abdaa
|
Fix typos
On unrelated note, why on earth check like in safeAdd? Is it actually an overflow check?
|
2017-01-17 12:29:54 +02:00 |
|
|
|
0dfb27ff5f
|
fix tests
|
2017-01-16 17:42:26 -03:00 |
|
|
|
ca8f2f2362
|
rearrange folders
|
2017-01-16 17:23:28 -03:00 |
|
|
|
2de7fec6dc
|
Merge pull request #127 from OpenZeppelin/contributing
Add tag comment on CONTRIBUTING.md
|
2017-01-09 16:27:56 -03:00 |
|
|
|
342e7bf9ff
|
Add tag comment on CONTRIBUTING.md
Fixes #116
|
2017-01-09 16:27:32 -03:00 |
|
|
|
ac6f9288a8
|
v1.0.1
v1.0.1
|
2017-01-05 15:36:20 -03:00 |
|
|
|
d54e56f970
|
Merge pull request #78 from AugustoL/master
DelayedClaimable contract extension of Claimable fix #64
|
2016-12-30 12:04:05 -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 |
|
|
|
a5602e7e7b
|
Make resetSpentToday and setDailyLimit internal functions
|
2016-12-26 13:59:21 -08:00 |
|
|
|
2a75a2c9f4
|
Merge pull request #102 from adklempner/test/MultisigWallet
Create tests for MultisigWallet
|
2016-12-26 15:25:40 -03:00 |
|
|
|
6fa9e048da
|
Merge pull request #123 from demibrener/readme
fix link
|
2016-12-23 14:34:51 -03:00 |
|
|
|
c21006e6d3
|
fix link
|
2016-12-23 14:29:17 -03:00 |
|
|
|
aa438fa053
|
Merge pull request #122 from demibrener/readme
add introductory guide to smart contracts
|
2016-12-23 14:26:04 -03:00 |
|