aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-22292-100/+26118
| | | | sub-packages, use new subscribeAsync 0x.js method
* Merge pull request #225 from dekz/feature/track-zrx-movementsFabio Berger2017-11-213-23/+50
|\ | | | | Track ZRX Approval and Balance events
| * Merge branch 'development' into feature/track-zrx-movementsJacob Evans2017-11-160-0/+0
| |\
| * | Merge branch 'development' into feature/track-zrx-movementsJacob Evans2017-11-165-22/+14
| |\|
| * | Fix nitsJacob Evans2017-11-162-4/+2
| | |
| * | Change to Async suffix conventionJacob Evans2017-11-162-20/+20
| | |
| * | Add return typeJacob Evans2017-11-162-2/+2
| | |
| * | test wordingJacob Evans2017-11-161-1/+1
| | |
| * | Add a pending changelogJacob Evans2017-11-161-0/+4
| | |
| * | Add and Remove Fee Token with Maker TokenJacob Evans2017-11-162-23/+50
| | |
* | | Merge pull request #228 from 0xProject/feature/publishLifecycleScriptsFabio Berger2017-11-189-19/+185
|\ \ \ | | | | | | | | Add postpublish scripts for sub-packages
| * | | Small fixesFabio Berger2017-11-182-1/+2
| | | |
| * | | Merge branch 'development' into feature/publishLifecycleScriptsFabio Berger2017-11-1810-23/+38
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove clean step from test_umd.sh Update CHANGELOG.md vx.x.x Add CHANGELOG files to each sub-package Fix 0x.js CHANGELOG separate assignment and call Remove Async subscribe callbacks from OrderWatcher Update changelog Callback for subscribe no longer supports an Async Callback
* | | | Remove clean step from test_umd.shBrandon Millman2017-11-181-1/+0
| | | |
* | | | Update CHANGELOG.mdFabio Berger2017-11-181-0/+1
| |_|/ |/| |
* | | Merge pull request #222 from dekz/syncSubscribeFabio Berger2017-11-165-21/+15
|\ \ \ | |_|/ |/| | Remove support for Async callback types when used in Subscribe functions
| * | Merge branch 'development' into syncSubscribeJacob Evans2017-11-160-0/+0
| |\ \ | |/ / |/| |
| * | Merge branch 'development' into syncSubscribeJacob Evans2017-11-1690-151/+3095
| |\ \ | |/ / |/| |
* | | Add CHANGELOG files to each sub-packageFabio Berger2017-11-154-0/+21
| | |
* | | Fix 0x.js CHANGELOGFabio Berger2017-11-151-1/+1
| | |
| * | vx.x.xJacob Evans2017-11-161-1/+1
| | |
| * | separate assignment and callJacob Evans2017-11-151-1/+2
| | |
| * | Remove Async subscribe callbacks from OrderWatcherJacob Evans2017-11-152-10/+8
| | |
| * | Update changelogJacob Evans2017-11-151-1/+5
| | |
| * | Callback for subscribe no longer supports an Async CallbackJacob Evans2017-11-144-12/+4
| | |
| | * Updated yarn.lockFabio Berger2017-11-181-104/+6
| | |
| | * Put release name generation into postpublish_utilsFabio Berger2017-11-186-6/+8
| | |
| | * Add back promisifyFabio Berger2017-11-181-0/+1
| | |
| | * Set S3 bucket path to variableFabio Berger2017-11-181-1/+2
| | |
| | * reset all sub-package versions to latest actually publishedFabio Berger2017-11-184-9/+9
| | |
| | * Get package name from package.jsonFabio Berger2017-11-185-5/+10
| | |
| | * remove unused importsFabio Berger2017-11-181-2/+0
| | |
| | * Add postpublish scripts for all the subpackages so that they each publish a ↵Fabio Berger2017-11-184-0/+52
| | | | | | | | | | | | release to github
| | * Move most of code for getting latest tag/version and calling publish_release ↵Fabio Berger2017-11-184-48/+60
| | | | | | | | | | | | to postpublish_utils script in top-level dir
| | * Set prerelease to true so that non of the releases are marked as "latest"Fabio Berger2017-11-181-1/+1
| | |
| | * Move upload_docs_json back to npm script and pass in vars properly.Fabio Berger2017-11-182-4/+8
| | |
| | * Use `yarn docs:json` commandFabio Berger2017-11-182-3/+3
| | |
| | * update yarn.lockFabio Berger2017-11-181-5/+9
| | |
| | * specify the current working directory in which to run the `yarn` commandFabio Berger2017-11-181-1/+6
| | |
| | * print out file name in consoleFabio Berger2017-11-181-2/+3
| | |
| | * small fixesFabio Berger2017-11-181-16/+3
| | |
| | * experiment with calling typedoc programaticallyBrandon Millman2017-11-162-6/+22
| | |
| | * improve scriptFabio Berger2017-11-162-9/+4
| | |
| | * postpublish script fixesFabio Berger2017-11-161-13/+9
| | |
| | * WIPBrandon Millman2017-11-163-40/+159
| | |
| | * WIPBrandon Millman2017-11-167-16/+81
| |/ |/|
* | Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-11-1533-5/+1231
|\ \ | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Add lodash noop to emptyOrderbookChannelHandler Fix lint error Add connect to monorepo
| * \ Merge pull request #224 from 0xProject/feature/addConnectBrandon Millman2017-11-1533-5/+1231
| |\ \ | | | | | | | | Add connect to monorepo
| | * | Add lodash noop to emptyOrderbookChannelHandlerBrandon Millman2017-11-151-4/+5
| | | |
| | * | Fix lint errorBrandon Millman2017-11-151-2/+1
| | | |
| | * | Add connect to monorepoBrandon Millman2017-11-1533-5/+1231
| | | |
* | | | Add title and install instructions to all sub-package READMEsFabio Berger2017-11-154-1/+28
|/ / /
* | | Add rocket.chat badge and remove 0x.js npm badgeFabio Berger2017-11-151-2/+2
| | |
* | | Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-11-151-2/+3
|\ \ \ | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Change the way 0x.js assert extends the @0xproject/assert module
| * | | Change the way 0x.js assert extends the @0xproject/assert moduleBrandon Millman2017-11-151-2/+3
| |/ /
* / / Add core packes to READMEFabio Berger2017-11-151-22/+8
|/ /
* | Merge pull request #223 from dekz/bug/fix-readme-linksFabio Berger2017-11-151-1/+4
|\ \ | | | | | | Fix README links
| * | Doubled upJacob Evans2017-11-151-2/+0
| | |
| * | Change Slack to RocketJacob Evans2017-11-151-1/+3
| | |
| * | Fix README linksJacob Evans2017-11-151-0/+3
|/ /
* | Merge pull request #219 from 0xProject/feature/rounding-validationBrandon Millman2017-11-153-73/+119
|\ \ | | | | | | Rounding validation
| * | Name a constantLeonid Logvinov2017-11-151-2/+4
| | |
| * | Fix namingsLeonid Logvinov2017-11-151-2/+2
| | |
| * | Fix testsLeonid Logvinov2017-11-141-12/+11
| | |
| * | Add a test for rounding errorLeonid Logvinov2017-11-141-0/+23
| | |
| * | Add assertions for fillableTakerAmountLeonid Logvinov2017-11-141-72/+82
| | |
| * | Add validation for rounding errorLeonid Logvinov2017-11-141-0/+7
| | |
| * | Return remainingFillableTakerAmountLeonid Logvinov2017-11-141-0/+4
| | |
| * | Add remainingFillableMakerAmount to typesLeonid Logvinov2017-11-141-0/+1
| | |
* | | re-add commonjs buildFabio Berger2017-11-151-1/+1
| | |
* | | PublishFabio Berger2017-11-151-2/+2
| | | | | | | | | | | | - 0x.js@0.25.1
* | | PublishFabio Berger2017-11-151-1/+1
| | | | | | | | | | | | - 0x.js@0.25.0
* | | PublishFabio Berger2017-11-151-1/+1
| | | | | | | | | | | | - 0x.js@0.24.0
* | | revert 0x.js version and change name so matches existing npm package nameFabio Berger2017-11-151-2/+2
| | |
* | | Publish@0xproject/tslint-config@0.1.0@0xproject/json-schemas@0.6.7@0xproject/assert@0.0.4@0xproject/0x.js@0.24.0Fabio Berger2017-11-154-10/+10
| | | | | | | | | | | | | | | | | | | | | - @0xproject/0x.js@0.24.0 - @0xproject/assert@0.0.4 - @0xproject/json-schemas@0.6.7 - @0xproject/tslint-config@0.1.0
* | | Remove private flag because we need it published to npmFabio Berger2017-11-151-1/+0
| | |
* | | Revert versionFabio Berger2017-11-151-1/+1
| | |
* | | Update package name and version in package.jsonFabio Berger2017-11-151-2/+2
| | |
* | | Merge pull request #221 from 0xProject/feature/addJsonSchemasBrandon Millman2017-11-1542-24/+1562
|\ \ \ | | | | | | | | Add json-schemas package to mono repo
| * | | Update tslint rules for assert and json-schemasBrandon Millman2017-11-154-8/+9
| | | |
| * | | Merge branch 'development' into feature/addJsonSchemasBrandon Millman2017-11-1515-40/+146
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Improve description Alphabetize Add exit 0 to 0x.js build command Add snapshot save and revert to order_state_watcher_test.ts Fix changelog Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages. Add tslint-config sub-package Fix tslint issue Public interface has changed, moved to minor version Update changelog Renamed canceled to cancelled
| * | | | Add json-schemas package to mono repoBrandon Millman2017-11-1441-20/+1557
| | | | |
* | | | | Update CHANGELOGFabio Berger2017-11-151-0/+1
| |/ / / |/| | |
* | | | Merge pull request #220 from 0xProject/feature/addTsLintPackageFabio Berger2017-11-158-24/+115
|\ \ \ \ | | | | | | | | | | Add TSLint Config package
| * | | | Improve descriptionFabio Berger2017-11-152-2/+2
| | | | |
| * | | | AlphabetizeFabio Berger2017-11-152-4/+4
| | | | |
| * | | | Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead ↵Fabio Berger2017-11-142-26/+5
| | | | | | | | | | | | | | | | | | | | of the old repo as a dep. in the rest of the sub-packages.
| * | | | Add tslint-config sub-packageFabio Berger2017-11-146-11/+123
| | | | |
| * | | | Fix tslint issueFabio Berger2017-11-141-1/+1
| |/ / /
* | | | Add exit 0 to 0x.js build commandBrandon Millman2017-11-151-1/+1
| | | |
* | | | Add snapshot save and revert to order_state_watcher_test.tsBrandon Millman2017-11-151-0/+6
| |_|/ |/| |
* | | Fix changelogFabio Berger2017-11-141-1/+6
| | |
* | | Merge pull request #217 from dekz/fixCancelledNaming2Fabio Berger2017-11-147-16/+20
|\ \ \ | |/ / |/| | Standardise on Cancelled over canceled
| * | Public interface has changed, moved to minor versionJacob Evans2017-11-141-1/+1
| | |
| * | Update changelogJacob Evans2017-11-141-0/+4
| | |
| * | Renamed canceled to cancelledJacob Evans2017-11-146-16/+16
| | |
* | | Merge pull request #218 from 0xProject/bmillman_add_assertFabio Berger2017-11-1412-89/+558
|\ \ \ | |/ / |/| | Add assert sub-package
| * | remove new lineFabio Berger2017-11-141-1/+0
| | |
| * | Update urlsFabio Berger2017-11-141-3/+3
| | |
| * | Missing @Fabio Berger2017-11-141-2/+2
| | |
| * | Remove unused circle.ymlFabio Berger2017-11-141-14/+0
| | |
| * | Move conditional running of umd test to 0x.js's package.jsonFabio Berger2017-11-142-2/+1
| | |
| * | Add preliminary instructions to top-level READMEFabio Berger2017-11-141-0/+23
| | |
| * | remove image from sub-readmeFabio Berger2017-11-141-4/+0
| | |
| * | fix orderingsFabio Berger2017-11-142-3/+3
| | |
| * | Standardize around a `test:circleci` command that any sub-package can ↵Fabio Berger2017-11-143-3/+4
| | | | | | | | | | | | implement in order to have their tests run on CircleCi
| * | Rename backFabio Berger2017-11-1410-5/+5
| | |
| * | Rename assert sub-package and removed duplicate methods from 0x.js's assert ↵Fabio Berger2017-11-149-78/+15
| | | | | | | | | | | | module
| * | fix mergeFabio Berger2017-11-141-2/+2
| |\ \
| | * | Add assert package to the monorepoBrandon Millman2017-11-1410-9/+537
| | |/
| * / Add assert package to the monorepoBrandon Millman2017-11-1410-9/+537
| |/
* / Re-add changelog for 0x.jsFabio Berger2017-11-141-0/+211
|/
* Merge pull request #215 from 0xProject/monoRepoFabio Berger2017-11-142-4/+3
|\ | | | | Mono repo Final Steps
| * Upgrade to Typescript 2.6.1 and fix major & minor versionsFabio Berger2017-11-141-1/+1
| |
| * Don't remove files before UMD test runFabio Berger2017-11-141-2/+1
| |
| * Only run umd tests on developmentFabio Berger2017-11-141-1/+1
| |
* | Merge pull request #214 from 0xProject/monoRepoFabio Berger2017-11-1475-10588/+981
|\| | | | | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
| * Remove unused varFabio Berger2017-11-141-1/+0
| |
| * Add interface typeFabio Berger2017-11-141-2/+6
| |
| * Replace _.get for type safetyFabio Berger2017-11-141-6/+6
| |
| * Declare as stringFabio Berger2017-11-141-1/+1
| |
| * Merge branch 'monoRepo' of github.com:0xProject/0x.js into monoRepoFabio Berger2017-11-141-1/+1
| |\ | | | | | | | | | | | | * 'monoRepo' of github.com:0xProject/0x.js: Fail the tests on tsc error
| | * Fail the tests on tsc errorLeonid Logvinov2017-11-141-1/+1
| | |
| * | move tslint.json to 0x.js sub-packageFabio Berger2017-11-141-0/+0
| | |
| * | Fix lint and ts issuesFabio Berger2017-11-142-10/+10
| |/
| * point to top-level node_modulesFabio Berger2017-11-141-5/+5
| |
| * remove unnecessary --Fabio Berger2017-11-141-5/+5
| |
| * Add missing keyFabio Berger2017-11-141-0/+1
| |
| * Simply lerna command and run bootstrap to install dependenciesFabio Berger2017-11-142-6/+8
| |
| * Fix lerna commandFabio Berger2017-11-141-4/+4
| |
| * Fix package.jsonFabio Berger2017-11-141-1/+1
| |
| * Add checkoutFabio Berger2017-11-141-0/+1
| |
| * Merge branch 'monoRepo' of github.com:0xProject/0x.js into monoRepoFabio Berger2017-11-141-1/+1
| |\ | | | | | | | | | | | | * 'monoRepo' of github.com:0xProject/0x.js: Fix package.json
| | * Fix package.jsonLeonid Logvinov2017-11-141-1/+1
| | |
| * | Upgrade circleci to version 2.0Fabio Berger2017-11-142-23/+27
| |/
| * leave out yarn version pegFabio Berger2017-11-141-3/+1
| |
| * Use lernaFabio Berger2017-11-141-4/+4
| |
| * use yarn instead of lernaFabio Berger2017-11-141-4/+4
| |
| * Install older version of yarnFabio Berger2017-11-141-1/+3
| |
| * Add circle.yml and move testrpc command to top-level repoFabio Berger2017-11-134-29/+791
| |
| * Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-1372-10540/+160
|/
* Merge pull request #200 from 0xProject/feature/receipt-statusFabio Berger2017-11-135-686/+948
|\ | | | | Normalize the way we return the transaction status
| * Merge branch 'development' into feature/receipt-statusFabio Berger2017-11-1329-141/+1285
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (164 commits) Remove old tests Remove unused code Fix tests Remove redundant spaces Don't store empty objects Fix a typo Remove duplicate operations Remove redundant instance variables Fix tests Remove blockStore and default to numConfirmations === 0 Add a comment Store number of confirmations in a blockStore Remove tautology check Pass blockStore to eventWatcher Fix last merge conflicts Clear cache on unsubscribe Clear store cache on events Add more configs for order watcher Make subscribe function async and make blockStore operational Adjust tests to new interface ... # Conflicts: # package.json # src/types.ts # yarn.lock
* | Merge pull request #205 from 0xProject/orderWatcherFabio Berger2017-11-1327-141/+1280
|\ \ | | | | | | Order watcher
| * \ Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-1313-220/+283
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: (33 commits) Remove old tests Remove unused code Fix tests Remove redundant spaces Don't store empty objects Fix a typo Remove duplicate operations Remove redundant instance variables Fix tests Remove blockStore and default to numConfirmations === 0 Add a comment Store number of confirmations in a blockStore Remove tautology check Pass blockStore to eventWatcher Fix last merge conflicts Clear cache on unsubscribe Clear store cache on events Add more configs for order watcher Make subscribe function async and make blockStore operational Adjust tests to new interface ...
| | * \ Merge pull request #211 from 0xProject/feature/orderWatcherLocalStateStoreFabio Berger2017-11-1313-220/+283
| | |\ \ | | | | | | | | | | Order watcher local state store
| | | * | Remove old testsLeonid Logvinov2017-11-131-62/+0
| | | | |
| | | * | Remove unused codeLeonid Logvinov2017-11-135-10/+6
| | | | |
| | | * | Fix testsLeonid Logvinov2017-11-131-4/+4
| | | | |
| | | * | Remove redundant spacesLeonid Logvinov2017-11-131-1/+1
| | | | |
| | | * | Don't store empty objectsLeonid Logvinov2017-11-131-0/+6
| | | | |
| | | * | Fix a typoLeonid Logvinov2017-11-131-1/+1
| | | | |
| | | * | Remove duplicate operationsLeonid Logvinov2017-11-131-2/+0
| | | | |
| | | * | Remove redundant instance variablesLeonid Logvinov2017-11-131-8/+2
| | | | |
| | | * | Fix testsLeonid Logvinov2017-11-131-1/+1
| | | | |
| | | * | Remove blockStore and default to numConfirmations === 0Leonid Logvinov2017-11-139-123/+25
| | | | |
| | | * | Add a commentLeonid Logvinov2017-11-131-0/+2
| | | | |
| | | * | Store number of confirmations in a blockStoreLeonid Logvinov2017-11-137-30/+26
| | | | |
| | | * | Remove tautology checkLeonid Logvinov2017-11-131-3/+0
| | | | |
| | | * | Pass blockStore to eventWatcherLeonid Logvinov2017-11-133-16/+22
| | | | |
| | | * | Fix last merge conflictsLeonid Logvinov2017-11-131-13/+3
| | | | |
| | | * | Clear cache on unsubscribeLeonid Logvinov2017-11-133-0/+10
| | | | |
| | | * | Clear store cache on eventsLeonid Logvinov2017-11-132-33/+76
| | | | |
| | | * | Add more configs for order watcherLeonid Logvinov2017-11-131-3/+5
| | | | |
| | | * | Make subscribe function async and make blockStore operationalLeonid Logvinov2017-11-132-21/+59
| | | | |
| | | * | Adjust tests to new interfaceLeonid Logvinov2017-11-131-14/+11
| | | | |
| | | * | Add more errorsLeonid Logvinov2017-11-131-0/+2
| | | | |
| | | * | Create stores in orderStateWatcherLeonid Logvinov2017-11-132-17/+24
| | | | |
| | | * | Make orderStateUtils operate on storesLeonid Logvinov2017-11-132-30/+32
| | | | |
| | | * | Create fake blockStore for exchange transfer simulatorLeonid Logvinov2017-11-131-1/+4
| | | | |
| | | * | Add initial incomplete BlockStore implementationLeonid Logvinov2017-11-131-0/+38
| | | | |
| | | * | Make stores accept numConfirmations and blockStore instead of defaultBlockLeonid Logvinov2017-11-132-10/+20
| | | | |
| | | * | Add LatestBlockNumberNotSet internal errorLeonid Logvinov2017-11-131-0/+1
| | | | |
| | | * | Add functions to clear stores cacheLeonid Logvinov2017-11-132-0/+16
| | | | |
| | | * | Add store for order filled/cancelled stateLeonid Logvinov2017-11-131-0/+52
| | | | |
| | | * | Make store configurable by blockParamLeonid Logvinov2017-11-132-5/+14
| | | | |
| | | * | Fix testsLeonid Logvinov2017-11-131-10/+8
| | | | |
| | | * | Make a store an instance variable of exchange transfer simulator and stop ↵Leonid Logvinov2017-11-132-15/+22
| | | | | | | | | | | | | | | | | | | | inheriting it
| | | * | Refactor out BalanceAndProxyAllowanceLazyStoreLeonid Logvinov2017-11-132-53/+56
| | |/ /
| * | | Merge branch 'development' into orderWatcherFabio Berger2017-11-1310-52/+153
| |\ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: 0.23.0 Update CHANGELOG Fix amounts in tests one last time. Now that we updated the testRPC snapshot, this should no longer be mismatched between CI and locally Update testRPC snapshot used by CircleCi Push unsubscribe to the base class rather than super Check for null rather than undefined Removed nits Test case was error then unsubscribe Clean up subscription state. Fix unhandled promise rejection error on subscriptions # Conflicts: # src/types.ts # test/exchange_wrapper_test.ts # test/token_wrapper_test.ts
* | | 0.23.0v0.23.0Brandon Millman2017-11-132-2/+2
| | |
* | | Update CHANGELOGBrandon Millman2017-11-131-0/+5
| | |
| * | Merge pull request #210 from dekz/orderWatcherRemainingFabio Berger2017-11-133-0/+94
| |\ \ | | | | | | | | Calculate the remaining order amount in maker units
| | * | remove commentsJacob Evans2017-11-131-3/+0
| | | |
| | * | Perform the division after multiplication to reduce compounding the rounding ↵Jacob Evans2017-11-132-10/+11
| | | | | | | | | | | | | | | | errors
| | * | Update commentJacob Evans2017-11-131-1/+1
| | | |
| | * | text description updateJacob Evans2017-11-131-2/+2
| | | |
| | * | remove onlyJacob Evans2017-11-131-3/+3
| | | |
| | * | Added specs for allowance and balance changesJacob Evans2017-11-132-2/+79
| | | |
| | * | Calculate the remaining order amount in maker unitsJacob Evans2017-11-133-0/+19
| | | |
| * | | Merge pull request #207 from 0xProject/orderWatcherTestsFabio Berger2017-11-133-0/+97
| |\ \ \ | | |/ / | |/| | Additional order watcher tests
| | * | Don't return anythingFabio Berger2017-11-131-2/+1
| | | |
| | * | Add tests for the numConfirmations config to ensure that the events are ↵Fabio Berger2017-11-113-2/+78
| | | | | | | | | | | | | | | | being emitted for the confirmation depth specified
| | * | Test that the orderStateWatcher doesn't emit an event when an irrelevant ↵Fabio Berger2017-11-101-0/+22
| | | | | | | | | | | | | | | | blockchain event is received.
| * | | Update testRPC snapshot used by CircleCiFabio Berger2017-11-121-1/+1
| | | |
| * | | Merge branch 'development' into orderWatcherFabio Berger2017-11-125-3/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: 0.22.6 Add new changes to CHANGELOG use util fn no race, reject from interval cb and clear allow timeout for await transaction mined # Conflicts: # src/types.ts
| * | | | Add commentFabio Berger2017-11-121-0/+2
| | | | |
| * | | | rename isDecodedLog to isLogDecodedFabio Berger2017-11-111-2/+2
| | | | |
| * | | | Improve commentFabio Berger2017-11-111-1/+2
| | | | |
| * | | | Fix test given that we now do delete the keys in dependentOrderHashesFabio Berger2017-11-111-1/+1
| | | | |
| * | | | Fix missing renamesFabio Berger2017-11-111-2/+2
| | | | |
| * | | | Declare OnOrderStateChangeCallback as either sync or asyncFabio Berger2017-11-111-3/+3
| | | | |
| * | | | Fix commentFabio Berger2017-11-111-3/+0
| | | | |
| * | | | Remove keys from dependentOrderHashes if emptyFabio Berger2017-11-111-2/+10
| | | | |
| * | | | establish convention of initializing empty instances in instance declarationFabio Berger2017-11-111-4/+2
| | | | |
| * | | | Use enum instead of boolean to avoid potential bugs from isRemoved ↵Fabio Berger2017-11-111-6/+10
| | | | | | | | | | | | | | | | | | | | incorrectly being set to true
| * | | | rename _orders to _orderByOrderhash for clarityFabio Berger2017-11-111-7/+7
| | | | |
| * | | | Add comment above orderStateWatcher classFabio Berger2017-11-111-0/+6
| | | | |
| * | | | Fix expected balanceFabio Berger2017-11-111-2/+2
| | | | |
| * | | | Fix type declaration in testFabio Berger2017-11-111-6/+6
| | | | |
| * | | | Feather the callback down to _emitDifferencesAsync and don't store it as a ↵Fabio Berger2017-11-111-11/+11
| | | | | | | | | | | | | | | | | | | | class instance. This will make supporting multiple subscriptions easier later on and reduces the amount of unsubscription cleanup
| * | | | Throw if trying to subscribe multiple timesFabio Berger2017-11-111-1/+9
| | | | |
| * | | | Fix alignmentFabio Berger2017-11-111-2/+2
| | | | |
| * | | | Add comment above the eventWatcher classFabio Berger2017-11-111-0/+4
| | | | |
| * | | | Rename method since it's not more then just mempoolFabio Berger2017-11-111-2/+2
| | |/ / | |/| |
| * | | Fix test descriptionFabio Berger2017-11-101-1/+1
| | | |
| * | | Fix test descriptionFabio Berger2017-11-101-1/+1
| | | |
| * | | Move numConfirmations to constructor callFabio Berger2017-11-101-3/+3
| | | |
| * | | Improve commentFabio Berger2017-11-101-1/+2
| | | |
| * | | Make sure to set the defaultBlock to the blockNumber rather then the number ↵Fabio Berger2017-11-101-5/+9
| | | | | | | | | | | | | | | | of confirmations
| * | | Simplify to/from block codeFabio Berger2017-11-101-8/+5
| | | |
| * | | Add assertionFabio Berger2017-11-101-0/+2
| | | |
| * | | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-101-0/+14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Add forgotten file
| | * | | Add forgotten fileLeonid Logvinov2017-11-101-0/+14
| | | | |
| * | | | remove no longer needed argFabio Berger2017-11-101-3/+2
| | | | |
| * | | | rename intervalId to intervalIdIfExistsFabio Berger2017-11-101-3/+5
| |/ / /
| * | | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-101-13/+55
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Add order state watcher tests for LogCancel # Conflicts: # test/order_state_watcher_test.ts
| | * | | Add order state watcher tests for LogCancelLeonid Logvinov2017-11-101-13/+55
| | | | |
| * | | | Fix bug where we hard-coded using pendingBlock for fetching the orderState. ↵Fabio Berger2017-11-105-20/+36
| |/ / / | | | | | | | | | | | | Moved numConfirmations to become a global orderStateWatcher config
| * | | Fix commentsFabio Berger2017-11-101-3/+2
| | | |
| * | | comment improvementsFabio Berger2017-11-101-3/+3
| | | |
| * | | Closing paren on same level as openFabio Berger2017-11-101-1/+2
| | | |
| * | | Rename _callbackAsync to _callbackIfExistsAsync for clarityFabio Berger2017-11-102-11/+11
| | | |
| * | | Merge branches 'orderWatcher' and 'orderWatcher' of ↵Fabio Berger2017-11-101-2/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:0xProject/0x.js into orderWatcher * 'orderWatcher' of github.com:0xProject/0x.js: Fix getting events from non-mempool * 'orderWatcher' of github.com:0xProject/0x.js: Fix getting events from non-mempool
| | * | | Fix getting events from non-mempoolLeonid Logvinov2017-11-101-2/+3
| | | | |
| * | | | use explicit importFabio Berger2017-11-101-1/+1
| |/ / /
| * | | Remove finished TODOsFabio Berger2017-11-102-2/+0
| | | |
| * | | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-101-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Revert test amount changes
| | * | | Revert test amount changesLeonid Logvinov2017-11-101-2/+2
| | | | |
| * | | | Create assert.isValidSignature method and use it in `addOrder`Fabio Berger2017-11-102-2/+9
| | | | |
| * | | | Move isValidSignature implementation into signatureUtilsFabio Berger2017-11-102-13/+17
| |/ / /
| * | | Fix commentFabio Berger2017-11-101-1/+1
| | | |
| * | | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-101-8/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Revert "Use _.get for optional configs" # Conflicts: # src/0x.ts
| | * | | Revert "Use _.get for optional configs"Leonid Logvinov2017-11-101-8/+9
| | | | | | | | | | | | | | | | | | | | This reverts commit ecc54b07c70c9f191a0eb0dece8137f088250a41.
| * | | | Add nested config for orderWatcherFabio Berger2017-11-106-12/+27
| |/ / /
| * | | Rename MempoolEventCallback to EventWatcherCallbackFabio Berger2017-11-104-9/+9
| | | |
| * | | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-101-5/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Fix namings
| | * | | Fix namingsLeonid Logvinov2017-11-101-5/+5
| | | | |
| * | | | rename folder to order_watcherFabio Berger2017-11-103-10/+10
| |/ / /
| * | | Remove redundant assertionsLeonid Logvinov2017-11-104-16/+1
| | | |