aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/order_state_watcher_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-558/+0
| | | | unifying library with the same interface
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-3/+2
|
* Run prettier, update deployer CHANGELOGAmir Bandeali2018-04-021-3/+1
|
* Monitor different state layers with OrderWatcherAra Kevonian2018-03-301-42/+47
| | | | | | Allow instantiation of stand-alone OrderWatchers that can monitor different blockchain state layers (e.g. pending or latest)
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-3/+3
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* 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
|
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-16/+16
|
* Fix callback typesLeonid Logvinov2018-01-101-31/+16
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-51/+161
|
* Fix testsLeonid Logvinov2017-12-151-0/+1
|
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-27/+0
|
* Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokensLeonid Logvinov2017-12-141-1/+2
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+2
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-15/+3
|\
| * Fix tests now that we no longer fire duplicate orderWatcher eventsFabio Berger2017-11-241-15/+3
| |
* | Fix rebasing issuesLeonid Logvinov2017-11-241-4/+4
| |
* | Auto-fix linter errorsLeonid Logvinov2017-11-241-16/+18
| |
* | Cleanup order watcher from redundant asyncsLeonid Logvinov2017-11-241-16/+16
| |
* | Make zeroEx.exchange.getContractAddress non-asyncLeonid Logvinov2017-11-241-1/+1
| |
* | Adjust the testsLeonid Logvinov2017-11-241-2/+5
|/
* Update to Async callJacob Evans2017-11-231-3/+4
|
* Fix nitsJacob Evans2017-11-231-1/+1
|
* Merge branch 'development' into feature/calculate-remaining-proportionsJacob Evans2017-11-231-15/+31
|\
| * Fix nitsJacob Evans2017-11-161-3/+1
| |
| * Change to Async suffix conventionJacob Evans2017-11-161-16/+16
| |
| * test wordingJacob Evans2017-11-161-1/+1
| |
| * Add and Remove Fee Token with Maker TokenJacob Evans2017-11-161-15/+33
| |
* | add a test constant for ZRX decimalsJacob Evans2017-11-221-25/+28
| |
* | fix bug when fees and partial asymmetricJacob Evans2017-11-201-0/+26
| |
* | Remove onlyJacob Evans2017-11-201-1/+1
| |
* | refactor upJacob Evans2017-11-161-1/+1
| |
* | Use 18 decimal place unitsJacob Evans2017-11-161-1/+1
| |
* | Shortcut if everything satisfies in the non dependent use caseJacob Evans2017-11-161-2/+26
| |
* | Fix testJacob Evans2017-11-161-7/+5
| |
* | Initial testsJacob Evans2017-11-161-1/+34
|/
* Merge pull request #219 from 0xProject/feature/rounding-validationBrandon Millman2017-11-151-73/+105
|\ | | | | Rounding validation
| * Fix testsLeonid Logvinov2017-11-141-12/+11
| |
| * Add a test for rounding errorLeonid Logvinov2017-11-141-0/+23
| |
| * Add assertions for fillableTakerAmountLeonid Logvinov2017-11-141-72/+82
| |
* | Add snapshot save and revert to order_state_watcher_test.tsBrandon Millman2017-11-151-0/+6
| |
* | Renamed canceled to cancelledJacob Evans2017-11-141-1/+1
|/
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+356