aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/utils/token_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵Fabio Berger2018-08-141-9/+0
| | | | wrapping them in a ZeroEx object
* Fix linter issuesFabio Berger2018-07-121-3/+0
|
* Refactor 0x.js to V2Fabio Berger2018-07-121-31/+9
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-1/+2
| | | | unifying library with the same interface
* Apply prettier configLeonid Logvinov2018-01-031-3/+3
|
* Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-1/+1
|
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Fix WETH symbolLeonid Logvinov2017-12-201-1/+1
| |
| * Add WETH9 testsLeonid Logvinov2017-12-201-1/+1
| |
| * Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-0/+7
| |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-4/+4
|/
* Add a function to init token balancesLeonid Logvinov2017-12-141-4/+5
|
* Auto-fix linter errorsLeonid Logvinov2017-11-241-1/+2
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+24