b67856c69d
Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
2018-01-17 16:24:29 -03:00
4fbd44fd40
Reorganize tests and add library folder
2018-01-17 15:59:15 -03:00
d060d29912
Merge remote-tracking branch 'upstream/master' into add-smart-token
2018-01-17 11:01:05 -03:00
7ddd66fb74
fix increaseApproval in ERC827Token with tests
2018-01-16 18:43:50 -03:00
5b50e99a0d
ERC721 required functionality tests
2018-01-16 16:05:01 -03:00
b925b2dae6
Organize test files following contracts folders structure
2018-01-16 13:03:35 -03:00
685d2087ca
Add increase and decrease approval functions to ERC827 with tests
2018-01-15 20:56:25 -03:00
c9fff647f4
Merge branch 'master' into fix/error-testing-in-delayed-claimable#672
2018-01-15 23:35:26 +02:00
a4029e7472
Fix error testing in DelayClaimable tests
2018-01-15 23:28:31 +02:00
4d263b7fc3
fix: the result of 'npm run lint:sol:fix'
2018-01-15 16:11:45 -05:00
462c52bcbf
Merge pull request #601 from elopio/test/math
...
test: add tests for max64 and min64 from Math
2018-01-15 18:05:19 -03:00
ea1cb5c54e
add missing awaits in tests
2018-01-15 17:27:45 -03:00
e911b4d556
Add findMethod function in ERC827Token test
2018-01-12 13:08:55 -03:00
7bd95b1e31
Overload ERC20 funcitons with new _data argument
2018-01-11 16:35:21 -03:00
e57f4be1fb
Rename SmartToken to ERC827
2018-01-11 13:52:36 -03:00
a806520d6f
change SmartToken test to work with new linter rules
2018-01-11 12:57:30 -03:00
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
2018-01-11 12:57:30 -03:00
17884e91a1
Emit Trasnfer event on SimpleToken creation
2018-01-09 15:34:05 -03:00
edbc64f337
Add missing semicolon in ECRecovery test
2018-01-04 16:39:41 -03:00
c73861d8b3
Use test message in ECRecovery tests and fix typos
2018-01-04 15:51:55 -03:00
d78bcbbae5
change web3.eth.accounts for accounts in ECRecovery test
2018-01-04 15:51:55 -03:00
326df13bf3
Add ECRecoveryMock contract
2018-01-04 15:51:55 -03:00
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
fdfd90e6a4
fix the eslint static check
2017-12-06 14:57:41 +00:00
f162638cde
test: add tests for max64 and min64 from Math
2017-12-06 06:37:45 +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