|
|
5e50090da0
|
Merge pull request #151 from AragonOne/clarity
Add clarifying comment to standard token transfer from function
|
2017-03-01 17:16:15 -03:00 |
|
|
|
b9257a1092
|
Add clarifying comment to standard token transfer from function
|
2017-02-27 16:32:42 +01:00 |
|
|
|
8cd58303f9
|
v1.0.2
v1.0.2
|
2017-02-23 12:56:07 -03:00 |
|
|
|
b134645637
|
Merge pull request #150 from maraoz/solidty-version
solidity version 0.4.8
|
2017-02-23 09:12:54 -03:00 |
|
|
|
d41cc437b3
|
Merge pull request #149 from JGcarv/feature/contactable
Added a contactable contract
|
2017-02-22 18:21:39 -03:00 |
|
|
|
26335e669e
|
Added a contactable contract and some tests for it
|
2017-02-22 16:28:01 -03:00 |
|
|
|
52b66c744f
|
solidity version 0.4.8
|
2017-02-21 19:29:03 -03:00 |
|
|
|
65c9711754
|
Merge pull request #147 from fabioberger/refactor/modifiers
Update modifiers to throw and update corresponding tests
|
2017-02-21 16:58:06 -03:00 |
|
|
|
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 |
|
|
|
c10a2cf15c
|
Merge pull request #146 from maraoz/refactor
Refactor in preparation for audit
|
2017-02-17 19:30:07 -03:00 |
|
|
|
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 |
|
|
|
1f35727442
|
Merge pull request #144 from demibrener/readme
Aragon new collaborating organization
|
2017-02-14 12:37:45 -03:00 |
|
|
|
cbc18e6dcc
|
Aragon new collaborating organization
|
2017-02-14 12:07:11 -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 |
|