aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher
Commit message (Expand)AuthorAgeFilesLines
...
| * properly stop blockstream and pass stateLayer into blockstreamFabio Berger2018-07-061-6/+19
| * Add pr numberFabio Berger2018-07-061-2/+4
| * Add changelog notesFabio Berger2018-07-061-1/+4
| * Don't unsubscribe on Blockstream errorsFabio Berger2018-07-062-6/+1
| * Pass actual networkIdFabio Berger2018-07-061-6/+5
| * Remove legacy logicFabio Berger2018-07-051-35/+0
| * Refactor order-watcher to use Blockstream under-the-hoodFabio Berger2018-07-053-173/+104
* | Fix testsLeonid Logvinov2018-07-061-3/+0
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-052-2/+5
|\|
| * Specify the lint rule to disableJacob Evans2018-07-041-3/+3
| * Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-031-2/+2
| |\
| | * Update incorrect versions of depsFabio Berger2018-07-021-2/+2
| * | compiler and ts lint are confused about ContractEventArgsJacob Evans2018-07-031-8/+23
| * | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-023-3/+11
| |\|
| * | Fix Tslint issuesFabio Berger2018-06-261-24/+9
* | | Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-06-291-1/+1
* | | Change event args names after templates changeLeonid Logvinov2018-06-291-16/+16
* | | Pin contract-wrappers versionLeonid Logvinov2018-06-291-1/+1
| |/ |/|
* | Merge pull request #707 from 0xProject/feature/combinatorial-testingFabio Berger2018-06-281-1/+1
|\ \
| * | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-255-5/+1
| |\|
| * | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-193-18/+70
| |\ \
| * | | For some reason order-watcher tests were timeing out so I increased the timeo...Fabio Berger2018-06-131-1/+1
* | | | Update at abi_decoderBryce2018-06-233-14/+3
* | | | CHANGELOG spacingBryce Neal2018-06-231-1/+1
* | | | Fix CHANGELOG spacing.Bryce Neal2018-06-231-1/+1
* | | | Fix spacingBryce2018-06-231-1/+1
* | | | Add CHANGELOG entryBryce2018-06-231-0/+10
* | | | Re-throw if not INVALID_ARGUMENTBryce2018-06-231-0/+1
* | | | Address INVALID_ARGUMENT issueBryce2018-06-232-2/+10
| |_|/ |/| |
* | | Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-225-5/+1
| |/ |/|
* | Fix additional versions and update yarn.lockFabio Berger2018-06-191-1/+1
* | Update all package versions to match latest published to NPMFabio Berger2018-06-191-18/+18
* | Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-0/+52
|/
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-123-2/+4
* Fix linter issueFabio Berger2018-06-081-1/+0
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-082-236/+1
|\
| * Merge pull request #678 from 0xProject/fix/order-utils/remaining-v2-changesFabio Berger2018-06-081-235/+0
| |\
| | * - Refactor remainingFillableCalculator so it can be used for the maker and ta...Fabio Berger2018-06-081-235/+0
| * | Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-081-1/+1
| |\ \ | | |/ | |/|
| | * Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-1/+1
* | | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-079-30/+12
|\| |
| * | Run prettierfragosti2018-06-072-7/+10
| * | Fix linting issuesfragosti2018-06-071-1/+1
| * | Get build and tests to passfragosti2018-06-072-16/+18
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+1
| |\|
| | * Stop running prettier on generated filesLeonid Logvinov2018-06-071-2/+1
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-4/+5
| |\|
| * | merge v2-prototypeFabio Berger2018-06-061-1/+2
| |\ \
| * | | Exclude generate contract wrappers from tslintFabio Berger2018-06-061-1/+1
| * | | Try enabling no-unused-variable...fragosti2018-06-058-42/+20
* | | | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-062-5/+2
| |_|/ |/| |
* | | Merge v2-prototypeFabio Berger2018-06-061-1/+1
|\ \ \ | | |/ | |/|
| * | Replace `-` with `_` in yarn script name so that we are consistent across yar...Fabio Berger2018-06-051-1/+1
* | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-4/+5
|/ /
* | Remove duplicate cleans in package.json when clean is called in prebuildAlex Browne2018-06-051-1/+1
* | Don't automatically rebuild when running yarn testAlex Browne2018-06-051-1/+2
|/
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-0/+1
|\
| * Fix linter errorsLeonid Logvinov2018-06-011-0/+1
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-1/+1
|\|
| * Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
* | Freeze order-utils at 0.0.5 for all packages except contractsFabio Berger2018-05-301-1/+1
|/
* Migrate migrations to v2Leonid Logvinov2018-05-252-3/+3
* Revert to an earlier version that worksFabio Berger2018-05-241-1/+1
* Remove the caret so it actually installs this versionFabio Berger2018-05-241-1/+1
* Bump all dependencies on json-schemas down a patch version so that they don't...Fabio Berger2018-05-241-1/+1
* Merge branch 'v2-prototype' into feature/truffle-sol-covLeonid Logvinov2018-05-241-1/+1
|\
| * Fix TokenTransferProxy artifact name since it's now suffixed with _v1Fabio Berger2018-05-231-1/+1
| * PublishLeonid Logvinov2018-05-231-17/+17
| * Updated CHANGELOGSLeonid Logvinov2018-05-232-0/+24
* | PublishLeonid Logvinov2018-05-231-17/+17
* | Updated CHANGELOGSLeonid Logvinov2018-05-232-0/+24
* | 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-235-15/+32
|\
| * Fix TSLint rulesFabio Berger2018-05-165-15/+32
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-176-2/+8
|/
* Fix TSLint issuesFabio Berger2018-05-153-3/+3
* Fix abi-gen binary so it can be called directly from packagesFabio Berger2018-05-151-1/+2
* Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-152-16/+4
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* Add missing .gitkeepsFabio Berger2018-05-121-0/+0
* Fix versionFabio Berger2018-05-111-1/+1
* remove unused modulesFabio Berger2018-05-111-18/+0
* Fix depsFabio Berger2018-05-111-1/+1
* Update global_hooksFabio Berger2018-05-111-3/+14
* Add missing version directory to pathFabio Berger2018-05-111-1/+1
* Add artifacts to clean commandFabio Berger2018-05-111-1/+1
* Fix path to artifactsFabio Berger2018-05-111-1/+1
* Remove unneeded tslint disableFabio Berger2018-05-101-2/+0
* Remove unnecessary tslint configFabio Berger2018-05-101-1/+1
* Add pr number to changelogsFabio Berger2018-05-101-1/+2
* Fix package.jsonFabio Berger2018-05-101-1/+1
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-1033-0/+3978