Matt Condon
|
7aa6f21147
|
fix: TokenDestructible typo fron->from
|
7 years ago |
Facundo Spagnuolo
|
323d1fa941
|
Refactor assert revert helper to encapsulate promises (#628)
|
7 years ago |
Santiago Palladino
|
1455a5a942
|
Re-enable solidity coverage
- Upgrade version
- Re-enable in travis.yml
- Move mocks to contracts folder for instrumentation
|
7 years ago |
Leo Arias
|
4bb26c32b6
|
test: fix the mocks path in ReentrancyGuard test
|
7 years ago |
Leo Arias
|
fdfd90e6a4
|
fix the eslint static check
|
7 years ago |
Leo Arias
|
f162638cde
|
test: add tests for max64 and min64 from Math
|
7 years ago |
Matt Condon
|
63c8751e06
|
fix: linter errors
|
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
|
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 |
Matt Condon
|
6ea0577bfe
|
feat: enable eslint
|
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 |
Francisco Giordano
|
12303ceaf5
|
fix treatment of bignumber in CappedToken test
|
7 years ago |
Tal Ater
|
5fc53b6f2f
|
Replaced assert with require
|
7 years ago |
Manuel Araoz
|
666a3a73e0
|
remove unused 'day' test variable
|
7 years ago |
Facundo Spagnuolo
|
365c875ced
|
Create detailed ERC20 interface
|
7 years ago |
Manuel Araoz
|
7dd0ee6212
|
remove timer
|
7 years ago |
Chris Whinfrey
|
61b5921ab2
|
Fix typo
|
7 years ago |
Manuel Araoz
|
c4ca7f03e3
|
improve timer test helper
|
7 years ago |
Alejandro Santander
|
2413f83504
|
Include 'revert' in expectThrow() helper
|
7 years ago |
Chris Whinfrey
|
575372f660
|
Add Capped Token tests
|
7 years ago |
Tal Ater
|
1d54b86a7c
|
Replace deprecated throw with assert in Solidity tests
|
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
|
ffd1090718
|
[TokenVesting] Remove VestedTokenMock
|
7 years ago |
Martín Triay
|
22b9263674
|
[TokenVesting] Remove VestedToken and LimitedTranferToken
|
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 |
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 |