aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/exchange_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-964/+0
* Stop exporting assertions from order-utilsLeonid Logvinov2018-05-021-1/+2
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-4/+4
* Fix linter and prettierJacob Evans2018-04-181-2/+8
* Add stateLayer param to getOrderState and clean up variable namesAra Kevonian2018-04-171-4/+7
* Rename BalanceAndAllowanceFetchers to BalanceAndProxyAllowanceFetchersAra Kevonian2018-04-131-4/+4
* Implement Simple FetchersAra Kevonian2018-04-131-4/+4
* Lint/PrettifyAra Kevonian2018-04-091-21/+18
* Implement `zeroEx.exchange.getOrderStateAsync`Ara Kevonian2018-04-091-17/+36
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-8/+13
* Add metacoin example projectLeonid Logvinov2018-04-021-2/+1
* Move common types out of web3 typesLeonid Logvinov2018-03-271-2/+2
* Fix typosFabio Berger2018-03-231-1/+1
* Fix a bug causing fillOrdersUpTo validation to fail because of some extra ord...Leonid Logvinov2018-03-211-0/+3
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-4/+8
* Add txData to async callsLeonid Logvinov2018-02-281-2/+6
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-3/+3
* Merge branch 'development' into fix/unsubscribeAllLeonid Logvinov2018-02-281-15/+26
|\
| * Check isETHAddressHex before lowercaseJacob Evans2018-02-271-18/+10
| * Check maker is valid addressJacob Evans2018-02-231-3/+8
| * Lowercase public addressesJacob Evans2018-02-231-19/+33
* | Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-271-2/+2
|/
* Use abi-gen for events in 0x.jsLeonid Logvinov2018-02-071-4/+6
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-2/+1
* Fix lint errorsBrandon Millman2018-01-311-3/+3
* Fix tslint issuesLeonid Logvinov2018-01-301-2/+2
* Remove truffle from testsLeonid Logvinov2018-01-301-4/+2
* Fix the bug making it impossible to specify the custom ZRX addressLeonid Logvinov2018-01-241-0/+2
* Fix fillOrdersUpTo balances validationLeonid Logvinov2018-01-161-2/+4
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* 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