|
|
a3446507ec
|
Add fix for the approve() mitigation.
|
2017-05-17 01:33:13 +03:00 |
|
|
|
cf7bc06856
|
Switch function name to destroyAndSend
|
2017-05-09 23:20:44 +03:00 |
|
|
|
4de772f5ed
|
add destroy function, allowing send funds to recepient
|
2017-05-08 22:50:43 +03:00 |
|
|
|
b4b6029f66
|
Create and test PausableToken Contract
|
2017-04-29 01:08:14 +01: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 |
|
|
|
a8bcb0fcfe
|
Added totalPayments uint on PullPayments contract
|
2017-04-14 14:30:31 -03:00 |
|
|
|
37c6782f95
|
Add MintFinished event to MintableToken #191
|
2017-04-13 14:23:41 +08:00 |
|
|
|
31c05c4c7d
|
Remove excessive condition from SafeMath.safeAdd()
There is no situation when `c>=a` will be `true` while `c>=b` will be `false`.
|
2017-04-12 15:22:52 +08:00 |
|
|
|
22018fd374
|
Merge pull request #188 from jdetychey/patch-3
fix for short address attack
|
2017-04-11 17:02:24 -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 |
|
|
|
a605f66972
|
Create and test MintableToken contract
|
2017-04-07 14:51:33 -06:00 |
|
|
|
0328250554
|
Merge pull request #187 from DavidKnott/change-killable-contract-to-destructible
Change killable to destructible and kill to destroy
|
2017-04-07 15:16:06 -03:00 |
|
|
|
70b5ffd928
|
Change killable to destructible and kill to destroy
|
2017-04-07 11:34:35 -06: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 |
|
|
|
af604379d3
|
rebase conflict fixes
|
2017-04-05 18:30:14 -03:00 |
|
|
|
7d83a08658
|
8.2.3 removed ownable
|
2017-04-05 18:27:34 -03:00 |
|
|
|
2ccbfea8c5
|
8.1.2 add comment clarifying Migrations
|
2017-04-05 18:27:34 -03:00 |
|
|
|
fad287007b
|
7.2 add preconditions to Shareable contructor
|
2017-04-05 18:27:34 -03:00 |
|
|
|
cd9f820b85
|
fix syntax error
|
2017-04-05 18:27:34 -03:00 |
|
|
|
582166d378
|
7.1 pull payment safe math
|
2017-04-05 18:27:34 -03:00 |
|
|
|
ab9eecb104
|
6.1 fix stuck Ether in Crowdsale contract
|
2017-04-05 18:27:34 -03:00 |
|
|
|
52120a8c42
|
5.3 always throw on error
|
2017-04-05 18:27:34 -03:00 |
|
|
|
a1aa74f96d
|
5.2 all contracts now solidity ^0.4.8
|
2017-04-05 18:25:14 -03:00 |
|
|
|
6ae7ac97f6
|
Merge pull request #181 from roderik/patch-1
Shareable is not used in this contract
|
2017-04-05 17:25:28 -03:00 |
|
|
|
41d2fde952
|
Fix vesting calculation logic
|
2017-04-05 13:13:17 +02:00 |
|
|
|
f0e7396619
|
Shareable is not used in this contract
|
2017-04-05 08:33:30 +02:00 |
|
|
|
0b88944b38
|
fix a few typos
|
2017-04-03 22:06:41 -03:00 |
|
|
|
61e33197b2
|
rename TransferableToken to LimitedTransferToken
fixes #179
|
2017-04-03 22:04:07 -03:00 |
|
|
|
6f311e72b3
|
change sha3 and suicide methods to keccak256 and selfdestruct
see ethereum/solidity#1476
|
2017-04-03 11:31:56 -03:00 |
|
|
|
a344d42a00
|
Merge pull request #170 from Recmo/feature/no-owner
Prevent contracts from owning Ether, Tokens and other contracts.
|
2017-03-31 16:51:18 -03:00 |
|
|
|
7f7238378c
|
change type of owners from uint[] to address[]
fixes #175
|
2017-03-31 13:14:59 -03:00 |
|
|
|
1d2b989e8e
|
Fix typo in comment
|
2017-03-31 09:39:29 +01:00 |
|
|
|
a2bd1bb7f6
|
Add ReentrancyGuard
|
2017-03-24 11:01:06 +00:00 |
|
|
|
ac3b3652c3
|
Add NoOwner
|
2017-03-23 15:48:22 +00:00 |
|
|
|
166a1070e5
|
Add HasNoContracts
|
2017-03-23 15:43:52 +00:00 |
|
|
|
94d3c447b7
|
Add HasNoTokens
|
2017-03-23 15:22:48 +00:00 |
|
|
|
d1af3ef1b3
|
Add HasNoEther
|
2017-03-23 12:23:27 +00:00 |
|
|
|
ffce7e3b08
|
Merge pull request #166 from AragonOne/transaferable
Add comments for Transferable Token
|
2017-03-20 15:43:56 -03:00 |
|
|
|
463ae97117
|
Merge pull request #160 from Recmo/feature/token-killable
Add TokenKillable
|
2017-03-20 11:27:19 -03:00 |
|
|
|
350ab09855
|
Add comments for TransferableToken
|
2017-03-20 10:16:48 +01:00 |
|
|
|
72029b6847
|
Decouple transferable logic from VestedToken
|
2017-03-14 20:22:18 +01:00 |
|
|
|
525a5522b0
|
Add TokenKillable
|
2017-03-14 14:09:59 +00:00 |
|
|
|
29ab824e5c
|
revert TokenGrant instantiation to old style
|
2017-03-09 14:37:02 -03:00 |
|
|
|
12aadbed51
|
Move check to transferFrom and add tests
|
2017-03-06 11:09:01 +01:00 |
|
|
|
23703280ee
|
Check if tokens are transaferable on approve
|
2017-03-06 11:02:57 +01: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 |
|
|
|
b134645637
|
Merge pull request #150 from maraoz/solidty-version
solidity version 0.4.8
|
2017-02-23 09:12:54 -03:00 |
|