aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/utils/exchange_transfer_simulator.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* Fix linter issueLeonid Logvinov2018-10-021-1/+1
|
* Fix Tslint issuesFabio Berger2018-06-261-2/+1
|
* Refactor ExchangeTransferSimulator public interface to accet an ↵Fabio Berger2018-06-111-7/+5
| | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
* Try enabling no-unused-variable...fragosti2018-06-051-1/+0
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+115
unifying library with the same interface