aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/exchange_wrapper_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-1195/+0
* Merge pull request #510 from avonian/developmentFabio Berger2018-04-171-0/+38
|\
| * Lint/PrettifyAra Kevonian2018-04-091-2/+3
| * Implement `zeroEx.exchange.getOrderStateAsync`Ara Kevonian2018-04-091-1/+38
* | Simplify the testsFabio Berger2018-04-111-2/+1
* | Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-4/+3
* | Update 0x.js to run tests against in-process ganacheFabio Berger2018-04-041-1/+1
|/
* Fix a bug causing fillOrdersUpTo validation to fail because of some extra ord...Leonid Logvinov2018-03-211-0/+13
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-2/+2
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
* Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-271-1/+1
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-1/+2
* Fix lint errorsBrandon Millman2018-01-311-1/+1
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-3/+2
* Reject negative amounts in isValidBaseUnitAmountJacob Evans2018-01-191-0/+47
* Fix the typosLeonid Logvinov2018-01-171-3/+3
* Fix fillOrdersUpTo balances validationLeonid Logvinov2018-01-161-0/+14
* Add a regression test for fillUpToValidationLeonid Logvinov2018-01-161-1/+18
* Fix linter issuesLeonid Logvinov2018-01-101-7/+0
* Fix callback typesLeonid Logvinov2018-01-101-18/+34
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-190/+419
* Fix linter issuesLeonid Logvinov2017-12-191-1/+1
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-5/+5
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-1/+0
* Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokensLeonid Logvinov2017-12-141-7/+9
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+2
* Last remaining website fixesFabio Berger2017-11-281-1/+1
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-1/+1
|\
| * Merge branch 'development' into validateOrdersAgainstLatestBlockFabio Berger2017-11-241-3/+3
| |\
| * | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a...Fabio Berger2017-11-241-1/+1
* | | Pass networkId on provider updateLeonid Logvinov2017-11-241-1/+1
* | | Fix the imports orderLeonid Logvinov2017-11-241-17/+19
* | | Make exchange subscriptions non-asyncLeonid Logvinov2017-11-241-6/+6
* | | Make zeroEx.exchange.getContractAddress non-asyncLeonid Logvinov2017-11-241-1/+1
* | | Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-2/+2
* | | Adjust the testsLeonid Logvinov2017-11-241-1/+5
| |/ |/|
* | Make DecodedLogEvent contain web3 log under a log subkeyLeonid Logvinov2017-11-241-3/+3
|/
* Renamed canceled to cancelledJacob Evans2017-11-141-8/+8
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+824