Commit Graph

37 Commits

Author SHA1 Message Date
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
0bd22e78d3 Fix docblock syntax 2017-09-01 14:03:31 +01:00
209e2de93b Fix for #400: Check that destination of token transfers is not 0x 2017-08-28 19:31:07 -03:00
8b11035b39 Indentation refactoring. 2017-08-20 23:13:39 -05:00
21f251eafb Removed onlyPayloadSize modifier 2017-08-20 23:11:23 -05:00
e7b1c33955 Update StandardToken.sol
Added increaseApproval and decreaseApproval to increase / decrease the approval in 1 transaction.
2017-08-20 23:10:28 -05:00
1d162e95c5 Merge pull request #377 from yaronvel/master
fix for issue 375: transferFrom allows sending to self more than self balance
2017-08-19 16:26:46 -03:00
99efe80c61 fixed typos in standart token doc 2017-08-18 15:35:13 +03:00
9333fec5f1 fix to issue 375 2017-08-17 21:56:11 +03:00
6904f12032 Merge with upstream/master 2017-07-20 07:01:58 -05:00
18581f138f converted if() throw convention to require()/assert()/revert() 2017-07-17 15:35:09 -03:00
6331dd125d fix ERC20 to conform to standard 2017-07-13 12:05:45 -03:00
e31abffcb6 fix(token): typo in documentation
Implemantation -> Implementation
2017-06-30 14:40:15 -04:00
42c6392533 fix(token): typo in documentation 2017-06-30 00:41:12 -04:00
34e3ce4ab4 Typo fix: avaible -> available 2017-06-29 12:44:14 -05:00
4d6b48f39e Typo fix. standart -> standard 2017-06-29 12:40:26 -05:00
daf1784be4 change inheritance order for StandardToken and PausableToken 2017-06-28 22:15:51 -07:00
e33d9bb41b remove all checks for short address attack (fixes #261) 2017-06-26 15:11:54 -03:00
dd34d8df0f Fix typo in StandardToken allowance documentation 2017-06-22 15:33:34 +02:00
b1e504d6c6 change uint to uint256 2017-06-19 18:55:09 -07:00
403e7336a9 fixed typo 2017-06-14 16:31:12 -04: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
964185dec3 Protect transferFrom against short hand attack. 2017-05-18 00:38:41 +03:00
e1cf602487 Fix variable naming. 2017-05-17 01:41:43 +03:00
a3446507ec Add fix for the approve() mitigation. 2017-05-17 01:33:13 +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
52120a8c42 5.3 always throw on error 2017-04-05 18:27:34 -03:00
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
52b66c744f solidity version 0.4.8 2017-02-21 19:29:03 -03:00
f79ad4e2f6 add 2 lines between top level definitions 2016-12-19 17:43:02 -03:00
8b1f1ab67b Remove redundant checks in StandardToken 2016-11-23 17:37:44 -08:00
10e8d6a09f move erc20 and standardtoken to token folder 2016-11-16 12:58:24 -03:00