zava
46736da489
added test for SimpleSavingsWallet
7 years ago
zava
82c85121bb
changed Inherited event for OwnershipTransfered
7 years ago
zava
5716492ebd
setHeartbeatTimeout: public --> internal
7 years ago
zava
433213537f
changed events names on inheritable test
7 years ago
zava
b709206f9f
fixes
7 years ago
zava
2a560ad82f
name fix
7 years ago
zava
4fe2157e36
Inheritable contract
7 years ago
Facundo Spagnuolo
23afc74b59
Address feedback comments for ERC721
7 years ago
Ernestas Prisakaru
dcf1f8d22d
Rename ERC23 occurrences to ERC223
7 years ago
AugustoL
b67856c69d
Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
7 years ago
AugustoL
4fbd44fd40
Reorganize tests and add library folder
7 years ago
AugustoL
7ddd66fb74
fix increaseApproval in ERC827Token with tests
7 years ago
Facundo Spagnuolo
5b50e99a0d
ERC721 required functionality tests
7 years ago
Facundo Spagnuolo
b925b2dae6
Organize test files following contracts folders structure
7 years ago
AugustoL
685d2087ca
Add increase and decrease approval functions to ERC827 with tests
7 years ago
Ernestas Prisakaru
a4029e7472
Fix error testing in DelayClaimable tests
7 years ago
Matt Condon
4d263b7fc3
fix: the result of 'npm run lint:sol:fix'
7 years ago
Francisco Giordano
ea1cb5c54e
add missing awaits in tests
7 years ago
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