aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/exchange_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Apply prettier configLeonid Logvinov2018-01-031-119/+220
* Throw a better error message when taker is null|undefined or anything but not...Leonid Logvinov2017-12-191-7/+7
* Fix commentsLeonid Logvinov2017-12-191-1/+1
* Fix linter issuesLeonid Logvinov2017-12-191-2/+2
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-5/+5
* Fix documentation issue where `unsubscribeAll` shown as method on every contr...Fabio Berger2017-12-171-0/+6
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-4/+1
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-2/+2
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
* Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-021-2/+3
* Fix defaults for shouldValidateLeonid Logvinov2017-11-281-7/+21
* Add option config for gasPrice and gasLimit for every transaction sending methodLeonid Logvinov2017-11-281-111/+28
* Fix merge conflictsLeonid Logvinov2017-11-281-4/+4
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-12/+12
|\
| * Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a...Fabio Berger2017-11-241-8/+9
* | Pass networkId on provider updateLeonid Logvinov2017-11-241-1/+1
* | Reuse the protected function to get contract addressLeonid Logvinov2017-11-241-10/+2
* | Refactor getContractAddress to contractWrapperLeonid Logvinov2017-11-241-10/+4
* | Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-241-4/+4
* | Auto-fix linter errorsLeonid Logvinov2017-11-241-22/+24
* | Remove even more asyncsLeonid Logvinov2017-11-241-3/+3
* | Make exchange subscriptions non-asyncLeonid Logvinov2017-11-241-2/+2
* | Make zeroEx.exchange.getContractAddress non-asyncLeonid Logvinov2017-11-241-6/+13
* | Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-12/+20
|/
* Merge branch 'development' into feature/addJsonSchemasBrandon Millman2017-11-151-2/+2
|\
| * Renamed canceled to cancelledJacob Evans2017-11-141-2/+2
* | Add json-schemas package to mono repoBrandon Millman2017-11-141-1/+1
|/
* Add interface typeFabio Berger2017-11-141-2/+6
* Declare as stringFabio Berger2017-11-141-1/+1
* Fix lint and ts issuesFabio Berger2017-11-141-1/+1
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+866