Commit Graph

721 Commits (160bf1a6ebb67fd53f8c4536b944650044124689)

Author SHA1 Message Date
Martín Triay a227b212f5 [TokenVesting] Add tests 7 years ago
Francisco Giordano 6344a76f83 add pending tests 7 years ago
Francisco Giordano 3da7c31484 add revocable flag 7 years ago
Francisco Giordano 80e591f487 add TokenVesting contract 7 years ago
Dan Phifer 3837319141 Adding some additional tests 7 years ago
Roy Blankman 6d8bb497c8 removing trailing whitespace 7 years ago
Ariel Barmat dc1017c929 Simplify implementation using similar interface as PullPayment contract 8 years ago
Ariel Barmat 69e83e5086 Add a SplitPullPayment contract that combines distribution of funds and delayed withdrawal from each party 8 years ago
Ariel Barmat 8336785a9b Add a SplitPayment contract to distribute funds among multiple beneficiaries 8 years ago
Francisco Giordano 00f80c726a fix reference to mock contract 8 years ago
Francisco Giordano 74db6c2b3b add missing test for error when doing transferFrom to 0x0 8 years ago
Pavel Rubin d095ba84bf Add tests to check transfers to 0x0 fail 8 years ago
Francisco Giordano c37c233d22 add SafeERC20 tests for succeeding operations 8 years ago
Francisco Giordano c7636bdc4c add safe ERC20 helpers 8 years ago
SylTi 51906bae6c refactor 8 years ago
SylTi 406004a99a refactor HasNoTokens.sol 8 years ago
Rudy Godoy 289fd87ef8 Tests increase and decrease allowance for spender 8 years ago
Jakub Wojciechowski 0d6846a882 Remove moment.js dependencies - updates after review 8 years ago
Francisco Giordano 36452136f1 add test for finishMinting 8 years ago
Jakub Wojciechowski e86ac90853 Refactor and remove moment.js usages 8 years ago
Jakub Wojciechowski 99e0f5b5cb Refactor time manipulation in TokenTimelock tests 8 years ago
Francisco Giordano 4fc6bb7977 remove token.finishMinting() from default finalization 8 years ago
Jakub Wojciechowski 46c5759b88 Introduce increaseTimeTo helper method. 8 years ago
Jakub Wojciechowski 7c883b6368 Duration helper and eliminated hardcoded periods 8 years ago
Jakub Wojciechowski 2261039d52 Simplify advanceBlock in tests 8 years ago
Yondon Fu 24323d3ce3 MerkleTree util class hashes elements 8 years ago
Jakub Wojciechowski c6e055689b Change crowdsales to use timestamps instead of block numbers #350 update example 8 years ago
Jakub Wojciechowski 2b5192b9ce Change crowdsales to use timestamps instead of block numbers #350 update derived crowdsales 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
lsaether cf58330936 added tests for BurnableToken 8 years ago
Jakub Wojciechowski a9e1fcd623 Add complex crowdsale example #331 requested changes 8 years ago
Jakub Wojciechowski 04e0b2e5c2 Add complex crowdsale example #331 tests 8 years ago
Yondon Fu 863ad48a81 Check proof length multiple of 32. Use keccak256 instead of sha3 8 years ago
Santiago Palladino 6fccd202fe Fix invalid number of args for solidity function errors in tests 8 years ago
Francisco Giordano 58e2e4d742 remove MultisigWallet in favor of ConsenSys/MultiSigWallet 8 years ago
Jakub Wojciechowski b3f60b9320 refactor testing error throwing 8 years ago
Jakub Wojciechowski 5e7847537a fix testing error throwing 8 years ago
pooleja 64787b1ac5 Add semicolon to match coding standards 8 years ago
pooleja 58fdb956b5 Add assert to prevent regression 8 years ago
Rudy Godoy 6735a3ccd6 Renamed tAMOUNT to much friendly amount 8 years ago
pooleja 6d565ef841 Fix auto-formatting 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 68c2bcb9dd Removed .only on ECRecovery tests 8 years ago
Augusto 635c04378d Removed ECRecovery mock contract, ECRecovery funcions are public constants 8 years ago
Augusto 4201d50dcf ECRecovery library added with test and docs 8 years ago