Commit Graph

11 Commits (08cea10aa71e4228e46ade267dfc52aa565e7db3)

Author SHA1 Message Date
Nicolás Venturo 5dfe7215a9
Migrate Contracts to Solidity v0.6 (#2080) 5 years ago
Nicolás Venturo 5f92adc2e7 Migrate from truffle to test-environment (#2007) 5 years ago
Nicolás Venturo 3274d9db00
Upgrade to @openzeppelin/test-helpers@0.5.1 (#1942) 5 years ago
Yohann Pereira 489d2e85f1 Replace chai.should with chai.expect (#1780) 6 years ago
Nicolás Venturo a71c3bce32
Update test-helpers to v0.4.0. (#1770) 6 years ago
Balaji Pachai 3682c6575c Added message string for require() (#1704) 6 years ago
Nicolás Venturo 3e82db2f6f
Migration to truffle 5 (and web3 1.0 (and BN)) (#1601) 6 years ago
Aniket 70fd243e3b Test setup helper added (#1482) 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
Nicolás Venturo 26f9cc8e74 Moved some test files around to better reflect the directory layout. (#1428) 6 years ago
Nicolás Venturo 7cd0d5a452 Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363) 6 years ago
Nicolás Venturo 0678f67289 Merged latestTime, increaseTime and duration into a time helper. (#1364) 6 years ago
Aniket 9f5b73df37 added a test helper with common constants (#1400) 6 years ago
Nicolás Venturo d8ab8a00f2
Moved some test files around to better reflect the directory layout. (#1428) 6 years ago
Nicolás Venturo b0da0fded0
Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363) 6 years ago
Aniket 58a42443df added a test helper with common constants (#1400) 6 years ago
Nicolás Venturo 34bc709bc2
Merged latestTime, increaseTime and duration into a time helper. (#1364) 6 years ago
Leo Arias 7bb87237f3 Improve encapsulation on ERCs (#1270) 7 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
Nicolás Venturo 48fe7b8cbf Changed .eq to .equal. (#1231) 7 years ago
Nicolás Venturo 20cf885430
No longer assigning awaits to temporary variables. (#1216) 7 years ago
Nicolás Venturo 8d11dcc0e5
Increase testing coverage (#1195) 7 years ago
Nicolás Venturo ac91af9a6a Replace all asserts with chai.should (#1183) 7 years ago
Justus Perlwitz e6c15b34da Remove chai-as-promised (#1116) 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
Facundo Spagnuolo 9f52e94339
Move ERC20 tests to ERC20 custom folder (#772) 7 years ago
Facundo Spagnuolo b925b2dae6 Organize test files following contracts folders structure 7 years ago
Matt Condon d07bdccc0c feat: manually fix linting errors across tests 7 years ago
Matt Condon 58abd66969 feat: rename all test files to include .test.js postfix 7 years ago
Matt Condon 8662846838 feat: apply eslint --fix across project 7 years ago
Ben Burns c29dd086d3 Update to testrpc 6.0.1 and test fixes for revert opcode. 7 years ago
Martín Triay fff8e040b7 [TokenVesting] vestedAmount returns the historical vested amount 7 years ago
Francisco Giordano 01b92d1d56 fix a problem when revoke is called twice 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 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 696615d392 [TokenVesting] Add linear release test 7 years ago
Martín Triay 645edfc936 [TokenVesting] Fix should-revoke test 7 years ago
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