|
|
4d263b7fc3
|
fix: the result of 'npm run lint:sol:fix'
|
2018-01-15 16:11:45 -05:00 |
|
|
|
815d9e1f45
|
Replace constant with view/pure
|
2017-11-22 18:59:54 -03:00 |
|
|
|
e6213767fa
|
Update all solidity versions to 0.4.18
|
2017-11-22 18:52:52 -03:00 |
|
|
|
e70dd18734
|
Moving business logic preconditions to the beginning of the function.
|
2017-09-23 11:57:29 +08:00 |
|
|
|
b395b06b65
|
Explicit public visibility on methods
|
2017-09-18 12:57:46 -03:00 |
|
|
|
6d8bb497c8
|
removing trailing whitespace
|
2017-09-16 10:20:06 -04:00 |
|
|
|
aad25205cd
|
add comment making explicit that SafeMath.sub can throw
|
2017-08-29 11:51:41 -03:00 |
|
|
|
209e2de93b
|
Fix for #400: Check that destination of token transfers is not 0x
|
2017-08-28 19:31:07 -03:00 |
|
|
|
6331dd125d
|
fix ERC20 to conform to standard
|
2017-07-13 12:05:45 -03:00 |
|
|
|
759f8de81f
|
fix import directories
|
2017-07-02 17:52:44 -03:00 |
|
|
|
e33d9bb41b
|
remove all checks for short address attack (fixes #261)
|
2017-06-26 15:11:54 -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 |
|
|
|
d357cf3a2e
|
Minor changes to doc comments for token and other contracts
|
2017-05-24 16:51:01 -04:00 |
|
|
|
f6f91298f0
|
Add natspec to all remaing contracts, except for vestedToken.sol
|
2017-05-24 16:47:21 -04:00 |
|
|
|
7592122e4d
|
fix indentation
|
2017-04-19 18:34:53 -03: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 |
|
|
|
5d75264f0f
|
Fix for bigger payloads
as suggested by izqui in case a function calls transfer under the hood
|
2017-04-11 17:25:03 +02:00 |
|
|
|
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
|
2017-04-07 11:30:18 +02:00 |
|
|
|
52b66c744f
|
solidity version 0.4.8
|
2017-02-21 19:29:03 -03: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 |
|
|
|
b99fc005a3
|
token contract doc improvements
|
2016-11-23 16:51:40 -08:00 |
|
|
|
7bc35f6f78
|
polish BasicToken
|
2016-11-18 14:13:28 -03:00 |
|
|
|
3e9bfbc77a
|
add simple tests for BasicToken
|
2016-11-16 13:18:42 -03:00 |
|
|
|
8acc783309
|
rename lite->basic
|
2016-11-16 13:13:40 -03:00 |
|