Jorge Izquierdo
|
72029b6847
|
Decouple transferable logic from VestedToken
|
8 years ago |
Remco Bloemen
|
525a5522b0
|
Add TokenKillable
|
8 years ago |
Manuel Araoz
|
29ab824e5c
|
revert TokenGrant instantiation to old style
|
8 years ago |
Jorge Izquierdo
|
12aadbed51
|
Move check to transferFrom and add tests
|
8 years ago |
Jorge Izquierdo
|
23703280ee
|
Check if tokens are transaferable on approve
|
8 years ago |
Jorge Izquierdo
|
b9257a1092
|
Add clarifying comment to standard token transfer from function
|
8 years ago |
João Gabriel Carvalho
|
26335e669e
|
Added a contactable contract and some tests for it
|
8 years ago |
Manuel Araoz
|
52b66c744f
|
solidity version 0.4.8
|
8 years ago |
Fabio Berger
|
3d6988cf90
|
Update modifiers so that they fail "loudly" by throwing errors rather then silently no-oping. Updated tests to remain compatible with these changes
|
8 years ago |
Manuel Araoz
|
d24a2ed9a8
|
fix compiler error
|
8 years ago |
Manuel Araoz
|
b1cb7b5975
|
implement solium recommendations
|
8 years ago |
Manuel Araoz
|
9bd51db2b2
|
refactor tests for truffle 3
|
8 years ago |
Manuel Araoz
|
7e7193ae61
|
truffle 2=>3
|
8 years ago |
Manuel Araoz
|
60b48b0235
|
Solium
|
8 years ago |
Jorge Izquierdo
|
0a5af4b8ac
|
Change operations order for rounding. Make tests use blocktime as reference time rather than date.
|
8 years ago |
Manuel Araoz
|
b67f60929c
|
make VestedToken test deterministic
|
8 years ago |
Jorge Izquierdo
|
0b71dcded2
|
Rename GrantableToken to VestedToken
|
8 years ago |
Jorge Izquierdo
|
f305382ef4
|
Remove grantTokens without vesting function
|
8 years ago |
Jorge Izquierdo
|
917b129517
|
Add safeDiv and min/max functions to SafeMath
|
8 years ago |
Jorge Izquierdo
|
abc646a95c
|
lastTokenIsTransferableDate rename
|
8 years ago |
Jorge Izquierdo
|
1697518da8
|
Make vested stock calculation more testable
|
8 years ago |
Jorge Izquierdo
|
93e7984c61
|
Transferrable is now transferrable
|
8 years ago |
Jorge Izquierdo
|
8d9e12eda3
|
Add GrantableToken tests
|
8 years ago |
Jorge Izquierdo
|
fb0a96332c
|
GrantableTokenMock
|
8 years ago |
Jorge Izquierdo
|
ec6e728c0f
|
Grantable Token first version
|
8 years ago |
Esteban Ordano
|
70fbc7fe27
|
BasicToken.sol: Remove useless check
The condition this commit removes is already implemented by the call to `safeSub`
|
8 years ago |
João Gabriel Carvalho
|
ae73f1a564
|
Renamed files and replaced occurencies of 'Stoppable' to 'Pausable'
|
8 years ago |
Manuel Araoz
|
ca8f2f2362
|
rearrange folders
|
8 years ago |
AugustoL
|
d974924045
|
Added claimAfterBlock variable and tests changes to support changes
|
8 years ago |
Arseniy Klempner
|
a5602e7e7b
|
Make resetSpentToday and setDailyLimit internal functions
|
8 years ago |
Arseniy Klempner
|
813c1ff0cd
|
Add payable to MultisigWalletMock()
|
8 years ago |
Arseniy Klempner
|
8aa06bda38
|
Create tests for MultisigWallet
|
8 years ago |
Arseniy Klempner
|
36fa2a72cf
|
Decouple Shareable from DayLimit
|
8 years ago |
Arkadiy Kukarkin
|
9c81dd29bb
|
Fix example contracts
|
8 years ago |
Arseniy Klempner
|
e5eaa919b1
|
Make isOwner() const. Add necessary toString() calls in tests.
|
8 years ago |
Manuel Araoz
|
f79ad4e2f6
|
add 2 lines between top level definitions
|
8 years ago |
AugustoL
|
02f7f4c49d
|
Fix invalid character on Claimable
|
8 years ago |
qdeswaef
|
77e732218e
|
Also change claimable to avoid conflicts with ERC20 tokens
|
8 years ago |
qdeswaef
|
41fdd5d4c6
|
fixes gh-109: resolve conflict between Ownable and ERC20 token.
|
8 years ago |
qdeswaef
|
9d56414b75
|
fixed the code
|
8 years ago |
qdeswaef
|
c15fa95bea
|
fixes gh-99 PullPaymentMock needed a payable constructor
|
8 years ago |
qdeswaef
|
0e58f7b992
|
fixes gh-99 PullPaymentMock needed a payable constructor
|
8 years ago |
AugustoL
|
423cec41e3
|
claimBefore modifier removed on DelayedClaimable contract
|
8 years ago |
Arseniy Klempner
|
c390e94da6
|
Create tests for DayLimit
|
8 years ago |
Arseniy Klempner
|
0ec09f4131
|
Create tests for Shareable
|
8 years ago |
AugustoL
|
c7eb6736ee
|
DelayedClaimable contract with test added
Renamed DelayedClaimable function and modifier
|
8 years ago |
Arseniy Klempner
|
b6feefaed9
|
Create tests for SafeMath
|
8 years ago |
Manuel Araoz
|
8b1f1ab67b
|
Remove redundant checks in StandardToken
|
8 years ago |
Manuel Araoz
|
582baea62b
|
killable formatting
|
8 years ago |
Manuel Araoz
|
35363c01b1
|
improve docs of base contracts
|
8 years ago |