Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -356/+0 |
| | |||||
* | Remove old tests | Leonid Logvinov | 2017-11-13 | 1 | -62/+0 |
| | |||||
* | Remove unused code | Leonid Logvinov | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-11-13 | 1 | -4/+4 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | Remove blockStore and default to numConfirmations === 0 | Leonid Logvinov | 2017-11-13 | 1 | -8/+8 |
| | |||||
* | Adjust tests to new interface | Leonid Logvinov | 2017-11-13 | 1 | -14/+11 |
| | |||||
* | Merge pull request #210 from dekz/orderWatcherRemaining | Fabio Berger | 2017-11-13 | 1 | -0/+82 |
|\ | | | | | Calculate the remaining order amount in maker units | ||||
| * | Perform the division after multiplication to reduce compounding the rounding ↵ | Jacob Evans | 2017-11-13 | 1 | -7/+8 |
| | | | | | | | | errors | ||||
| * | text description update | Jacob Evans | 2017-11-13 | 1 | -2/+2 |
| | | |||||
| * | remove only | Jacob Evans | 2017-11-13 | 1 | -3/+3 |
| | | |||||
| * | Added specs for allowance and balance changes | Jacob Evans | 2017-11-13 | 1 | -0/+79 |
| | | |||||
| * | Calculate the remaining order amount in maker units | Jacob Evans | 2017-11-13 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #207 from 0xProject/orderWatcherTests | Fabio Berger | 2017-11-13 | 1 | -0/+88 |
|\ \ | |/ |/| | Additional order watcher tests | ||||
| * | Add tests for the numConfirmations config to ensure that the events are ↵ | Fabio Berger | 2017-11-11 | 1 | -2/+68 |
| | | | | | | | | being emitted for the confirmation depth specified | ||||
| * | Test that the orderStateWatcher doesn't emit an event when an irrelevant ↵ | Fabio Berger | 2017-11-10 | 1 | -0/+22 |
| | | | | | | | | blockchain event is received. | ||||
* | | Fix test given that we now do delete the keys in dependentOrderHashes | Fabio Berger | 2017-11-11 | 1 | -1/+1 |
| | | |||||
* | | Fix missing renames | Fabio Berger | 2017-11-11 | 1 | -2/+2 |
|/ | |||||
* | Fix test description | Fabio Berger | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | Fix test description | Fabio Berger | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | remove no longer needed arg | Fabio Berger | 2017-11-10 | 1 | -3/+2 |
| | |||||
* | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcher | Fabio Berger | 2017-11-10 | 1 | -13/+55 |
|\ | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Add order state watcher tests for LogCancel # Conflicts: # test/order_state_watcher_test.ts | ||||
| * | Add order state watcher tests for LogCancel | Leonid Logvinov | 2017-11-10 | 1 | -13/+55 |
| | | |||||
* | | Fix bug where we hard-coded using pendingBlock for fetching the orderState. ↵ | Fabio Berger | 2017-11-10 | 1 | -6/+6 |
|/ | | | | Moved numConfirmations to become a global orderStateWatcher config | ||||
* | Add nested config for orderWatcher | Fabio Berger | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | Pass numConfirmations | Leonid Logvinov | 2017-11-10 | 1 | -2/+2 |
| | |||||
* | Removed unused order adding in tests | Leonid Logvinov | 2017-11-10 | 1 | -1/+0 |
| | |||||
* | Add a test that a second subscription fails | Leonid Logvinov | 2017-11-10 | 1 | -0/+14 |
| | |||||
* | fix merge conflicts | Fabio Berger | 2017-11-10 | 1 | -85/+116 |
|\ | |||||
| * | Add tests for order removals | Leonid Logvinov | 2017-11-10 | 1 | -85/+116 |
| | | |||||
| * | Pass orderHash instead of an order to removeOrder and adjust the tests | Leonid Logvinov | 2017-11-10 | 1 | -1/+1 |
| | | |||||
| * | Rename test file and add test for a partial fill | Fabio Berger | 2017-11-10 | 1 | -0/+165 |
| | |||||
* | Add numConfirmations arg so that caller can decide on numConfirmations at ↵ | Fabio Berger | 2017-11-10 | 1 | -4/+5 |
| | | | | which they want to watch orders | ||||
* | Rename test file and add test for a partial fill | Fabio Berger | 2017-11-09 | 1 | -0/+165 |