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 |
Francisco Giordano
|
fadb2cf47e
|
add tests for crowdsale contracts
|
8 years ago |
Francisco Giordano
|
4d55d8fa8e
|
give more balance to testrpc accounts
includes fix to MultisigWallet test because bigger balances result in
floating point errors (see #204)
|
8 years ago |
Jason Bellamy
|
e31abffcb6
|
fix(token): typo in documentation
Implemantation -> Implementation
|
8 years ago |
Manuel Araoz
|
cd47fbe953
|
Improve `Crowdsale#rate` documentation
|
8 years ago |
Jason Bellamy
|
42c6392533
|
fix(token): typo in documentation
|
8 years ago |
Manuel Aráoz
|
3430c7a289
|
Merge pull request #280 from rstormsf/fix/revert_inheritance_order
change inheritance order for StandardToken and PausableToken
|
8 years ago |
RStorm
|
daf1784be4
|
change inheritance order for StandardToken and PausableToken
|
8 years ago |
Manuel Araoz
|
de92a02127
|
Add Crowdsale contracts
|
8 years ago |
Manuel Aráoz
|
82ca385725
|
Merge pull request #277 from frangio/fix-261
Remove all checks for short address attack
|
8 years ago |
Francisco Giordano
|
e33d9bb41b
|
remove all checks for short address attack (fixes #261)
|
8 years ago |
Manuel Aráoz
|
79b3a1b1a2
|
Merge pull request #273 from jooray/patch-1
Fix typo in StandardToken allowance documentation
|
8 years ago |
Manuel Aráoz
|
c6a3c29eb4
|
Merge pull request #272 from rstormsf/Removal-of-install-script
Removes install script
|
8 years ago |
Juraj Bednar
|
dd34d8df0f
|
Fix typo in StandardToken allowance documentation
|
8 years ago |
RStorm
|
80d052d43f
|
Fixes #253
|
8 years ago |
Manuel Aráoz
|
710f77dfe1
|
Merge pull request #269 from rstormsf/uint256
change uint to uint256
|
8 years ago |
RStorm
|
b1e504d6c6
|
change uint to uint256
|
8 years ago |
Manuel Aráoz
|
7deaee04c8
|
Merge pull request #263 from DaveAppleton/master
assert is now built in
|
8 years ago |
Dave Appleton
|
2020d56ba4
|
assert is now built in
|
8 years ago |
Manuel Aráoz
|
a49fe53fa1
|
Merge pull request #258 from mbrix/master
fixed typo
|
8 years ago |
Matt
|
403e7336a9
|
fixed typo
|
8 years ago |
Manuel Aráoz
|
fea2a8383c
|
Merge pull request #256 from DavidKnott/refactor-mintable-token
Refactor MintableToken Contract
|
8 years ago |
David Knott
|
ffe464a43e
|
Refactors the Mintable Token contract
|
8 years ago |
Manuel Aráoz
|
3fbcb1b282
|
Merge pull request #250 from jdkanani/yarn-setup
Add yarn support and use it for Travis CI
|
8 years ago |
Jaynti Kanani
|
28b2a0c881
|
Move npm to yarn
|
8 years ago |
Manuel Araoz
|
7b9c1429d9
|
v1.0.7
|
8 years ago |
Manuel Aráoz
|
d53ddd4a95
|
Merge pull request #242 from DavidKnott/upgrade-truffle-and-solidity
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
8 years ago |
David Knott
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
8 years ago |
Manuel Aráoz
|
c3cb0dcf80
|
Merge pull request #238 from DaveAppleton/master
remove redundant return
|
8 years ago |
Dave Appleton
|
f214dccab9
|
removed redundant returns
|
8 years ago |