|
|
58ecbd6104
|
fix typo: that -> than
|
2018-01-02 15:58:35 +00:00 |
|
|
|
7aa6f21147
|
fix: TokenDestructible typo fron->from
|
2017-12-31 19:06:38 +04:00 |
|
|
|
323d1fa941
|
Refactor assert revert helper to encapsulate promises (#628)
|
2017-12-28 00:39:55 -03:00 |
|
|
|
4ce0e211c5
|
Merge pull request #604 from elopio/tests/fix-ReentrancyGuard
test: fix the mocks path in ReentrancyGuard test
|
2017-12-22 18:41:58 -03:00 |
|
|
|
1455a5a942
|
Re-enable solidity coverage
- Upgrade version
- Re-enable in travis.yml
- Move mocks to contracts folder for instrumentation
|
2017-12-20 18:28:22 -03:00 |
|
|
|
4bb26c32b6
|
test: fix the mocks path in ReentrancyGuard test
|
2017-12-08 02:57:29 +00:00 |
|
|
|
63c8751e06
|
fix: linter errors
|
2017-12-04 17:08:28 +02:00 |
|
|
|
677d05743c
|
feat: update event names for OZ standards and test them
|
2017-12-04 13:42:55 +02:00 |
|
|
|
9bb2c958ec
|
feat: add adminAddRole, adminRemoveRole, and make hasRole/checkRole public
|
2017-12-01 18:15:44 +02:00 |
|
|
|
e931c1cbfc
|
feat: RBAC authentication contract and role library
|
2017-12-01 18:15:44 +02:00 |
|
|
|
d07bdccc0c
|
feat: manually fix linting errors across tests
|
2017-12-01 13:40:09 +02:00 |
|
|
|
227a335399
|
feat: move mock solidity contracts to mocks/ folder
|
2017-12-01 13:39:13 +02:00 |
|
|
|
58abd66969
|
feat: rename all test files to include .test.js postfix
|
2017-12-01 13:37:12 +02:00 |
|
|
|
8662846838
|
feat: apply eslint --fix across project
|
2017-12-01 13:37:09 +02:00 |
|
|
|
6ea0577bfe
|
feat: enable eslint
|
2017-12-01 11:44:41 +02:00 |
|
|
|
47585b1117
|
fix: make SplitPayment payable by default
|
2017-11-24 17:02:53 +02:00 |
|
|
|
c29dd086d3
|
Update to testrpc 6.0.1 and test fixes for revert opcode.
|
2017-11-23 13:06:05 -03:00 |
|
|
|
bb1736e376
|
Change visibility of fallbacks to external
|
2017-11-23 12:28:46 -03:00 |
|
|
|
c6e0edb268
|
Remove solidity warnings in tests
|
2017-11-23 10:57:36 -03:00 |
|
|
|
ce86029f6a
|
Update solidity version on test helpers
|
2017-11-22 19:00:13 -03:00 |
|
|
|
12303ceaf5
|
fix treatment of bignumber in CappedToken test
|
2017-11-22 15:27:52 -03:00 |
|
|
|
9001ce9d3a
|
Merge pull request #515 from cwhinfrey/master
Create CappedToken, a capped MintableToken
|
2017-11-22 15:25:12 -03:00 |
|
|
|
db5a12cfdd
|
Merge pull request #506 from TalAter/fix/deprecated-throw-in-tests
Replace deprecated throw with assert in Solidity tests
|
2017-11-21 14:41:31 -03:00 |
|
|
|
5fc53b6f2f
|
Replaced assert with require
|
2017-11-19 01:34:24 +02:00 |
|
|
|
14ae881e26
|
Merge pull request #544 from maraoz/timer-improvement
remove timer test helper
|
2017-11-14 17:24:42 -03:00 |
|
|
|
666a3a73e0
|
remove unused 'day' test variable
|
2017-11-14 12:50:43 -05:00 |
|
|
|
84bffb854a
|
Merge pull request #477 from facuspagnuolo/feaure/create_detailed_erc20_interface
Create detailed ERC20 interface
|
2017-11-13 15:42:09 -03:00 |
|
|
|
365c875ced
|
Create detailed ERC20 interface
|
2017-11-13 15:36:02 -03:00 |
|
|
|
7dd0ee6212
|
remove timer
|
2017-11-12 15:10:46 -05:00 |
|
|
|
61b5921ab2
|
Fix typo
|
2017-11-10 20:20:44 -05:00 |
|
|
|
e72c7ce91b
|
Merge pull request #417 from abarmat/feature-splitpayment-contract
Feature SplitPayment contract
|
2017-11-10 18:45:56 -03:00 |
|
|
|
c4ca7f03e3
|
improve timer test helper
|
2017-11-10 13:29:58 -08:00 |
|
|
|
2413f83504
|
Include 'revert' in expectThrow() helper
|
2017-11-10 11:41:17 -03:00 |
|
|
|
575372f660
|
Add Capped Token tests
|
2017-10-25 23:58:36 -04:00 |
|
|
|
1d54b86a7c
|
Replace deprecated throw with assert in Solidity tests
|
2017-10-17 21:02:47 +03:00 |
|
|
|
fff8e040b7
|
[TokenVesting] vestedAmount returns the historical vested amount
|
2017-10-13 15:32:44 -03:00 |
|
|
|
01b92d1d56
|
fix a problem when revoke is called twice
|
2017-10-09 19:01:04 -03:00 |
|
|
|
ffd1090718
|
[TokenVesting] Remove VestedTokenMock
|
2017-10-04 18:08:36 -03:00 |
|
|
|
22b9263674
|
[TokenVesting] Remove VestedToken and LimitedTranferToken
|
2017-10-04 14:52:55 -03:00 |
|
|
|
d21d35ca6f
|
[TokenVesting] Fix test.
|
2017-10-04 14:52:31 -03:00 |
|
|
|
4e39f50aec
|
[TokenVesting] Remove unnecessary instatiation on test.
|
2017-10-04 14:52:31 -03:00 |
|
|
|
822de45bfc
|
[TokenVesting] Add a start parameter to constructor to defer vesting
|
2017-10-04 14:52:30 -03:00 |
|
|
|
bd56163900
|
[TokenVesting] Fix vestedAmount calculation. Linearity test watches beneficiary balance over vestedAmount
|
2017-10-04 14:52:30 -03:00 |
|
|
|
696615d392
|
[TokenVesting] Add linear release test
|
2017-10-04 14:52:30 -03:00 |
|
|
|
645edfc936
|
[TokenVesting] Fix should-revoke test
|
2017-10-04 14:52:30 -03:00 |
|
|
|
a227b212f5
|
[TokenVesting] Add tests
|
2017-10-04 14:52:30 -03:00 |
|
|
|
6344a76f83
|
add pending tests
|
2017-10-04 14:52:30 -03:00 |
|
|
|
3da7c31484
|
add revocable flag
|
2017-10-04 14:52:30 -03:00 |
|
|
|
80e591f487
|
add TokenVesting contract
|
2017-10-04 14:52:30 -03:00 |
|
|
|
3837319141
|
Adding some additional tests
|
2017-09-23 17:06:14 +08:00 |
|