aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/exchange_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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, ↵Fabio Berger2017-11-241-8/+9
| | | | | | | | and pass 'pending' when used in the order watcher.
* | 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Improve description Alphabetize Add exit 0 to 0x.js build command Add snapshot save and revert to order_state_watcher_test.ts Fix changelog Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages. Add tslint-config sub-package Fix tslint issue Public interface has changed, moved to minor version Update changelog Renamed canceled to cancelled
| * 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