Commit Graph

1034 Commits (42787e2a7586917dfbfeb8edbb6b69d81841e019)
 

Author SHA1 Message Date
Francisco Giordano 9be77ddd54
Merge pull request #469 from nedodn/patch-2 7 years ago
Francisco Giordano 70a17d0b96
Merge pull request #475 from et/patch-2 7 years ago
Francisco Giordano ad2282456e
Merge pull request #478 from rudygodoy/patch-2 7 years ago
Francisco Giordano fe3e360483
Merge pull request #482 from sohkai/patch-1 7 years ago
Francisco Giordano 5a857fc1a7
Merge pull request #490 from Nedudi/master 7 years ago
Francisco Giordano c5cd35b2ea
Merge pull request #504 from FloorLamp/patch-1 7 years ago
Francisco Giordano a808b0b03f
Merge pull request #523 from thesved/patch-1 7 years ago
Francisco Giordano 4e8f422a81
Merge pull request #542 from spalladino/feature/travis-notifications 7 years ago
Santiago Palladino 070226d624 Add Slack notifications 7 years ago
Alejandro Santander 2413f83504 Include 'revert' in expectThrow() helper 7 years ago
Andy Chen be692e59eb
Update RefundVault.sol 7 years ago
thesved e74652415f
Math.sol is not used, not needed 7 years ago
Chen Yi-Cyuan 5ad07e1892 improve mum performance and reduce gas cost 7 years ago
Chris Whinfrey 575372f660 Add Capped Token tests 7 years ago
Chris Whinfrey 7a26a0ecf1 Add capped token contract 7 years ago
Francisco Giordano 8e01dd14f9 Merge pull request #510 from doraemondrian/master 7 years ago
Francisco Giordano 5088c64140 Merge pull request #503 from martriay/fix-missing-safemath 7 years ago
Dora E. Mondrian ac4a19dd7d Use address type 7 years ago
Dora E. Mondrian 09b1926c41 Use address type 7 years ago
Dora E. Mondrian d7b67eca52 Use address type 7 years ago
Dora E. Mondrian e4427befbb Use address type 7 years ago
Dora E. Mondrian ca1babe1f7 Use address type 7 years ago
Tal Ater 1d54b86a7c Replace deprecated throw with assert in Solidity tests 7 years ago
Mikhail Melnik 2d83c557b1 Finish minting should me called only once 7 years ago
Norton Wang dfb9ebd647 Update ecrecovery.rst 7 years ago
Martín Triay b60e434e0b [TokenVesting] Add missing safemath ops 7 years ago
Francisco Giordano 39d6c92069 Merge pull request #497 from martriay/token-vesting-fix 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 647fc13963 Merge pull request #492 from frangio/fix-vesting-revoke 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
Dmitry Dudin 790833e5d4 Update SimpleToken.sol 7 years ago
Boris Kostenko 2cb2799a51 align docs developer-resources.rst with README.md 7 years ago
Boris Kostenko 9dcf37dd19 align docs getting-started.rst with README.md 7 years ago
Boris Kostenko 0d89e99ceb Fix contracts path issue 7 years ago
Boris Kostenko a5a1be7219 Fixing docs issue #459 7 years ago
Francisco Giordano 5aba967db9 Merge pull request #476 from martriay/add-token-vesting 7 years ago
Martín Triay ffd1090718 [TokenVesting] Remove VestedTokenMock 7 years ago
Martín Triay 22b9263674 [TokenVesting] Remove VestedToken and LimitedTranferToken 7 years ago
Martín Triay d21d35ca6f [TokenVesting] Fix test. 7 years ago
Martín Triay 4e39f50aec [TokenVesting] Remove unnecessary instatiation on test. 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