aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixx request payload and expected responsesFabio Berger2019-01-081-6/+8
|
* Fixx OrderWatcher WS tests so they are completely independent from one anotherFabio Berger2019-01-081-10/+12
|
* Use enums in pipelineAmir Bandeali2019-01-081-21/+21
|
* Add tests for MAP in order watcherAmir Bandeali2019-01-082-1/+209
|
* Move onMessageAsync outside of tests and add commentsFabio Berger2018-12-191-23/+30
|
* Fix WS tests to remove race-condition and be more specific about the message ↵Fabio Berger2018-12-191-23/+34
| | | | expected
* Add temporary console.log to test failing on CIFabio Berger2018-12-191-0/+1
|
* Fix file nameFabio Berger2018-12-171-1/+1
|
* Consolidate use of isVerbose in orderWatcherConfigFabio Berger2018-12-171-12/+5
|
* Add isVerbose option to enable/disable loggingFabio Berger2018-12-171-1/+8
|
* Fix schemas and testsFabio Berger2018-12-171-13/+14
|
* Improve our compliance to the JSON RPC specFabio Berger2018-12-171-2/+2
|
* Ensure fileName matches class name, fix broadcastFabio Berger2018-12-161-2/+2
|
* Respond to CRkao2018-12-151-34/+67
|
* Respond to CRkao2018-12-151-25/+54
|
* WIP: OrderWatcher WebSocketkao2018-12-131-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 0xJacob Evans2018-10-184-19/+19
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-1/+1
|
* Appease linterAlex Browne2018-10-161-0/+5
|
* Update order-watcher to use new migrations functionsAlex Browne2018-10-164-15/+18
|
* update order-watcher to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-164-60/+22
|
* Changed getWatchedOrders to getStats and returns Stats objectamaurer2018-10-081-5/+5
|
* Fix lint issuesamaurer2018-10-061-1/+1
|
* Added orderWatchCount to return total count of orders watched.amaurer2018-10-061-0/+17
|
* Add transactionHash to OrderState and emit it from OrderWatcher subscriptionFabio Berger2018-09-251-0/+26
|
* remove v2 contract artifactsF. Eugene Aumson2018-08-211-1/+1
|
* Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.Jacob Evans2018-08-161-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 smallJacob Evans2018-08-151-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 mergeLeonid Logvinov2018-07-182-8/+8
|
* MergeLeonid Logvinov2018-07-182-19/+115
|
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-183-3/+37
|\
| * Fix tslint issuesLeonid Logvinov2018-07-173-4/+4
| |
* | Migrate order-watcher to v2Leonid Logvinov2018-07-135-315/+238
|/
* Pass actual networkIdFabio Berger2018-07-061-6/+5
|
* Refactor order-watcher to use Blockstream under-the-hoodFabio Berger2018-07-051-126/+0
|
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-254-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 importingAlex Browne2018-06-224-4/+0
| |
* | For some reason order-watcher tests were timeing out so I increased the ↵Fabio Berger2018-06-131-1/+1
|/ | | | timeout limit
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-2/+2
|
* - Refactor remainingFillableCalculator so it can be used for the maker and ↵Fabio Berger2018-06-081-235/+0
| | | | | | | taker side - Moved the tests over from order-watcher - Did some token -> asset renaming
* Run prettierfragosti2018-06-071-1/+9
|
* Fix linting issuesfragosti2018-06-071-1/+1
|
* Get build and tests to passfragosti2018-06-071-14/+15
|
* Try enabling no-unused-variable...fragosti2018-06-055-29/+19
|
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
|
* Migrate migrations to v2Leonid Logvinov2018-05-251-2/+2
|
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+2
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-13/+27
|\ | | | | Add more tslint rules
| * Fix TSLint rulesFabio Berger2018-05-163-13/+27
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-175-0/+5
|/
* Fix TSLint issuesFabio Berger2018-05-152-2/+2
|
* remove unused modulesFabio Berger2018-05-111-18/+0
|
* Update global_hooksFabio Berger2018-05-111-3/+14
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-1010-0/+1220
unifying library with the same interface