Commit Graph

89 Commits (b4f87bb8fc25fb07f73099701e39e167a3d36465)

Author SHA1 Message Date
Facundo Spagnuolo 92133be7ea Add ERC20 opt-in migration contract (#1054) 7 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 7 years ago
Matt Condon 1c57637fd5 fix: refactor sign.js and related tests (#1243) 7 years ago
Nicolás Venturo 4fb9bb7020
Minor test style improvements (#1219) 7 years ago
Nicolás Venturo ac91af9a6a Replace all asserts with chai.should (#1183) 7 years ago
Nicolás Venturo 31fc572abe inLogs no longer returns a promise. (#1169) 7 years ago
Justus Perlwitz 2f6c8b05f6 Test/assertRevert: Fix late return bug (#1123) 7 years ago
Nicolás Venturo 567b773242
Prefer const in test files (#1117) 7 years ago
Justus Perlwitz e6c15b34da Remove chai-as-promised (#1116) 7 years ago
Nicolás Venturo 67b67b791e
Changed before for beforeAll, refactored Bouncer tests. (#1094) 7 years ago
Nicolás Venturo cea2a85a42
Remove Babel (#1074) 7 years ago
Arun Kumar 40b5594f52 Promisify web3 sync requests in tests (#1009) 7 years ago
Matt Condon 92b695f2fb
Fix/whitelisted crowdsale (#981) 7 years ago
Matt Condon 259b9da3e6 add 165 to 721 (#972) 7 years ago
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