|
|
635c04378d
|
Removed ECRecovery mock contract, ECRecovery funcions are public constants
|
2017-07-18 11:31:30 -03:00 |
|
|
|
227c7aae0f
|
added check to ret boolean on ECRecovery
|
2017-07-18 11:31:30 -03:00 |
|
|
|
641b751385
|
Fix ECRecovery contract indentation
Fix ident on github
Fix ident github
Fix ident on github
|
2017-07-18 11:31:30 -03:00 |
|
|
|
4201d50dcf
|
ECRecovery library added with test and docs
|
2017-07-18 11:31:30 -03:00 |
|
|
|
67d3a759a7
|
leave weiAmount after PR comments
|
2017-07-17 21:36:09 -03:00 |
|
|
|
950b6a5e56
|
sanity check for RefundableCrowdsale: goal > 0
|
2017-07-17 21:36:09 -03:00 |
|
|
|
db40fd314a
|
sanity check for CappedCrowdsale: cap > 0
|
2017-07-17 21:36:09 -03:00 |
|
|
|
6035bd522b
|
simplify crowdsale weiRaised update
|
2017-07-17 21:36:09 -03:00 |
|
|
|
b8884687df
|
fix off by one error in VestedToken
|
2017-07-17 21:34:38 -03:00 |
|
|
|
18581f138f
|
converted if() throw convention to require()/assert()/revert()
|
2017-07-17 15:35:09 -03:00 |
|
|
|
353285e5d9
|
Added Constant to SafeMath functions as they don't modify storage
|
2017-07-15 11:37:35 -07:00 |
|
|
|
a56bcbf8fd
|
Correctly call super.transferableTokens
Fix #307
|
2017-07-14 18:17:09 -03:00 |
|
|
|
6331dd125d
|
fix ERC20 to conform to standard
|
2017-07-13 12:05:45 -03:00 |
|
|
|
5e423bc353
|
add release function, deprecate claim
|
2017-07-05 11:24:59 -03:00 |
|
|
|
f507a0ea29
|
fix references to SafeMath in crowdsale contracts
|
2017-07-02 18:39:51 -03:00 |
|
|
|
d5a75362ec
|
Merge pull request #288 from frangio/refactor/math
Move SafeMath and create Math library for assorted operations
|
2017-07-02 18:13:47 -03:00 |
|
|
|
e748c3ea36
|
Merge pull request #283 from OpenZeppelin/crowdsale
Add Crowdsale contracts
|
2017-07-02 17:59:19 -03:00 |
|
|
|
421ed4f8ab
|
fix references to max and min functions
|
2017-07-02 17:56:34 -03:00 |
|
|
|
0b1f08043b
|
change Math to a library instead of a contract
|
2017-07-02 17:56:10 -03:00 |
|
|
|
759f8de81f
|
fix import directories
|
2017-07-02 17:52:44 -03:00 |
|
|
|
b961eea89d
|
fix claimRefund precondition
|
2017-07-02 17:10:11 -03:00 |
|
|
|
070bcbcdbd
|
rename purchaseValid to validPurchase
|
2017-07-02 17:05:06 -03:00 |
|
|
|
46fe7ee76d
|
guard against beneficiary == 0x0
|
2017-07-02 16:51:26 -03:00 |
|
|
|
ba383a6d20
|
refactor max and min out of SafeMath
|
2017-07-02 13:01:55 -03:00 |
|
|
|
a66f5f8f03
|
format SafeMath documentation as NatSpec
|
2017-07-02 13:00:23 -03:00 |
|
|
|
262b7dd7dd
|
Merge pull request #285 from frangio/feature/token-timelock
Add a TokenTimelock contract
|
2017-06-30 23:14:24 -03:00 |
|
|
|
5d847ed4d9
|
tweak TokenTimelock documentation
|
2017-06-30 21:28:45 -03:00 |
|
|
|
b3ca0c73b3
|
add a TokenTimelock contract
|
2017-06-30 21:25:59 -03:00 |
|
|
|
54d74b1c26
|
rename canBuy to purchaseValid
|
2017-06-30 17:54:26 -03:00 |
|
|
|
657c56c650
|
remove unecessary whitespace
|
2017-06-30 17:54:07 -03:00 |
|
|
|
59e9609926
|
remove CrowdsaleToken
it is superseded by the new crowdsale contracts
|
2017-06-30 15:50:47 -03:00 |
|
|
|
e31abffcb6
|
fix(token): typo in documentation
Implemantation -> Implementation
|
2017-06-30 14:40:15 -04:00 |
|
|
|
cd47fbe953
|
Improve Crowdsale#rate documentation
|
2017-06-30 11:23:28 -03: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 |
|
|
|
de92a02127
|
Add Crowdsale contracts
|
2017-06-27 18:34:04 -03: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 |
|
|
|
2020d56ba4
|
assert is now built in
|
2017-06-17 11:10:30 +08:00 |
|
|
|
bc3db5d4c1
|
Fix weird indent issue for inline assembly
|
2017-06-15 11:13:37 -04:00 |
|
|
|
30e202313d
|
Fix indentation in MerkleProof.sol and remove mock contract
|
2017-06-15 11:10:37 -04:00 |
|
|
|
3c4d0d0a77
|
MerkleProof library and initial stubbed out tests
|
2017-06-14 16:34:46 -04:00 |
|
|
|
403e7336a9
|
fixed typo
|
2017-06-14 16:31:12 -04:00 |
|
|
|
ffe464a43e
|
Refactors the Mintable Token contract
|
2017-06-14 10:38:32 -06:00 |
|
|
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
2017-06-06 21:41:54 -06:00 |
|
|
|
f214dccab9
|
removed redundant returns
|
2017-06-06 17:10:55 +08:00 |
|
|
|
c0cce27703
|
remove redundant return
|
2017-06-02 00:27:16 +08:00 |
|