aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/order_watcher/order_state_watcher.ts
Commit message (Expand)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-381/+0
* 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-021-7/+3
* OrderStateWatcher fixes for PR #488Ara Kevonian2018-03-311-5/+4
* Monitor different state layers with OrderWatcherAra Kevonian2018-03-301-2/+6
* Fix typosFabio Berger2018-03-231-1/+1
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-2/+1
* 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-071-2/+1
* 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 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-111-3/+14
* Apply prettier configLeonid Logvinov2018-01-031-48/+56
* 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-201-5/+5
|/
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-2/+0
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-1/+1
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
* 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
* | Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-241-1/+1
* | Auto-fix linter errorsLeonid Logvinov2017-11-241-23/+25
* | Cleanup order watcher from redundant asyncsLeonid Logvinov2017-11-241-7/+7
* | 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
* | Remove old commentLeonid Logvinov2017-11-211-1/+0
* | Check if callback existsLeonid Logvinov2017-11-211-4/+6
* | Merge branch 'development' into feature/orderExpiredLeonid2017-11-211-16/+25
|\|
| * Merge branch 'development' into feature/track-zrx-movementsJacob Evans2017-11-161-7/+7
| |\
| | * Merge branch 'development' into syncSubscribeJacob Evans2017-11-161-1/+1
| | |\
| | * | Remove Async subscribe callbacks from OrderWatcherJacob Evans2017-11-151-7/+7
| * | | 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
| | |/ | |/|
| * | Add json-schemas package to mono repoBrandon Millman2017-11-141-1/+1
| |/
* | Remove custom heap and use bintreesLeonid Logvinov2017-11-211-1/+1
* | Add expirationMarginMsLeonid Logvinov2017-11-211-2/+8
* | Add defaultsLeonid Logvinov2017-11-211-2/+2
* | Add ifExists suffixLeonid Logvinov2017-11-211-4/+4
* | Remove order on expirationLeonid Logvinov2017-11-181-0/+1
* | Add initial implementation of expiration watcherLeonid Logvinov2017-11-161-2/+23
|/
* 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-131-0/+232