|
|
b8884687df
|
fix off by one error in VestedToken
|
2017-07-17 21:34:38 -03:00 |
|
|
|
18581f138f
|
converted if() throw convention to require()/assert()/revert()
|
2017-07-17 15:35:09 -03:00 |
|
|
|
a56bcbf8fd
|
Correctly call super.transferableTokens
Fix #307
|
2017-07-14 18:17:09 -03:00 |
|
|
|
421ed4f8ab
|
fix references to max and min functions
|
2017-07-02 17:56:34 -03:00 |
|
|
|
b1e504d6c6
|
change uint to uint256
|
2017-06-19 18:55:09 -07:00 |
|
|
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
2017-06-06 21:41:54 -06:00 |
|
|
|
7100e30bed
|
Implement VestedToken bug mitigation #3
|
2017-05-29 17:52:19 -03:00 |
|
|
|
a62621eb59
|
merge @izqui PR with new docs changes
|
2017-05-29 16:19:03 -03:00 |
|
|
|
d08185fc3e
|
Edit natspec documentation typos
|
2017-05-26 00:29:15 +03:00 |
|
|
|
c4796bb918
|
Fix comments again
|
2017-05-24 17:27:05 -04:00 |
|
|
|
d357cf3a2e
|
Minor changes to doc comments for token and other contracts
|
2017-05-24 16:51:01 -04:00 |
|
|
|
d85be4a866
|
Add natspec to vestedToken.sol
|
2017-05-24 16:47:25 -04:00 |
|
|
|
f6f91298f0
|
Add natspec to all remaing contracts, except for vestedToken.sol
|
2017-05-24 16:47:21 -04:00 |
|
|
|
48a2e11dfe
|
merge
|
2017-05-22 18:08:03 -04:00 |
|
|
|
22f60eace0
|
Use libraries syntax sugar for revoking grants logic
|
2017-05-22 18:06:57 -04:00 |
|
|
|
e032b86231
|
Merge with Zeppelin master
|
2017-05-21 16:14:06 -04:00 |
|
|
|
a6a2ee2bf1
|
Merge with master
|
2017-05-21 16:08:47 -04:00 |
|
|
|
929367f0ab
|
Reorg code
|
2017-05-21 12:10:04 +02:00 |
|
|
|
5a6340395f
|
Fix grant id parameter in NewTokenGrant event
|
2017-05-21 11:22:30 +02:00 |
|
|
|
f812433706
|
Small refactor and documentation
|
2017-05-21 11:18:24 +02:00 |
|
|
|
5b2f0aa93d
|
Implement revokable and burnsOnRevoke options
|
2017-05-21 10:38:56 +02:00 |
|
|
|
609869f087
|
change safe* to *
|
2017-04-19 16:19:22 -03:00 |
|
|
|
4fad1505c7
|
Make SafeMath a library
|
2017-04-19 15:36:49 -03:00 |
|
|
|
41d2fde952
|
Fix vesting calculation logic
|
2017-04-05 13:13:17 +02:00 |
|
|
|
61e33197b2
|
rename TransferableToken to LimitedTransferToken
fixes #179
|
2017-04-03 22:04:07 -03:00 |
|
|
|
72029b6847
|
Decouple transferable logic from VestedToken
|
2017-03-14 20:22:18 +01:00 |
|
|
|
29ab824e5c
|
revert TokenGrant instantiation to old style
|
2017-03-09 14:37:02 -03:00 |
|
|
|
12aadbed51
|
Move check to transferFrom and add tests
|
2017-03-06 11:09:01 +01:00 |
|
|
|
23703280ee
|
Check if tokens are transaferable on approve
|
2017-03-06 11:02:57 +01: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 |
|
|
|
0a5af4b8ac
|
Change operations order for rounding. Make tests use blocktime as reference time rather than date.
|
2017-02-13 11:35:32 +01: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 |
|