Aniket
|
315f426f5c
|
Improved SafeERC20 allowance handling (#1407)
* signing prefix added
* Minor improvement
* Tests changed
* Successfully tested
* Minor improvements
* Minor improvements
* Revert "Dangling commas are now required. (#1359)"
This reverts commit a6889776f4 .
* updates
* fixes #1404
* approve failing test
* suggested changes done
* ISafeERC20 removed
* allowance methods in library
* Improved SafeERC20 tests.
* Fixed test coverage.
|
6 years ago |
Nicolás Venturo
|
b0da0fded0
|
Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363)
* Replaced assertJump, assertRevert and expectThrow with shouldFail.
* Fixed linter errors.
* Fixed typo.
* Made the helpers async.
|
6 years ago |
Justus Perlwitz
|
e6c15b34da
|
Remove chai-as-promised (#1116)
* Test: Remove chai-as-promised calls
* Test/Helpers: expectThrow accepts optional message
* NPM: Remove chai-as-promised
* Contracts/DestructibleMock: Fix lint
|
7 years ago |
Nicolás Venturo
|
cea2a85a42
|
Remove Babel (#1074)
* Test helpers no longer rely on Babel.
* Behaviours are no longer imported.
* Removed Babel dependency.
* Fixed linter errors.
|
7 years ago |
Schneider Jakob
|
85f079ee89
|
Removing more asserts in favor of require (#834)
* Removed asserts and replaced them in favor of require
* Adapted tests to work with requires
|
7 years ago |
Matt Condon
|
f4228f1b49
|
fix: reference contract name rather than filepath (#698)
|
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 |
Facundo Spagnuolo
|
b925b2dae6
|
Organize test files following contracts folders structure
|
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 |
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 |
Francisco Giordano
|
c37c233d22
|
add SafeERC20 tests for succeeding operations
|
8 years ago |
Francisco Giordano
|
c7636bdc4c
|
add safe ERC20 helpers
|
8 years ago |