Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add exit code 0 because it is expected that uglifying the code throws an error | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
* | update tokenByAddress after tokenStateByAddress to avoid race-condition | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
* | Add error when unexpected condition hit | Fabio Berger | 2017-11-24 | 1 | -0/+3 |
* | Fix alignment | Fabio Berger | 2017-11-24 | 1 | -9/+9 |
* | Add missing keys | Fabio Berger | 2017-11-24 | 1 | -0/+2 |
* | Fix bug | Fabio Berger | 2017-11-24 | 1 | -2/+2 |
* | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-23 | 8 | -16/+50 |
|\ | |||||
| * | Revert "Publish" | Fabio Berger | 2017-11-23 | 2 | -3/+3 |
| * | Publish | Fabio Berger | 2017-11-23 | 2 | -3/+3 |
| * | Add actual version to CHANGELOG | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| * | Add blockchainLifecycle management to the ExpirationWatcher test | Brandon Millman | 2017-11-23 | 1 | -2/+6 |
| * | Update connect CHANGELOG.md in preperation for publishing | Brandon Millman | 2017-11-23 | 1 | -1/+2 |
| * | Add TODO comment before BigNumber.config() call | Brandon Millman | 2017-11-23 | 1 | -0/+1 |
| * | Prepare connect package for publishing | Brandon Millman | 2017-11-23 | 5 | -12/+40 |
* | | Force the clearance of tradeHistory | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
* | | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-23 | 11 | -20/+271 |
|\| | |||||
| * | Last renames | Leonid Logvinov | 2017-11-23 | 1 | -5/+5 |
| * | Refactor while condition | Leonid Logvinov | 2017-11-23 | 1 | -6/+12 |
| * | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-23 | 8 | -23/+55 |
| |\ | |||||
| | * | Fix tests | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| * | | Fix tests | Leonid Logvinov | 2017-11-22 | 2 | -6/+7 |
| * | | Fix a typo | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| * | | Fix test:circleci command | Leonid Logvinov | 2017-11-21 | 1 | -1/+1 |
| * | | Check if transactionReceipt exists before normalizing it | Leonid Logvinov | 2017-11-21 | 1 | -1/+3 |
| * | | Address nits | Leonid Logvinov | 2017-11-21 | 2 | -10/+9 |
| * | | Remove old comment | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| * | | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 3 | -15/+14 |
| * | | Check if callback exists | Leonid Logvinov | 2017-11-21 | 2 | -8/+10 |
| * | | Rename | Leonid Logvinov | 2017-11-21 | 1 | -8/+8 |
| * | | Pass callback down | Leonid Logvinov | 2017-11-21 | 1 | -9/+5 |
| * | | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-21 | 96 | -148/+3157 |
| |\ \ | |||||
| * | | | Remove custom heap and use bintrees | Leonid Logvinov | 2017-11-21 | 4 | -103/+17 |
| * | | | Add expirationMarginMs | Leonid Logvinov | 2017-11-21 | 4 | -10/+30 |
| * | | | Add defaults | Leonid Logvinov | 2017-11-21 | 3 | -9/+9 |
| * | | | Fix typos | Leonid Logvinov | 2017-11-21 | 1 | -1/+1 |
| * | | | Rename orderLifetime to orderLifetimeS | Leonid Logvinov | 2017-11-21 | 1 | -6/+6 |
| * | | | Reference types directly | Leonid Logvinov | 2017-11-21 | 1 | -4/+2 |
| * | | | Add ifExists suffix | Leonid Logvinov | 2017-11-21 | 2 | -6/+6 |
| * | | | Improve the comment | Leonid Logvinov | 2017-11-21 | 1 | -1/+1 |
| * | | | Remove comment | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| * | | | Remove new line | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| * | | | Delete orderExpirationCheckingIntervalIdIfExists | Leonid Logvinov | 2017-11-21 | 1 | -0/+1 |
| * | | | Throw when subscription is already removed | Leonid Logvinov | 2017-11-21 | 1 | -1/+4 |
| * | | | Throw when subscription is already present | Leonid Logvinov | 2017-11-21 | 1 | -1/+4 |
| * | | | Remove redundant bind | Leonid Logvinov | 2017-11-21 | 1 | -3/+1 |
| * | | | Do simple inits inline | Leonid Logvinov | 2017-11-21 | 1 | -2/+1 |
| * | | | Remove order on expiration | Leonid Logvinov | 2017-11-18 | 1 | -0/+1 |
| * | | | Improve the comment | Leonid Logvinov | 2017-11-18 | 1 | -1/+2 |
| * | | | Add tests for expirationWatcher | Leonid Logvinov | 2017-11-18 | 1 | -0/+137 |
| * | | | Fix heap implementation | Leonid Logvinov | 2017-11-18 | 1 | -0/+3 |
| * | | | Add initial implementation of expiration watcher | Leonid Logvinov | 2017-11-16 | 4 | -2/+173 |
* | | | | Upgrade to latest 0x.js version and refactor subscriptions to use latest int... | Fabio Berger | 2017-11-23 | 3 | -26/+54 |
* | | | | Fix build bug | Fabio Berger | 2017-11-23 | 1 | -0/+1 |
* | | | | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-22 | 8 | -23/+55 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Publish | Leonid Logvinov | 2017-11-22 | 5 | -15/+15 |
| * | | | Revert "Publish" | Leonid Logvinov | 2017-11-22 | 5 | -15/+15 |
| * | | | Publish | Leonid Logvinov | 2017-11-22 | 5 | -15/+15 |
| * | | | Add instanceOf assertion | Leonid Logvinov | 2017-11-22 | 1 | -0/+1 |
| * | | | Rename toDecimal to hexToDecimal | Leonid Logvinov | 2017-11-22 | 1 | -4/+4 |
| * | | | Add PR numbers | Leonid Logvinov | 2017-11-22 | 1 | -5/+6 |
| * | | | Add postFormatter for logs | Leonid Logvinov | 2017-11-22 | 2 | -3/+33 |
| | |/ | |/| | |||||
* / | | Add website to mono repo, update packages to align with existing sub-packages... | Fabio Berger | 2017-11-22 | 290 | -0/+23527 |
|/ / | |||||
* | | Merge pull request #225 from dekz/feature/track-zrx-movements | Fabio Berger | 2017-11-21 | 3 | -23/+50 |
|\ \ | |||||
| * \ | Merge branch 'development' into feature/track-zrx-movements | Jacob Evans | 2017-11-16 | 5 | -22/+14 |
| |\ \ | |||||
| * | | | Fix nits | Jacob Evans | 2017-11-16 | 2 | -4/+2 |
| * | | | Change to Async suffix convention | Jacob Evans | 2017-11-16 | 2 | -20/+20 |
| * | | | Add return type | Jacob Evans | 2017-11-16 | 2 | -2/+2 |
| * | | | test wording | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
| * | | | Add a pending changelog | Jacob Evans | 2017-11-16 | 1 | -0/+4 |
| * | | | Add and Remove Fee Token with Maker Token | Jacob Evans | 2017-11-16 | 2 | -23/+50 |
* | | | | Small fixes | Fabio Berger | 2017-11-18 | 1 | -1/+1 |
* | | | | Merge branch 'development' into feature/publishLifecycleScripts | Fabio Berger | 2017-11-18 | 10 | -23/+38 |
|\ \ \ \ | |||||
| * | | | | Remove clean step from test_umd.sh | Brandon Millman | 2017-11-18 | 1 | -1/+0 |
| * | | | | Update CHANGELOG.md | Fabio Berger | 2017-11-18 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'development' into syncSubscribe | Jacob Evans | 2017-11-16 | 88 | -100/+2994 |
| |\| | | |||||
| | * | | Add CHANGELOG files to each sub-package | Fabio Berger | 2017-11-15 | 4 | -0/+21 |
| | * | | Fix 0x.js CHANGELOG | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
| * | | | vx.x.x | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
| * | | | separate assignment and call | Jacob Evans | 2017-11-15 | 1 | -1/+2 |
| * | | | Remove Async subscribe callbacks from OrderWatcher | Jacob Evans | 2017-11-15 | 2 | -10/+8 |
| * | | | Update changelog | Jacob Evans | 2017-11-15 | 1 | -1/+5 |
| * | | | Callback for subscribe no longer supports an Async Callback | Jacob Evans | 2017-11-14 | 4 | -12/+4 |
| | |/ | |/| | |||||
* | | | Put release name generation into postpublish_utils | Fabio Berger | 2017-11-18 | 5 | -6/+5 |
* | | | Add back promisify | Fabio Berger | 2017-11-18 | 1 | -0/+1 |
* | | | Set S3 bucket path to variable | Fabio Berger | 2017-11-18 | 1 | -1/+2 |
* | | | reset all sub-package versions to latest actually published | Fabio Berger | 2017-11-18 | 4 | -9/+9 |
* | | | Get package name from package.json | Fabio Berger | 2017-11-18 | 5 | -5/+10 |
* | | | remove unused imports | Fabio Berger | 2017-11-18 | 1 | -2/+0 |
* | | | Add postpublish scripts for all the subpackages so that they each publish a r... | Fabio Berger | 2017-11-18 | 4 | -0/+52 |
* | | | Move most of code for getting latest tag/version and calling publish_release ... | Fabio Berger | 2017-11-18 | 2 | -47/+8 |
* | | | Set prerelease to true so that non of the releases are marked as "latest" | Fabio Berger | 2017-11-18 | 1 | -1/+1 |
* | | | Move upload_docs_json back to npm script and pass in vars properly. | Fabio Berger | 2017-11-18 | 2 | -4/+8 |
* | | | Use `yarn docs:json` command | Fabio Berger | 2017-11-18 | 2 | -3/+3 |
* | | | specify the current working directory in which to run the `yarn` command | Fabio Berger | 2017-11-18 | 1 | -1/+6 |
* | | | print out file name in console | Fabio Berger | 2017-11-18 | 1 | -2/+3 |
* | | | small fixes | Fabio Berger | 2017-11-18 | 1 | -16/+3 |
* | | | experiment with calling typedoc programatically | Brandon Millman | 2017-11-16 | 1 | -4/+20 |
* | | | improve script | Fabio Berger | 2017-11-16 | 2 | -9/+4 |
* | | | postpublish script fixes | Fabio Berger | 2017-11-16 | 1 | -13/+9 |
* | | | WIP | Brandon Millman | 2017-11-16 | 2 | -19/+59 |
* | | | WIP | Brandon Millman | 2017-11-16 | 5 | -13/+45 |
| |/ |/| | |||||
* | | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-11-15 | 32 | -0/+1169 |
|\ \ | |||||
| * \ | Merge pull request #224 from 0xProject/feature/addConnect | Brandon Millman | 2017-11-15 | 32 | -0/+1169 |
| |\ \ | |||||
| | * | | Add lodash noop to emptyOrderbookChannelHandler | Brandon Millman | 2017-11-15 | 1 | -4/+5 |
| | * | | Fix lint error | Brandon Millman | 2017-11-15 | 1 | -2/+1 |
| | * | | Add connect to monorepo | Brandon Millman | 2017-11-15 | 32 | -0/+1169 |
* | | | | Add title and install instructions to all sub-package READMEs | Fabio Berger | 2017-11-15 | 4 | -1/+28 |
|/ / / | |||||
* / / | Change the way 0x.js assert extends the @0xproject/assert module | Brandon Millman | 2017-11-15 | 1 | -2/+3 |
|/ / | |||||
* | | Merge pull request #219 from 0xProject/feature/rounding-validation | Brandon Millman | 2017-11-15 | 3 | -73/+119 |
|\ \ | |||||
| * | | Name a constant | Leonid Logvinov | 2017-11-15 | 1 | -2/+4 |
| * | | Fix namings | Leonid Logvinov | 2017-11-15 | 1 | -2/+2 |
| * | | Fix tests | Leonid Logvinov | 2017-11-14 | 1 | -12/+11 |
| * | | Add a test for rounding error | Leonid Logvinov | 2017-11-14 | 1 | -0/+23 |
| * | | Add assertions for fillableTakerAmount | Leonid Logvinov | 2017-11-14 | 1 | -72/+82 |
| * | | Add validation for rounding error | Leonid Logvinov | 2017-11-14 | 1 | -0/+7 |
| * | | Return remainingFillableTakerAmount | Leonid Logvinov | 2017-11-14 | 1 | -0/+4 |
| * | | Add remainingFillableMakerAmount to types | Leonid Logvinov | 2017-11-14 | 1 | -0/+1 |
* | | | re-add commonjs build | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
* | | | Publish | Fabio Berger | 2017-11-15 | 1 | -2/+2 |
* | | | Publish | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
* | | | Publish | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
* | | | revert 0x.js version and change name so matches existing npm package name | Fabio Berger | 2017-11-15 | 1 | -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.0 | Fabio Berger | 2017-11-15 | 4 | -10/+10 |
* | | | Remove private flag because we need it published to npm | Fabio Berger | 2017-11-15 | 1 | -1/+0 |
* | | | Revert version | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
* | | | Update package name and version in package.json | Fabio Berger | 2017-11-15 | 1 | -2/+2 |
* | | | Merge pull request #221 from 0xProject/feature/addJsonSchemas | Brandon Millman | 2017-11-15 | 41 | -15/+1544 |
|\ \ \ | |||||
| * | | | Update tslint rules for assert and json-schemas | Brandon Millman | 2017-11-15 | 4 | -8/+9 |
| * | | | Merge branch 'development' into feature/addJsonSchemas | Brandon Millman | 2017-11-15 | 14 | -24/+135 |
| |\ \ \ | |||||
| * | | | | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 40 | -11/+1539 |
* | | | | | Update CHANGELOG | Fabio Berger | 2017-11-15 | 1 | -0/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #220 from 0xProject/feature/addTsLintPackage | Fabio Berger | 2017-11-15 | 7 | -8/+104 |
|\ \ \ \ | |||||
| * | | | | Improve description | Fabio Berger | 2017-11-15 | 2 | -2/+2 |
| * | | | | Alphabetize | Fabio Berger | 2017-11-15 | 2 | -4/+4 |
| * | | | | Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of... | Fabio Berger | 2017-11-14 | 1 | -3/+3 |
| * | | | | Add tslint-config sub-package | Fabio Berger | 2017-11-14 | 5 | -6/+102 |
| * | | | | Fix tslint issue | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Add exit 0 to 0x.js build command | Brandon Millman | 2017-11-15 | 1 | -1/+1 |
* | | | | Add snapshot save and revert to order_state_watcher_test.ts | Brandon Millman | 2017-11-15 | 1 | -0/+6 |
| |_|/ |/| | | |||||
* | | | Fix changelog | Fabio Berger | 2017-11-14 | 1 | -1/+6 |
* | | | Merge pull request #217 from dekz/fixCancelledNaming2 | Fabio Berger | 2017-11-14 | 7 | -16/+20 |
|\ \ \ | |/ / |/| | | |||||
| * | | Public interface has changed, moved to minor version | Jacob Evans | 2017-11-14 | 1 | -1/+1 |
| * | | Update changelog | Jacob Evans | 2017-11-14 | 1 | -0/+4 |
| * | | Renamed canceled to cancelled | Jacob Evans | 2017-11-14 | 6 | -16/+16 |
* | | | Merge pull request #218 from 0xProject/bmillman_add_assert | Fabio Berger | 2017-11-14 | 9 | -78/+512 |
|\ \ \ | |/ / |/| | | |||||
| * | | remove new line | Fabio Berger | 2017-11-14 | 1 | -1/+0 |
| * | | Update urls | Fabio Berger | 2017-11-14 | 1 | -3/+3 |
| * | | Remove unused circle.yml | Fabio Berger | 2017-11-14 | 1 | -14/+0 |
| * | | Move conditional running of umd test to 0x.js's package.json | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
| * | | remove image from sub-readme | Fabio Berger | 2017-11-14 | 1 | -4/+0 |
| * | | fix orderings | Fabio Berger | 2017-11-14 | 2 | -3/+3 |
| * | | Standardize around a `test:circleci` command that any sub-package can impleme... | Fabio Berger | 2017-11-14 | 2 | -1/+3 |
| * | | Rename back | Fabio Berger | 2017-11-14 | 10 | -5/+5 |
| * | | Rename assert sub-package and removed duplicate methods from 0x.js's assert m... | Fabio Berger | 2017-11-14 | 9 | -78/+15 |
| * | | fix merge | Fabio Berger | 2017-11-14 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Add assert package to the monorepo | Brandon Millman | 2017-11-14 | 9 | -1/+515 |
| | |/ | |||||
| * / | Add assert package to the monorepo | Brandon Millman | 2017-11-14 | 9 | -1/+515 |
| |/ | |||||
* / | Re-add changelog for 0x.js | Fabio Berger | 2017-11-14 | 1 | -0/+211 |
|/ | |||||
* | Upgrade to Typescript 2.6.1 and fix major & minor versions | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
* | Don't remove files before UMD test run | Fabio Berger | 2017-11-14 | 1 | -2/+1 |
* | Remove unused var | Fabio Berger | 2017-11-14 | 1 | -1/+0 |
* | Add interface type | Fabio Berger | 2017-11-14 | 1 | -2/+6 |
* | Replace _.get for type safety | Fabio Berger | 2017-11-14 | 1 | -6/+6 |
* | Declare as string | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
* | Merge branch 'monoRepo' of github.com:0xProject/0x.js into monoRepo | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
|\ | |||||
| * | Fail the tests on tsc error | Leonid Logvinov | 2017-11-14 | 1 | -1/+1 |
* | | move tslint.json to 0x.js sub-package | Fabio Berger | 2017-11-14 | 1 | -0/+5 |
* | | Fix lint and ts issues | Fabio Berger | 2017-11-14 | 2 | -10/+10 |
|/ | |||||
* | point to top-level node_modules | Fabio Berger | 2017-11-14 | 1 | -5/+5 |
* | Fix package.json | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
* | Add circle.yml and move testrpc command to top-level repo | Fabio Berger | 2017-11-13 | 1 | -2/+0 |
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 65 | -0/+10804 |