Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixx request payload and expected responses | Fabio Berger | 2019-01-08 | 1 | -6/+8 |
| | |||||
* | Fixx OrderWatcher WS tests so they are completely independent from one another | Fabio Berger | 2019-01-08 | 1 | -10/+12 |
| | |||||
* | Use enums in pipeline | Amir Bandeali | 2019-01-08 | 1 | -21/+21 |
| | |||||
* | Add tests for MAP in order watcher | Amir Bandeali | 2019-01-08 | 2 | -1/+209 |
| | |||||
* | Move onMessageAsync outside of tests and add comments | Fabio Berger | 2018-12-19 | 1 | -23/+30 |
| | |||||
* | Fix WS tests to remove race-condition and be more specific about the message ↵ | Fabio Berger | 2018-12-19 | 1 | -23/+34 |
| | | | | expected | ||||
* | Add temporary console.log to test failing on CI | Fabio Berger | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | Fix file name | Fabio Berger | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | Consolidate use of isVerbose in orderWatcherConfig | Fabio Berger | 2018-12-17 | 1 | -12/+5 |
| | |||||
* | Add isVerbose option to enable/disable logging | Fabio Berger | 2018-12-17 | 1 | -1/+8 |
| | |||||
* | Fix schemas and tests | Fabio Berger | 2018-12-17 | 1 | -13/+14 |
| | |||||
* | Improve our compliance to the JSON RPC spec | Fabio Berger | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | Ensure fileName matches class name, fix broadcast | Fabio Berger | 2018-12-16 | 1 | -2/+2 |
| | |||||
* | Respond to CR | kao | 2018-12-15 | 1 | -34/+67 |
| | |||||
* | Respond to CR | kao | 2018-12-15 | 1 | -25/+54 |
| | |||||
* | WIP: OrderWatcher WebSocket | kao | 2018-12-13 | 1 | -0/+226 |
| | | | | | Currently incomplete. Main challenge is to figure out how to test a client + server setup in the single-threaded javascript environment. | ||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 4 | -19/+19 |
| | |||||
* | Introduce new contract-addresses package and use it everywhere | Alex Browne | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | Appease linter | Alex Browne | 2018-10-16 | 1 | -0/+5 |
| | |||||
* | Update order-watcher to use new migrations functions | Alex Browne | 2018-10-16 | 4 | -15/+18 |
| | |||||
* | update order-watcher to use new artifacts and abi-gen wrappers packages | Alex Browne | 2018-10-16 | 4 | -60/+22 |
| | |||||
* | Changed getWatchedOrders to getStats and returns Stats object | amaurer | 2018-10-08 | 1 | -5/+5 |
| | |||||
* | Fix lint issues | amaurer | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | Added orderWatchCount to return total count of orders watched. | amaurer | 2018-10-06 | 1 | -0/+17 |
| | |||||
* | Add transactionHash to OrderState and emit it from OrderWatcher subscription | Fabio Berger | 2018-09-25 | 1 | -0/+26 |
| | |||||
* | remove v2 contract artifacts | F. Eugene Aumson | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Rename OrderAlreadyCancelledOrFilled -> OrderCancelled. | Jacob Evans | 2018-08-16 | 1 | -1/+1 |
| | | | | Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult | ||||
* | [Order-utils] Order is valid when maker amount is very small | Jacob Evans | 2018-08-15 | 1 | -11/+9 |
| | | | | | | | Previously our min fillable calculation would throw a rounding error when encountering a valid order (with a small maker amount). This was inconsistent with the on-chain logic which allowed this order to be filled. | ||||
* | Fix a bad merge | Leonid Logvinov | 2018-07-18 | 2 | -8/+8 |
| | |||||
* | Merge | Leonid Logvinov | 2018-07-18 | 2 | -19/+115 |
| | |||||
* | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-18 | 3 | -3/+37 |
|\ | |||||
| * | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 3 | -4/+4 |
| | | |||||
* | | Migrate order-watcher to v2 | Leonid Logvinov | 2018-07-13 | 5 | -315/+238 |
|/ | |||||
* | Pass actual networkId | Fabio Berger | 2018-07-06 | 1 | -6/+5 |
| | |||||
* | Refactor order-watcher to use Blockstream under-the-hood | Fabio Berger | 2018-07-05 | 1 | -126/+0 |
| | |||||
* | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-25 | 4 | -4/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (97 commits) Fix typos in comments Add modifier and tests for removeAuthorizedAddressAtIndex Update and add tests Change removeAuthorizedAddress => removeAuthorizedAddressAtIndex Move isFunctionRemoveAuthorizedAddress to test Fix usage of `popLastByte` Fix LibBytes is a library Remove `areBytesEqual` Fix usage of `contentAddress()` Clean low bits in bytes4 Clean high bits in address Refactor LibBytes.readBytes4 for consistency Fix LibBytes.equals Add trailing garbage testcase for LibBytes.equals Rename bytes.equals Add slice and sliceDestructive Rename bytes.rawAddress and add bytes.contentAddress Rename read/writeBytesWithLength Using LibBytes for bytes Make LibBytes a library ... # Conflicts: # packages/contracts/src/utils/constants.ts # packages/contracts/test/exchange/core.ts | ||||
| * | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 4 | -4/+0 |
| | | |||||
* | | For some reason order-watcher tests were timeing out so I increased the ↵ | Fabio Berger | 2018-06-13 | 1 | -1/+1 |
|/ | | | | timeout limit | ||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -2/+2 |
| | |||||
* | - Refactor remainingFillableCalculator so it can be used for the maker and ↵ | Fabio Berger | 2018-06-08 | 1 | -235/+0 |
| | | | | | | | taker side - Moved the tests over from order-watcher - Did some token -> asset renaming | ||||
* | Run prettier | fragosti | 2018-06-07 | 1 | -1/+9 |
| | |||||
* | Fix linting issues | fragosti | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -14/+15 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 5 | -29/+19 |
| | |||||
* | Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT | Amir Bandeali | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -2/+2 |
| | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -3/+2 |
| | |||||
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 3 | -13/+27 |
|\ | | | | | Add more tslint rules | ||||
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -13/+27 |
| | | |||||
* | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 5 | -0/+5 |
|/ | |||||
* | Fix TSLint issues | Fabio Berger | 2018-05-15 | 2 | -2/+2 |
| | |||||
* | remove unused modules | Fabio Berger | 2018-05-11 | 1 | -18/+0 |
| | |||||
* | Update global_hooks | Fabio Berger | 2018-05-11 | 1 | -3/+14 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 10 | -0/+1220 |
unifying library with the same interface |