|
|
98f672b534
|
Make approve method compliant with ERC20
|
2017-09-18 18:38:05 -03:00 |
|
|
|
1203a2473d
|
add whenNotPaused modifier to all of PausableToken functions that modify it's state. Fix #401
|
2017-09-18 22:49:22 +02:00 |
|
|
|
4a1ff913ab
|
replace var by uint256 in StandardToken. Fix #432
|
2017-09-18 22:46:52 +02:00 |
|
|
|
83918cad4b
|
change approve() to conform to ERC20. Fix #438
|
2017-09-18 22:46:52 +02:00 |
|
|
|
bcda5bfe9b
|
Merge branch 'master' into feature/merkleproof
|
2017-09-18 14:01:10 -04:00 |
|
|
|
b069827bad
|
fix typo.
|
2017-09-19 01:57:50 +09:00 |
|
|
|
b395b06b65
|
Explicit public visibility on methods
|
2017-09-18 12:57:46 -03:00 |
|
|
|
bd84db735d
|
Merge pull request #450 from aupiff/master
removing trailing whitespace
|
2017-09-18 12:01:22 -03:00 |
|
|
|
2438557255
|
explain cliff
|
2017-09-18 12:41:54 +07:00 |
|
|
|
9f1826d83e
|
vesting: more corrections on comments
|
2017-09-18 12:22:23 +07:00 |
|
|
|
676f5f6931
|
comments on vesting
|
2017-09-18 12:18:10 +07:00 |
|
|
|
6d8bb497c8
|
removing trailing whitespace
|
2017-09-16 10:20:06 -04:00 |
|
|
|
1737555b0d
|
Merge pull request #439 from frangio/fix-436
Remove indexed declaration of value in Burn event
|
2017-09-11 12:28:30 -03:00 |
|
|
|
61f62eb3c7
|
Fix INITIAL_SUPPLY in SimpleToken example
Use token decimals
|
2017-09-11 12:13:19 -03:00 |
|
|
|
f96ebfca31
|
cosmetic changes to BurnableToken
|
2017-09-11 12:11:00 -03:00 |
|
|
|
fac580d1a9
|
remove indexed declaration of uint event parameter
|
2017-09-11 12:08:23 -03:00 |
|
|
|
07b688a0e6
|
Merge pull request #430 from frangio/fix-unchecked-transfer
Use SafeERC20 to transfer tokens safely
|
2017-09-07 20:33:43 -03:00 |
|
|
|
20187f2970
|
use SafeERC20#safeTransfer
|
2017-09-07 20:04:48 -03:00 |
|
|
|
84be318ca9
|
Merge pull request #424 from eugene-babichenko/transfer-ownership-event
Add OwnershipTransferred event to Ownable contract and its derivatives
|
2017-09-07 11:59:29 -03:00 |
|
|
|
5035718e4b
|
fixed wrong call order in Ownable.transferOwnership
|
2017-09-07 11:59:36 +03:00 |
|
|
|
fdc8fbaa45
|
Merge pull request #428 from frangio/fix-425-pausable-docs
Fix Pausable documentation
|
2017-09-06 16:25:37 -03:00 |
|
|
|
99887da49a
|
fix Pausable documentation
|
2017-09-06 15:07:12 -03:00 |
|
|
|
7a36a6c92a
|
fix calls to OwnershipTransferred
|
2017-09-06 10:31:23 +03:00 |
|
|
|
6beac0f215
|
add previousOwner field to OwnershipTransferred event
|
2017-09-06 10:29:25 +03:00 |
|
|
|
b59469c151
|
fire OwnershipTransferred event when the owner of an Ownable contract instance actually changed
|
2017-09-05 18:32:07 +03:00 |
|
|
|
0bd22e78d3
|
Fix docblock syntax
|
2017-09-01 14:03:31 +01:00 |
|
|
|
aad25205cd
|
add comment making explicit that SafeMath.sub can throw
|
2017-08-29 11:51:41 -03:00 |
|
|
|
dcdc453a55
|
Merge pull request #413 from frangio/add-safe-erc20
Add SafeERC20 helpers
|
2017-08-28 19:43:32 -03:00 |
|
|
|
209e2de93b
|
Fix for #400: Check that destination of token transfers is not 0x
|
2017-08-28 19:31:07 -03:00 |
|
|
|
7b463769a5
|
explain how to use SafeERC20
|
2017-08-28 17:34:25 -03:00 |
|
|
|
c7636bdc4c
|
add safe ERC20 helpers
|
2017-08-28 17:32:18 -03:00 |
|
|
|
51906bae6c
|
refactor
|
2017-08-24 21:42:31 +02:00 |
|
|
|
406004a99a
|
refactor HasNoTokens.sol
|
2017-08-24 21:42:31 +02:00 |
|
|
|
b50894aabe
|
Merge pull request #405 from androolloyd/fix/396-make-decimals-uint8-in-token-example
changed decimal to be uint8 so that it matches the ERC20 specification.
|
2017-08-24 11:12:29 -03:00 |
|
|
|
1827cbfd2a
|
changed decimal to be uint8 so that it matches the ERC20 specification.
|
2017-08-24 10:41:41 -03:00 |
|
|
|
a0c0cb66c5
|
Remove confusing comment left from FinalizableCrowdsale
AFter this PR
https://github.com/OpenZeppelin/zeppelin-solidity/pull/364
the comment was left.
|
2017-08-23 18:57:22 -07: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 |
|
|
|
52efe2412c
|
Merge pull request #384 from frangio/fix-pausabletoken-documentation
Fix PausableToken documentation
|
2017-08-19 16:40:13 -03:00 |
|
|
|
84e3e76bb8
|
fix PausableToken documentation
|
2017-08-19 16:35:46 -03: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 |
|
|
|
060843d912
|
Merge pull request #380 from skywinder/typo-fix
Fixed typos in documentation
|
2017-08-19 16:24:31 -03:00 |
|
|
|
d3bc0a4ef7
|
Merge pull request #379 from skywinder/patch-1
Fixed typo in documentation
|
2017-08-19 16:22:58 -03:00 |
|
|
|
99efe80c61
|
fixed typos in standart token doc
|
2017-08-18 15:35:13 +03:00 |
|
|
|
b12db57f34
|
Fixed typo
recieve -> receive
|
2017-08-18 15:25:15 +03:00 |
|
|
|
9333fec5f1
|
fix to issue 375
|
2017-08-17 21:56:11 +03:00 |
|
|
|
7c9c0f6538
|
Fix for mispelled words (#371)
|
2017-08-15 23:08:41 +02:00 |
|
|
|
4fc6bb7977
|
remove token.finishMinting() from default finalization
|
2017-08-12 22:02:44 -03:00 |
|
|
|
b972f43513
|
Merge pull request #345 from SylTi/master
Add Transfer event when token is minted
|
2017-08-11 14:47:43 -03:00 |
|