aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test/global_hooks.ts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-1/+1
|\
| * Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
| |
* | Migrate order-watcher to v2Leonid Logvinov2018-07-131-3/+3
|/
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-251-1/+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-221-1/+0
| |
* | For some reason order-watcher tests were timeing out so I increased the ↵Fabio Berger2018-06-131-1/+1
|/ | | | timeout limit
* Try enabling no-unused-variable...fragosti2018-06-051-2/+0
|
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
|
* Migrate migrations to v2Leonid Logvinov2018-05-251-2/+2
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-1/+2
|\ | | | | Add more tslint rules
| * Fix TSLint rulesFabio Berger2018-05-161-1/+2
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|/
* Fix TSLint issuesFabio Berger2018-05-151-1/+1
|
* 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-101-0/+7
unifying library with the same interface