Augusto
|
635c04378d
|
Removed ECRecovery mock contract, ECRecovery funcions are public constants
|
8 years ago |
Augusto
|
227c7aae0f
|
added check to ret boolean on ECRecovery
|
8 years ago |
Augusto
|
641b751385
|
Fix ECRecovery contract indentation
Fix ident on github
Fix ident github
Fix ident on github
|
8 years ago |
Augusto
|
4201d50dcf
|
ECRecovery library added with test and docs
|
8 years ago |
Mauro Velazquez
|
b05fb9c200
|
Update ownable.rst
Change the name of the function in the docs to the actual name in the contract source To prevent misunderstandings.
|
8 years ago |
Rudy Godoy
|
4f34d41523
|
Fixing typo.
|
8 years ago |
Rudy Godoy
|
91fc295a42
|
Updated reference to Ownable contract.
|
8 years ago |
Jakub Wojciechowski
|
67d3a759a7
|
leave weiAmount after PR comments
|
8 years ago |
Jakub Wojciechowski
|
950b6a5e56
|
sanity check for RefundableCrowdsale: goal > 0
|
8 years ago |
Jakub Wojciechowski
|
db40fd314a
|
sanity check for CappedCrowdsale: cap > 0
|
8 years ago |
Jakub Wojciechowski
|
6035bd522b
|
simplify crowdsale weiRaised update
|
8 years ago |
Francisco Giordano
|
b8884687df
|
fix off by one error in VestedToken
|
8 years ago |
Peter Murray
|
18581f138f
|
converted if() throw convention to require()/assert()/revert()
|
8 years ago |
Manuel Aráoz
|
f3867f8477
|
Merge pull request #315 from joeykrug/patch-1
Added Constant to SafeMath functions as they don't modify storage
|
8 years ago |
Joseph Krug
|
353285e5d9
|
Added Constant to SafeMath functions as they don't modify storage
|
8 years ago |
Adam Dossa
|
a56bcbf8fd
|
Correctly call super.transferableTokens
Fix #307
|
8 years ago |
Francisco Giordano
|
81297fac88
|
Merge pull request #308 from frangio/fix/erc20
Make ERC20 and token contracts conform to standard
|
8 years ago |
Francisco Giordano
|
6331dd125d
|
fix ERC20 to conform to standard
|
8 years ago |
Manuel Aráoz
|
f8790c1ed7
|
Merge pull request #304 from cgewecke/fix-coveralls
Fix coverage
|
8 years ago |
cgewecke
|
5afbdf00db
|
Fix coverage
|
8 years ago |
Francisco Giordano
|
322a9598ab
|
Merge pull request #289 from ezynda3/master
update according to changes in #288
|
8 years ago |
Manuel Aráoz
|
ba86e8e095
|
Merge pull request #296 from frangio/fix/293-tokentimelock-claim
Add TokenTimelock#release function that anyone can call
|
8 years ago |
Francisco Giordano
|
5e423bc353
|
add release function, deprecate claim
|
8 years ago |
|
f2c2c01f8e
|
Merge branch 'master' of github.com:OpenZeppelin/zeppelin-solidity
|
8 years ago |
Manuel Araoz
|
7434b3d6d2
|
v1.1.0
|
8 years ago |
Manuel Aráoz
|
63b5fc5971
|
Merge pull request #290 from frangio/fix/safemath-references
Fix references to SafeMath in crowdsale contracts
|
8 years ago |
Francisco Giordano
|
f507a0ea29
|
fix references to SafeMath in crowdsale contracts
|
8 years ago |
|
c254d8703d
|
update according to changes in #288
|
8 years ago |
Manuel Araoz
|
981ec2dbdc
|
v1.1.0
|
8 years ago |
Manuel Aráoz
|
d5a75362ec
|
Merge pull request #288 from frangio/refactor/math
Move SafeMath and create Math library for assorted operations
|
8 years ago |
Manuel Aráoz
|
e748c3ea36
|
Merge pull request #283 from OpenZeppelin/crowdsale
Add Crowdsale contracts
|
8 years ago |
Francisco Giordano
|
421ed4f8ab
|
fix references to max and min functions
|
8 years ago |
Francisco Giordano
|
0b1f08043b
|
change Math to a library instead of a contract
|
8 years ago |
Francisco Giordano
|
759f8de81f
|
fix import directories
|
8 years ago |
Manuel Aráoz
|
96b550b722
|
Merge pull request #287 from jakub-wojciechowski/test/day-limit
Added new test for a day passed scenario to the DayLimit contract
|
8 years ago |
Francisco Giordano
|
b961eea89d
|
fix claimRefund precondition
|
8 years ago |
Jakub Wojciechowski
|
d2dd6e40b6
|
added new test for a day passed scenario to the DayLimit contract
|
8 years ago |
Francisco Giordano
|
070bcbcdbd
|
rename purchaseValid to validPurchase
|
8 years ago |
Francisco Giordano
|
46fe7ee76d
|
guard against beneficiary == 0x0
|
8 years ago |
Francisco Giordano
|
ba383a6d20
|
refactor max and min out of SafeMath
|
8 years ago |
Francisco Giordano
|
a66f5f8f03
|
format SafeMath documentation as NatSpec
|
8 years ago |
Manuel Aráoz
|
262b7dd7dd
|
Merge pull request #285 from frangio/feature/token-timelock
Add a TokenTimelock contract
|
8 years ago |
Francisco Giordano
|
5d847ed4d9
|
tweak TokenTimelock documentation
|
8 years ago |
Francisco Giordano
|
b3ca0c73b3
|
add a TokenTimelock contract
|
8 years ago |
Manuel Aráoz
|
d6a45ef14e
|
Merge pull request #282 from jasonbellamy/fix/standard-contract-docs-typo
fix(token): typo in documentation
|
8 years ago |
Francisco Giordano
|
54d74b1c26
|
rename canBuy to purchaseValid
|
8 years ago |
Francisco Giordano
|
657c56c650
|
remove unecessary whitespace
|
8 years ago |
Francisco Giordano
|
50a903a62d
|
use npm test script for travis
|
8 years ago |
Francisco Giordano
|
0791e6639a
|
add extra arguments to test command for development testing
|
8 years ago |
Francisco Giordano
|
59e9609926
|
remove CrowdsaleToken
it is superseded by the new crowdsale contracts
|
8 years ago |