|
|
ed872ca0a1
|
Minor coverage maintenance
|
2017-07-21 11:25:53 -07:00 |
|
|
|
c3a30e9be3
|
Merge pull request #318 from BrianGuo/master
changed instances of uint to uint256
|
2017-07-19 15:54:53 -03:00 |
|
|
|
93b953fb48
|
changed instances of uint to uint256; fixes issue #226
|
2017-07-19 09:59:46 -04:00 |
|
|
|
e2fdf09e9b
|
v1.2.0
v1.2.0
|
2017-07-18 15:07:10 -03:00 |
|
|
|
4f44427966
|
Added function helper, few changes on ECRecover lib
|
2017-07-18 11:31:30 -03:00 |
|
|
|
f8c0fab5d8
|
Fixed tests and few changes on contract comments
|
2017-07-18 11:31:30 -03:00 |
|
|
|
478d1b1a93
|
Removed safeRecover, using ecrecover method instead, recovering signature from entire hash
|
2017-07-18 11:31:30 -03:00 |
|
|
|
a68eaa4e2d
|
Added NatSpec documentation on ECRecovery contract
|
2017-07-18 11:31:30 -03:00 |
|
|
|
68c2bcb9dd
|
Removed .only on ECRecovery tests
|
2017-07-18 11:31:30 -03:00 |
|
|
|
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 |
|
|
|
b05fb9c200
|
Update ownable.rst
Change the name of the function in the docs to the actual name in the contract source To prevent misunderstandings.
|
2017-07-17 21:37:59 -03:00 |
|
|
|
4f34d41523
|
Fixing typo.
|
2017-07-17 21:37:32 -03:00 |
|
|
|
91fc295a42
|
Updated reference to Ownable contract.
|
2017-07-17 21:37:32 -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 |
|
|
|
f3867f8477
|
Merge pull request #315 from joeykrug/patch-1
Added Constant to SafeMath functions as they don't modify storage
|
2017-07-15 15:52:36 -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 |
|
|
|
81297fac88
|
Merge pull request #308 from frangio/fix/erc20
Make ERC20 and token contracts conform to standard
|
2017-07-13 17:28:50 -03:00 |
|
|
|
6331dd125d
|
fix ERC20 to conform to standard
|
2017-07-13 12:05:45 -03:00 |
|
|
|
f8790c1ed7
|
Merge pull request #304 from cgewecke/fix-coveralls
Fix coverage
|
2017-07-10 23:24:45 -03:00 |
|
|
|
5afbdf00db
|
Fix coverage
|
2017-07-10 15:45:12 -07:00 |
|
|
|
322a9598ab
|
Merge pull request #289 from ezynda3/master
update according to changes in #288
|
2017-07-06 11:07:13 -03:00 |
|
|
|
ba86e8e095
|
Merge pull request #296 from frangio/fix/293-tokentimelock-claim
Add TokenTimelock#release function that anyone can call
|
2017-07-05 11:47:15 -03:00 |
|
|
|
5e423bc353
|
add release function, deprecate claim
|
2017-07-05 11:24:59 -03:00 |
|
|
|
f2c2c01f8e
|
Merge branch 'master' of github.com:OpenZeppelin/zeppelin-solidity
|
2017-07-02 15:50:40 -07:00 |
|
|
|
7434b3d6d2
|
v1.1.0
v1.1.0
|
2017-07-02 18:53:32 -03:00 |
|
|
|
63b5fc5971
|
Merge pull request #290 from frangio/fix/safemath-references
Fix references to SafeMath in crowdsale contracts
|
2017-07-02 18:50:29 -03:00 |
|
|
|
f507a0ea29
|
fix references to SafeMath in crowdsale contracts
|
2017-07-02 18:39:51 -03:00 |
|
|
|
c254d8703d
|
update according to changes in #288
|
2017-07-02 14:33:15 -07:00 |
|
|
|
981ec2dbdc
|
v1.1.0
|
2017-07-02 18:27:18 -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 |
|
|
|
96b550b722
|
Merge pull request #287 from jakub-wojciechowski/test/day-limit
Added new test for a day passed scenario to the DayLimit contract
|
2017-07-02 17:37:28 -03:00 |
|
|
|
b961eea89d
|
fix claimRefund precondition
|
2017-07-02 17:10:11 -03:00 |
|
|
|
d2dd6e40b6
|
added new test for a day passed scenario to the DayLimit contract
|
2017-07-02 21:06:58 +01: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 |
|