aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test
Commit message (Collapse)AuthorAgeFilesLines
* 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