Commit Graph

75 Commits (ad12381549c4c0711c2f3310e9fb1f65d51c299c)

Author SHA1 Message Date
Matt Condon 6a7114fdb4
Bouncer contract implementation (#883) 7 years ago
Santiago Palladino 0926729c8f
Add StandardBurnableToken implementation (#870) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Francisco Giordano 06666be93a
change MerkleProof interface to take array of bytes32 (#879) 7 years ago
Facundo Spagnuolo bd5f7f5774
Fix SafeMath test file (#865) 7 years ago
Santiago Palladino e96164feea ERC721 full implementation (#803) 7 years ago
Facundo Spagnuolo 17884e91a1 Emit Trasnfer event on SimpleToken creation 7 years ago
Facundo Spagnuolo 323d1fa941 Refactor assert revert helper to encapsulate promises (#628) 7 years ago
Matt Condon 677d05743c feat: update event names for OZ standards and test them 7 years ago
Matt Condon 9bb2c958ec feat: add adminAddRole, adminRemoveRole, and make hasRole/checkRole public 7 years ago
Matt Condon e931c1cbfc feat: RBAC authentication contract and role library 7 years ago
Matt Condon d07bdccc0c feat: manually fix linting errors across tests 7 years ago
Matt Condon 227a335399 feat: move mock solidity contracts to mocks/ folder 7 years ago
Matt Condon 8662846838 feat: apply eslint --fix across project 7 years ago
Matt Condon 47585b1117 fix: make SplitPayment payable by default 7 years ago
Ben Burns c29dd086d3 Update to testrpc 6.0.1 and test fixes for revert opcode. 7 years ago
Alejandro Santander bb1736e376 Change visibility of fallbacks to external 7 years ago
Alejandro Santander c6e0edb268 Remove solidity warnings in tests 7 years ago
Alejandro Santander ce86029f6a Update solidity version on test helpers 7 years ago
Tal Ater 5fc53b6f2f Replaced assert with require 7 years ago
Facundo Spagnuolo 365c875ced Create detailed ERC20 interface 7 years ago
Manuel Araoz 7dd0ee6212 remove timer 7 years ago
Manuel Araoz c4ca7f03e3 improve timer test helper 7 years ago
Alejandro Santander 2413f83504 Include 'revert' in expectThrow() helper 7 years ago
Tal Ater 1d54b86a7c Replace deprecated throw with assert in Solidity tests 7 years ago
Martín Triay ffd1090718 [TokenVesting] Remove VestedTokenMock 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 c37c233d22 add SafeERC20 tests for succeeding operations 8 years ago
Francisco Giordano c7636bdc4c add safe ERC20 helpers 8 years ago
Jakub Wojciechowski 0d6846a882 Remove moment.js dependencies - updates after review 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
Jakub Wojciechowski 46c5759b88 Introduce increaseTimeTo helper method. 8 years ago
Jakub Wojciechowski 7c883b6368 Duration helper and eliminated hardcoded periods 8 years ago
Yondon Fu 24323d3ce3 MerkleTree util class hashes elements 8 years ago
Jakub Wojciechowski 2b5192b9ce Change crowdsales to use timestamps instead of block numbers #350 update derived crowdsales 8 years ago
lsaether cf58330936 added tests for BurnableToken 8 years ago
Francisco Giordano 58e2e4d742 remove MultisigWallet in favor of ConsenSys/MultiSigWallet 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 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
Francisco Giordano 759f8de81f fix import directories 8 years ago
Francisco Giordano b3ca0c73b3 add a TokenTimelock contract 8 years ago
Francisco Giordano fadb2cf47e add tests for crowdsale contracts 8 years ago
Yondon Fu 30e202313d Fix indentation in MerkleProof.sol and remove mock contract 8 years ago
Yondon Fu 2e0bd06da2 Add tests, docs and MerkleTree helper 8 years ago