Commit Graph

153 Commits (2b3aa0d220e239e124e9c8c711c52bd6058ec908)

Author SHA1 Message Date
Santiago Palladino e96164feea ERC721 full implementation (#803) 7 years ago
medvedev1088 d1146e8c8b Add Whitelist contract (#746) 7 years ago
Alejo Salles c05918c3cc Crowdsale refactor and add new models (#744) 7 years ago
Santiago Palladino 4d7c3cca75 Move token creation outside of crowdsale contract (#690) 7 years ago
Facundo Spagnuolo c5d66183ab Move ERC20 contracts to ERC20 custom folder (#701) 7 years ago
Facundo Spagnuolo 1eea95f9ac Move ERC721 files to custom folder (#700) 7 years ago
Santiago Palladino 370e6a882a ERC20 totalSupply changed from public property to a function (#666) 7 years ago
Facundo Spagnuolo 23afc74b59 Address feedback comments for ERC721 7 years ago
Ernestas Prisakaru dcf1f8d22d Rename ERC23 occurrences to ERC223 7 years ago
AugustoL b67856c69d Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
Facundo Spagnuolo af337047a4 Fix solint errors 7 years ago
AugustoL 2b008f4cb6 Fix solidity linter errors 7 years ago
Facundo Spagnuolo 5b50e99a0d ERC721 required functionality tests 7 years ago
AugustoL 87f5916341 Separate ERC827 interface in another contract 7 years ago
AugustoL 8854966847 change throw for require in MessageHelper contract@ 7 years ago
Matt Condon 3b48a671fd fix: solium errors - whitespace related 7 years ago
Matt Condon bd2f1773cd fix: solium errors - function-order only 7 years ago
Matt Condon e60aee61f2 fix: solium errors - blank-line only 7 years ago
Matt Condon b2e2d9ab1c fix: solium errors - indentation only 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
AugustoL e57f4be1fb Rename SmartToken to ERC827 7 years ago
AugustoL a4b1cd6e31 Add SmartToken contract with tests and documentation 7 years ago
AugustoL 326df13bf3 Add ECRecoveryMock contract 7 years ago
Federico Bond 090e2fca16 Remove duplicated constructor call in FinalizableCrowdsaleImpl 7 years ago
Santiago Palladino 1455a5a942 Re-enable solidity coverage 7 years ago