Commit Graph

437 Commits (e60aee61f20d25bffa0a1f651247810a8bc8a660)

Author SHA1 Message Date
Francisco Giordano 84e3e76bb8 fix PausableToken documentation 8 years ago
Petr Korolev 99efe80c61 fixed typos in standart token doc 8 years ago
Petr Korolev b12db57f34 Fixed typo 8 years ago
Yaron Velner 9333fec5f1 fix to issue 375 8 years ago
Giuseppe Bertone 7c9c0f6538 Fix for mispelled words (#371) 8 years ago
Francisco Giordano 4fc6bb7977 remove token.finishMinting() from default finalization 8 years ago
Jakub Wojciechowski c6e055689b Change crowdsales to use timestamps instead of block numbers #350 update example 8 years ago
Jakub Wojciechowski 77dfcb6e23 Change crowdsales to use timestamps instead of block numbers #350 8 years ago
SylTi 4fe837704b Add Transfer event when token is minted to be fully ERC20 compliant & 8 years ago
Jakub Wojciechowski a9e1fcd623 Add complex crowdsale example #331 requested changes 8 years ago
Jakub Wojciechowski 2403508e1b Add complex crowdsale example #331 8 years ago
Logan Saether b414545b6e fixed typos XP 8 years ago
lsaether 3296471bda Added contracts/token/BurnableToken.sol 8 years ago
Ariel Barmat eb5b6252bc Add missing parentheses in modifier 8 years ago
Jeremy Grenier 09a8da5d6a Remove return values of pause() and unpause() of Pausable 8 years ago
Yondon Fu 863ad48a81 Check proof length multiple of 32. Use keccak256 instead of sha3 8 years ago
Santiago Palladino 5e7c168b25 Fix missing storage keyword warnings 8 years ago
Francisco Giordano a799d218fd add constant qualifier 8 years ago
Francisco Giordano 9f0cbd3303 move example contract 8 years ago
Francisco Giordano 58e2e4d742 remove MultisigWallet in favor of ConsenSys/MultiSigWallet 8 years ago
pooleja b2e36314cb Add requirement for address to not be 0 and throw error 8 years ago
Brian Guo 93b953fb48 changed instances of uint to uint256; fixes issue #226 8 years ago
AugustoL 4f44427966 Added function helper, few changes on ECRecover lib 8 years ago
Augusto f8c0fab5d8 Fixed tests and few changes on contract comments 8 years ago
Augusto 478d1b1a93 Removed safeRecover, using ecrecover method instead, recovering signature from entire hash 8 years ago
AugustoL a68eaa4e2d Added NatSpec documentation on ECRecovery contract 8 years ago
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 8 years ago
Augusto 4201d50dcf ECRecovery library added with test and docs 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
Joseph Krug 353285e5d9 Added Constant to SafeMath functions as they don't modify storage 8 years ago
Adam Dossa a56bcbf8fd Correctly call super.transferableTokens 8 years ago
Francisco Giordano 6331dd125d fix ERC20 to conform to standard 8 years ago
Francisco Giordano 5e423bc353 add release function, deprecate claim 8 years ago
Francisco Giordano f507a0ea29 fix references to SafeMath in 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
Francisco Giordano b961eea89d fix claimRefund precondition 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
Francisco Giordano 5d847ed4d9 tweak TokenTimelock documentation 8 years ago