AugustoL
e911b4d556
Add findMethod function in ERC827Token test
7 years ago
AugustoL
7bd95b1e31
Overload ERC20 funcitons with new _data argument
7 years ago
AugustoL
e57f4be1fb
Rename SmartToken to ERC827
7 years ago
AugustoL
a806520d6f
change SmartToken test to work with new linter rules
7 years ago
AugustoL
a4b1cd6e31
Add SmartToken contract with tests and documentation
...
add missing public identifier in approveData in SmartToken contract
remove constact from showMessage function in message helper contract
move Message helper contract to mocks folder
move SmartTokenMock contract to mocks folder
7 years ago
Facundo Spagnuolo
17884e91a1
Emit Trasnfer event on SimpleToken creation
7 years ago
AugustoL
edbc64f337
Add missing semicolon in ECRecovery test
7 years ago
AugustoL
c73861d8b3
Use test message in ECRecovery tests and fix typos
7 years ago
AugustoL
d78bcbbae5
change web3.eth.accounts for accounts in ECRecovery test
7 years ago
AugustoL
326df13bf3
Add ECRecoveryMock contract
7 years ago
Leo Arias
58ecbd6104
fix typo: that -> than
7 years ago
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