aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/order_watcher
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #535 from 0xProject/fix/commentRenderingFabio Berger2018-04-181-1/+1
|\
| * Fix commentsFabio Berger2018-04-181-1/+1
* | Revert removeOrder flag in favor of noopAra Kevonian2018-04-172-5/+6
* | Fix redundant expired order removal bugAra Kevonian2018-04-171-3/+5
* | Add stateLayer param to getOrderState and clean up variable namesAra Kevonian2018-04-171-3/+3
|/
* Add metacoin example projectLeonid Logvinov2018-04-021-4/+1
* Run prettier, update deployer CHANGELOGAmir Bandeali2018-04-022-8/+8
* OrderStateWatcher fixes for PR #488Ara Kevonian2018-03-312-6/+5
* Monitor different state layers with OrderWatcherAra Kevonian2018-03-302-5/+11
* Move common types out of web3 typesLeonid Logvinov2018-03-271-6/+4
* Fix typosFabio Berger2018-03-231-1/+1
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-152-4/+2
* Fix ABI error messageLeonid Logvinov2018-02-071-1/+0
* Use abi-gen for events in 0x.jsLeonid Logvinov2018-02-071-9/+16
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-072-3/+4
* Fix linter errorsLeonid Logvinov2018-02-011-2/+2
* don't remove maker/zrx order from cache twiceLuke Autry2018-02-011-1/+5
* Fix tslint issuesLeonid Logvinov2018-01-301-3/+3
* Remove truffle from testsLeonid Logvinov2018-01-301-3/+2
* Return is pensing events are undefinedLeonid Logvinov2018-01-161-0/+4
* Return after checking for an error and add an explanatory commentLeonid Logvinov2018-01-131-1/+2
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-113-6/+22
* Fix linter errorsLeonid Logvinov2018-01-041-2/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
* Apply prettier configLeonid Logvinov2018-01-034-100/+115
* Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-2/+2
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-0/+33
|\
| * Make order watcher react to new etherToken eventsLeonid Logvinov2017-12-201-0/+33
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-203-71/+71
|/
* Fix 0x.js unused varsLeonid Logvinov2017-12-153-7/+1
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-143-3/+3
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-072-2/+2
* Change interval to 1hLeonid Logvinov2017-11-291-1/+1
* RenameLeonid Logvinov2017-11-291-2/+2
* Add ifExists to cleanupJobIntervalLeonid Logvinov2017-11-291-4/+4
* Add a cleanup job to an order watcherLeonid Logvinov2017-11-291-2/+44
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-1/+3
|\
| * Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a...Fabio Berger2017-11-241-1/+3
* | Fix rebasing issuesLeonid Logvinov2017-11-241-1/+2
* | Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-241-1/+1
* | Auto-fix linter errorsLeonid Logvinov2017-11-243-30/+34
* | Cleanup order watcher from redundant asyncsLeonid Logvinov2017-11-242-11/+11
* | Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-2/+2
|/
* Merge pull request #230 from 0xProject/feature/removeDuplicateEventsFabio Berger2017-11-241-0/+12
|\
| * Add an order state cache to filter out duplicate eventsLeonid Logvinov2017-11-211-0/+12
* | Fix nitsJacob Evans2017-11-231-5/+4
* | Merge branch 'development' into feature/calculate-remaining-proportionsJacob Evans2017-11-233-25/+139
|\ \
| * | Last renamesLeonid Logvinov2017-11-231-5/+5
| * | Refactor while conditionLeonid Logvinov2017-11-231-6/+12
| * | Fix testsLeonid Logvinov2017-11-221-1/+2
| * | Fix a typoLeonid Logvinov2017-11-221-1/+1
| * | Remove old commentLeonid Logvinov2017-11-211-1/+0
| * | Check if callback existsLeonid Logvinov2017-11-212-8/+10
| * | RenameLeonid Logvinov2017-11-211-8/+8
| * | Pass callback downLeonid Logvinov2017-11-211-9/+5
| * | Merge branch 'development' into feature/orderExpiredLeonid2017-11-212-17/+26
| |\|
| | * Merge branch 'development' into feature/track-zrx-movementsJacob Evans2017-11-162-8/+8
| | |\
| | | * Merge branch 'development' into syncSubscribeJacob Evans2017-11-161-1/+1
| | | |\
| | | * | Remove Async subscribe callbacks from OrderWatcherJacob Evans2017-11-151-7/+7
| | | * | Callback for subscribe no longer supports an Async CallbackJacob Evans2017-11-141-1/+1
| | * | | Fix nitsJacob Evans2017-11-161-1/+1
| | * | | Change to Async suffix conventionJacob Evans2017-11-161-4/+4
| | * | | Add return typeJacob Evans2017-11-161-1/+1
| | * | | Add and Remove Fee Token with Maker TokenJacob Evans2017-11-161-8/+17
| | | |/ | | |/|
| * | | Remove custom heap and use bintreesLeonid Logvinov2017-11-212-10/+14
| * | | Add expirationMarginMsLeonid Logvinov2017-11-212-8/+21
| * | | Add defaultsLeonid Logvinov2017-11-212-7/+7
| * | | Add ifExists suffixLeonid Logvinov2017-11-212-6/+6
| * | | Improve the commentLeonid Logvinov2017-11-211-1/+1
| * | | Remove commentLeonid Logvinov2017-11-211-1/+0
| * | | Delete orderExpirationCheckingIntervalIdIfExistsLeonid Logvinov2017-11-211-0/+1
| * | | Throw when subscription is already removedLeonid Logvinov2017-11-211-1/+4
| * | | Throw when subscription is already presentLeonid Logvinov2017-11-211-1/+4
| * | | Remove redundant bindLeonid Logvinov2017-11-211-3/+1
| * | | Do simple inits inlineLeonid Logvinov2017-11-211-2/+1
| * | | Remove order on expirationLeonid Logvinov2017-11-181-0/+1
| * | | Improve the commentLeonid Logvinov2017-11-181-1/+2
| * | | Add initial implementation of expiration watcherLeonid Logvinov2017-11-162-2/+81
| | |/ | |/|
* | | Perform the division last to not compound any errorsJacob Evans2017-11-221-2/+6
* | | Add a test for when the ratio is < 1Jacob Evans2017-11-221-43/+55
* | | totalZRXTransferAmount -> totalZRXTransferAmountRequiredJacob Evans2017-11-211-2/+2
* | | Unit test edge case for ZRX and ZRX partial fillJacob Evans2017-11-211-10/+13
* | | Refactor into a calculator classJacob Evans2017-11-211-0/+68
| |/ |/|
* | Add json-schemas package to mono repoBrandon Millman2017-11-141-1/+1
|/
* Remove unused varFabio Berger2017-11-141-1/+0
* Replace _.get for type safetyFabio Berger2017-11-141-6/+6
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-132-0/+320