Commit Graph

13 Commits (a1f168be961b6c2f7592716864d7b9b104365476)

Author SHA1 Message Date
skyge 1fd993bc01 Unify code comments style. (#1603) 6 years ago
Nicolás Venturo b7d60f2f9a
Fix warnings (#1606) 6 years ago
Nicolás Venturo 76abd1a41e
Replaced Solium in favor of Solhint (#1575) 6 years ago
Nicolás Venturo be5ed7364b
Release v2.1.0 solc 0.5.x (#1568) 6 years ago
Nicolás Venturo 5471fc808a
Updated code style to 4 space indentation and 120 characters per line. (#1508) 6 years ago
Hao (Alan) Tang 32bc7a6fe5 add an address typecast to this per issue #1457 (#1471) 6 years ago
Nicolás Venturo 4115686b4f TokenVesting improvements (#1431) 6 years ago
Nicolás Venturo 3b34436b44 Made some TokenVesting public functions private. (#1427) 6 years ago
Francisco Giordano e7aa8dedbc Turn off blank-lines Solium rule (#1284) 6 years ago
Nicolás Venturo 67dac7ae99
TokenVesting improvements (#1431) 6 years ago
Nicolás Venturo df3c113711
Made some TokenVesting public functions private. (#1427) 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
Leo Arias 7bb87237f3 Improve encapsulation on ERCs (#1270) 7 years ago
Leo Arias 45c0c072d1 Improve encapsulation on lifecycle, ownership and payments (#1269) 7 years ago
Francisco Giordano 00abd3aadc Rename proposals directory to drafts and move some contracts there (#1271) 7 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
Roman Storm 56735a706c Use address(this) instead of this (#1134) 7 years ago
Leo Arias 2765350248 Prefix all parameters with underscore (#1133) 7 years ago
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Doug Crescenzi d5f06ab32f addressed TokenVesting contstructor natspec updates in #742 (#935) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Matt Condon 9e1c934ffd
Various fixes and formatting chores (#885) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Leo Arias 82ce197e44 tests: fix most of the static warnings (#844) 7 years ago
Facundo Spagnuolo c5d66183ab Move ERC20 contracts to ERC20 custom folder (#701) 7 years ago
AugustoL b67856c69d Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
Matt Condon e60aee61f2 fix: solium errors - blank-line only 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
Alejandro Santander b50391862c Changes to remove warnings 7 years ago
Alejandro Santander 815d9e1f45 Replace constant with view/pure 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
thesved e74652415f
Math.sol is not used, not needed 7 years ago
Dora E. Mondrian d7b67eca52 Use address type 7 years ago
Martín Triay b60e434e0b [TokenVesting] Add missing safemath ops 7 years ago
Martín Triay eb9f88bafc [TokenVesting] Remove unused variable 7 years ago
Martín Triay aa431dfb20 [TokenVesting] Increase released amount before transfer 7 years ago
Martín Triay fff8e040b7 [TokenVesting] vestedAmount returns the historical vested amount 7 years ago
Martín Triay 74636b7333 [TokenVesting] Use SafeMath 7 years ago
Francisco Giordano d5e0714faf use safeTransfer 7 years ago
Francisco Giordano a184013d1e explicitly mark functions public 7 years ago
Francisco Giordano 7d08c4da7f make TokenVesting variables public 7 years ago
Francisco Giordano 01b92d1d56 fix a problem when revoke is called twice 7 years ago
Martín Triay 9e0e80e820 [TokenVesting] Allow instantiation of already started vesting contracts. Improve comments' wording. 7 years ago
Martín Triay 562fb6945f [TokenVesting] Rename events according to convention 7 years ago
Martín Triay 822de45bfc [TokenVesting] Add a start parameter to constructor to defer vesting 7 years ago
Martín Triay bd56163900 [TokenVesting] Fix vestedAmount calculation. Linearity test watches beneficiary balance over vestedAmount 7 years ago
Martín Triay c11265e694 [TokenVesting] Add events 7 years ago
Francisco Giordano 3da7c31484 add revocable flag 7 years ago