Jerome de Tychey
|
d9b9ed227b
|
fix for short address attack
as suggested by /u/izqui9 here https://www.reddit.com/r/ethereum/comments/63s917/worrysome_bug_exploit_with_erc20_token/dfwmhc3/
Attack description:
https://blog.golemproject.net/how-to-find-10m-by-just-reading-blockchain-6ae9d39fcd95
|
8 years ago |
Manuel Araoz
|
af604379d3
|
rebase conflict fixes
|
8 years ago |
Manuel Araoz
|
7d83a08658
|
8.2.3 removed ownable
|
8 years ago |
Manuel Araoz
|
2ccbfea8c5
|
8.1.2 add comment clarifying Migrations
|
8 years ago |
Manuel Araoz
|
fad287007b
|
7.2 add preconditions to Shareable contructor
|
8 years ago |
Manuel Araoz
|
cd9f820b85
|
fix syntax error
|
8 years ago |
Manuel Araoz
|
582166d378
|
7.1 pull payment safe math
|
8 years ago |
Manuel Araoz
|
ab9eecb104
|
6.1 fix stuck Ether in Crowdsale contract
|
8 years ago |
Manuel Araoz
|
52120a8c42
|
5.3 always throw on error
|
8 years ago |
Manuel Araoz
|
a1aa74f96d
|
5.2 all contracts now solidity ^0.4.8
|
8 years ago |
Jorge Izquierdo
|
41d2fde952
|
Fix vesting calculation logic
|
8 years ago |
Roderik van der Veer
|
f0e7396619
|
Shareable is not used in this contract
|
8 years ago |
Francisco Giordano
|
0b88944b38
|
fix a few typos
|
8 years ago |
Francisco Giordano
|
61e33197b2
|
rename TransferableToken to LimitedTransferToken
fixes #179
|
8 years ago |
Francisco Giordano
|
6f311e72b3
|
change sha3 and suicide methods to keccak256 and selfdestruct
see ethereum/solidity#1476
|
8 years ago |
Francisco Giordano
|
7f7238378c
|
change type of owners from uint[] to address[]
fixes #175
|
8 years ago |
Remco Bloemen
|
1d2b989e8e
|
Fix typo in comment
|
8 years ago |
Remco Bloemen
|
a2bd1bb7f6
|
Add ReentrancyGuard
|
8 years ago |
Remco Bloemen
|
ac3b3652c3
|
Add NoOwner
|
8 years ago |
Remco Bloemen
|
166a1070e5
|
Add HasNoContracts
|
8 years ago |
Remco Bloemen
|
94d3c447b7
|
Add HasNoTokens
|
8 years ago |
Remco Bloemen
|
d1af3ef1b3
|
Add HasNoEther
|
8 years ago |
Jorge Izquierdo
|
350ab09855
|
Add comments for TransferableToken
|
8 years ago |
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 |