Commit Graph

83 Commits (281338409b9dae5c75ea52c4a5a61c78bc4d768c)

Author SHA1 Message Date
Aniket 4f356e35a9 The beneficiary parameter of claimRefund is replaced with refundee (#1481) 6 years ago
Leo Arias ae339333d7 Add warning about trading tokens before refundable crowdsale goal is met (#1452) 6 years ago
Nicolás Venturo 1a4009f817 Crowdsale.buyTokens is now nonReentrant. (#1438) 6 years ago
Nicolás Venturo ecae7608f9 InitialRate must be strictly larger than finalRate. (#1441) 6 years ago
Nicolás Venturo 47b5d61844 Fixed how allowance crowdsale checks remaining tokens. (#1449) 6 years ago
Nicolás Venturo 984fe23a46 Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo a9bffb3787 Now setting the finalized flag before doing finalization to prevent possbile reentrancy issues. (#1447) 6 years ago
Nicolás Venturo 6e53c4e129 Crowdsale docs improvements. (#1446) 6 years ago
Nicolás Venturo 2e848e12d1 IncPriceCrowdsale consistently returns 0 outside of the crowdsale window. (#1442) 6 years ago
Nicolás Venturo 6e055019d4 Closing time must be strictly after opening time. (#1440) 6 years ago
Nicolás Venturo 5ee55c4af3 Internal crowdsales (#1439) 6 years ago
Nicolás Venturo c5a8680a9c Moved Escrows into an escrow subdirectory, improved docs. (#1430) 6 years ago
Aniket 3266de1b5c Non-constructor initialization removed (#1403) 6 years ago
Francisco Giordano e7aa8dedbc Turn off blank-lines Solium rule (#1284) 6 years ago
Leo Arias 80458ebc72
Add warning about trading tokens before refundable crowdsale goal is met (#1452) 6 years ago
Nicolás Venturo 6d415c508b Crowdsale.buyTokens is now nonReentrant. (#1438) 6 years ago
Nicolás Venturo a936cbf5fb InitialRate must be strictly larger than finalRate. (#1441) 6 years ago
Nicolás Venturo 1ac1ac984e Fixed how allowance crowdsale checks remaining tokens. (#1449) 6 years ago
Nicolás Venturo bbe804a14b
Deleted unnecessary import. (#1437) 6 years ago
Nicolás Venturo 5bb865218f
Now setting the finalized flag before doing finalization to prevent possbile reentrancy issues. (#1447) 6 years ago
Nicolás Venturo 94692acb14
Crowdsale docs improvements. (#1446) 6 years ago
Nicolás Venturo 9155bfe27f
IncPriceCrowdsale consistently returns 0 outside of the crowdsale window. (#1442) 6 years ago
Nicolás Venturo 1c5f16ae26
Closing time must be strictly after opening time. (#1440) 6 years ago
Nicolás Venturo d9fdffe88e
Internal crowdsales (#1439) 6 years ago
Nicolás Venturo f3df2dab3d
Moved Escrows into an escrow subdirectory, improved docs. (#1430) 6 years ago
Aniket da67e435b1 Non-constructor initialization removed (#1403) 6 years ago
Francisco Giordano 9b37104655
Turn off blank-lines Solium rule (#1284) 6 years ago
Leo Arias 6c4c8989b3 Use prefix underscore for state variables and no underscore for parameters (#1282) 6 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 6 years ago
Francisco Giordano bf95602404
Simplify IndividuallyCappedCrowdsale interface (#1296) 6 years ago
Leo Arias ab13379653 Improve encapsulation on TimedCrowdsale (#1281) 7 years ago
Leo Arias 616124e37c Update modifiers to call public view functions (#1277) 7 years ago
Leo Arias b8a70f0e55 Improve encapsulation on Crowdsales (#1268) 7 years ago
Francisco Giordano 4eb4d7114d
Allow non-beneficiaries to trigger release of their funds (#1275) 7 years ago
Leo Arias b0f20d43df Add a leading underscore to internal and private functions. (#1257) 7 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
viquezclaudio b6943263d2 Added "_" sufix to internal variables (#1171) 7 years ago
Leo Arias 1c0532455a
Rename events to past-tense (#1181) 7 years ago
Nicolás Venturo a9f910d34f Increase test coverage (#1237) 7 years ago
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
Nicolás Venturo 418a6b5791 Crowdsale inheritance order (#1128) 7 years ago
Nicolás Venturo 3d86c58d2c Crowdsale inheritance order (#1128) 7 years ago
Vittorio Minacori ca9e317259 Update Truffle and Solium (#1105) 7 years ago
Doug Crescenzi 23074676c4 Improved documentation for _preValidatePurchase method in Crowdsale (#1101) 7 years ago
Leo Arias 45d6943913 Fix typos (#1082) 7 years ago
Hoon Choi 5f6d511af9 Fix typo in Crowdsale.sol (#1035) 7 years ago
Matt Condon 3318b91697
feat: add AutoIncrementing contract (#1023) 7 years ago
Leonardo 99e4b081dc ECRecover test should revert because of wrong calldata size (#1050) 7 years ago
Nicolás Venturo 8fd072cf8e Escrows (#1014) 7 years ago
Doug Crescenzi 74a62a1314 using SafeERC20 to implement safeTransfer in Crowdsale (#1006) 7 years ago