Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add contracts to yarn workspaces | Leonid Logvinov | 2018-12-03 | 1 | -1/+2 |
| | |||||
* | fix: add --exclude-missing flag to yarn clean command | Amir Bandeali | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | Make contract-templates an npm package | Leonid Logvinov | 2018-11-22 | 1 | -3/+3 |
| | |||||
* | Create migrations doc reference page | Fabio Berger | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1275 from ↵ | Francesco Agosti | 2018-11-17 | 1 | -1/+1 |
|\ | | | | | | | | | 0xProject/feature/instant/productionize-publish-flow [instant] Productionize publish flow | ||||
| * | feat: add new bundle name to bundle watch | fragosti | 2018-11-17 | 1 | -1/+1 |
| | | |||||
* | | fix: fix exceeds block gas limit error | Akagi201 | 2018-11-16 | 1 | -1/+1 |
|/ | |||||
* | chore(instant): increase max bundle size for bundle watch | Brandon Millman | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -6/+10 |
| | |||||
* | Merge branch 'development' into feature/website/asset-buyer-docs | Brandon Millman | 2018-10-18 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS Add leo to CODEOWNERS on some packages fix(monorepo-scripts): Format date as UTC not local time. Bump max bundle size for instant fix: dont use enum string as type as typedoc gets confused feat: export AssetData from order-utils feat: export AssetData from utils chore: temporarily increase the bundle size for instant Remove order-utils from dependencies Run tests on circle CI Add tests for format and use toFixed instead of round for usd Remove expiry buffer seconds option from AssetBuyer init Add ts-optchain and use it instead of lodash get Hide USD price when ETH-USD price is not available Rename OrderDetailsRow to EthAmountRow fix: add Steve's github account to about page, and capitalize AppFolio correctly Put boundNoop in a util file Add tnxHash to buy button callbacks ... | ||||
| * | Merge pull request #1143 from 0xProject/fix/monorepo-scripts/changelog-utc | Jacob Evans | 2018-10-17 | 1 | -1/+1 |
| |\ | | | | | | | [monorepo-scripts] Format changelog dates as UTC timezone +0:00 | ||||
| | * | fix(monorepo-scripts): Format date as UTC not local time. | Jacob Evans | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Down under is in the future and causes many conflicts when formatting the timestamp in the local context. All previous releases jumped a day ahead. By setting this to UTC we will have consistent formatted dates in the changelogs no matter where one publishes from. npm-cli-login fails on node 10 as a deprecation in node 9 has finished. This package appears to be unmaintained so we now have a fork with a fix | ||||
| * | | Bump max bundle size for instant | fragosti | 2018-10-17 | 1 | -1/+1 |
| | | | |||||
| * | | chore: temporarily increase the bundle size for instant | fragosti | 2018-10-17 | 1 | -1/+1 |
| |/ | |||||
* / | feat(asset-buyer): add hooks for documentation | Brandon Millman | 2018-10-17 | 1 | -1/+1 |
|/ | |||||
* | Fix failing doc generation tests | Alex Browne | 2018-10-16 | 1 | -1/+0 |
| | |||||
* | feat: project stub for python order utilities | F. Eugene Aumson | 2018-10-13 | 1 | -1/+1 |
| | | | | | | | An empty project, with respect to functionality, but one configured with a test framework, linters, CI integration, etc. https://app.asana.com/0/836857747873847/839549782781239/f | ||||
* | Increase max bundle size for instant | fragosti | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Define bundlewatch.ci.repoBranchBase | Leonid Logvinov | 2018-10-09 | 1 | -1/+2 |
| | |||||
* | Fix branch name | Leonid Logvinov | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | Add max sizes | Leonid Logvinov | 2018-10-09 | 1 | -2/+4 |
| | |||||
* | Use bundlewatch instead of bundlesize | Leonid Logvinov | 2018-10-09 | 1 | -9/+14 |
| | |||||
* | Expose eth_signTypedData functionality for order signing | Jacob Evans | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | Build website in parallel with other tests since no other test relies on it ↵ | Fabio Berger | 2018-10-04 | 1 | -1/+0 |
| | | | | being built to run | ||||
* | Add 0x Instant to bundle analysis | fragosti | 2018-10-04 | 1 | -0/+3 |
| | |||||
* | Split CI install and build steps | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| | |||||
* | Introduce a build:ci command that doesn't build webpack bundles | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| | |||||
* | Measure only one bundle size as they're the same | Leonid Logvinov | 2018-10-02 | 1 | -3/+0 |
| | |||||
* | Add a command to run bundle size reporter | Leonid Logvinov | 2018-10-02 | 1 | -0/+10 |
| | |||||
* | Remove yarn postinstall hack (#1098) | Alex Browne | 2018-09-28 | 1 | -3/+1 |
| | |||||
* | Merge pull request #1069 from 0xProject/feature/ts-ethers | Leonid Logvinov | 2018-09-27 | 1 | -3/+0 |
|\ | | | | | Upgrade to TS version of ethers | ||||
| * | Upgrade to TS version of ethers | Leonid Logvinov | 2018-09-19 | 1 | -3/+0 |
| | | |||||
* | | make postinstall symlink hack cross platform | F. Eugene Aumson | 2018-08-31 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-08-31 | 1 | -1/+3 |
|\| | |||||
| * | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig | ||||
* | | hack postinstall to correct types package symlink | F. Eugene Aumson | 2018-08-30 | 1 | -1/+2 |
|/ | | | | | yarn is not doing this properly :( even on v1.9.4. confirmed with @albrow . | ||||
* | Merge pull request #924 from 0xProject/wrap-typedoc | Fabio Berger | 2018-08-24 | 1 | -2/+4 |
|\ | | | | | Improved Docs & Removed monorepo-scripts from packages | ||||
| * | Break with -1 so that the exit code of the loop if hit is non-zero | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'development' into wrap-typedoc | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * development: fix: Increase delay for non-interactive npm login | ||||
| * \ | Merge development branch | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Use bash for loop for generating docs for each package, revert changes to script | Fabio Berger | 2018-08-22 | 1 | -2/+4 |
| | | | | |||||
| * | | | Merge development | Fabio Berger | 2018-08-15 | 1 | -0/+2 |
| |\ \ \ | |||||
| * | | | | Re-order deps | Fabio Berger | 2018-08-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | aggregate release note publishing to publish script | ||||
* | | | | | fix: Make non-interactive npm login for publish tests more robust | Alex Browne | 2018-08-23 | 1 | -1/+2 |
| |_|_|/ |/| | | | |||||
* | | | | fix: Increase delay for non-interactive npm login | Alex Browne | 2018-08-22 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | feat: Update lerna to version 3.0.0-beta.25 of our fork | Alex Browne | 2018-08-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Run publish/installation tests in CircleCI (#951) | Alex Browne | 2018-08-14 | 1 | -0/+2 |
| | | | | | | | | feat(monorepo-scripts): Run publish tests in CircleCI | ||||
* | | fix: Update dependencies | Alex Browne | 2018-08-10 | 1 | -1/+1 |
|/ | |||||
* | Expose lerna dep | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Add support for testing installations post-publish as well | Fabio Berger | 2018-07-26 | 1 | -0/+1 |
| | |||||
* | Add back build step | Fabio Berger | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Specify registry url only if local publish attempted | Leonid Logvinov | 2018-07-25 | 1 | -2/+1 |
| | |||||
* | Replace dry mode with local publishing mode | Leonid Logvinov | 2018-07-25 | 1 | -2/+2 |
| | |||||
* | Install our fork of lerna and use it | Fabio Berger | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Fix lerna verson | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Fix(lerna): Change lerna version | Leonid Logvinov | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Upgrade to new lerna | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Temporarily use local lerna | Fabio Berger | 2018-07-24 | 1 | -3/+3 |
| | |||||
* | And also temporarily remove rebuilding from publish flow | Fabio Berger | 2018-07-24 | 1 | -2/+2 |
| | |||||
* | Omit building website before publish | Fabio Berger | 2018-07-24 | 1 | -2/+4 |
| | |||||
* | Remove the postinstall hook | Leonid Logvinov | 2018-07-20 | 1 | -2/+1 |
| | |||||
* | Merge branch 'v2-prototype' into update-lerna | Fabio Berger | 2018-07-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (48 commits) Update CHANGELOG Rename call data schema id to CallData. Check for TypedArray when hashing data in order-utils crypto Fix broken links in sol-cov documentation Fix 0x.js ts warnings Update yarn.lock Fix 0x.js ts warnings Fix 0x.js tests on CI Fix a bad merge Update package versions Merge Update changelogs Add a test for ERC721 Allowance Use allowance instead of approval for all in fill-scenarios Upgrade sha3 to 1.2.2 to work with node v10 Check if the token doesn't exist before minting in fill scenarios Make downlevelIteration a global config Fix tests descriptions DRY up the code in order-watcher collision-resistant abi decoder Await transactions in fillScenarios Rename decodeAssetData to decodeAssetDataOrThrow ... | ||||
| * | Merge | Leonid Logvinov | 2018-07-18 | 1 | -1/+1 |
| | | |||||
| * | Add order-watcher to a postinstall HACK | Leonid Logvinov | 2018-07-13 | 1 | -1/+1 |
| | | |||||
* | | Update to Lerna v3.0-beta | Fabio Berger | 2018-07-18 | 1 | -1/+1 |
|/ | |||||
* | Refactor 0x.js to V2 | Fabio Berger | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Add even more entries to postinstall hack | Leonid Logvinov | 2018-07-05 | 1 | -2/+2 |
| | |||||
* | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Fix a typo | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | Add contract-wrappers -> json-schemas and order-utils to postinstall hack | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Add to postinstall hack: rm fill-scenarios/node_modules/@0xproject | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Update ganache-cli to latest | Fabio Berger | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v2-prototype' into invalid-argument-error | Fabio Berger | 2018-06-27 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #776 from 0xProject/ethereum-js-tx-1.3.5 | Alex Browne | 2018-06-27 | 1 | -1/+0 |
| |\ | | | | | | | Use ethereumjs-tx@1.3.5 instead of our fork | ||||
| | * | Use ethereumjs-tx@1.3.5 instead of our fork | Alex Browne | 2018-06-26 | 1 | -1/+0 |
| | | | |||||
| * | | Add command to remove all node_modules, nested and hoisted | Fabio Berger | 2018-06-21 | 1 | -0/+1 |
| |/ | |||||
* / | Address INVALID_ARGUMENT issue | Bryce | 2018-06-23 | 1 | -1/+1 |
|/ | |||||
* | Use source-map-support package to include correct line numbers in mocha | Alex Browne | 2018-06-07 | 1 | -1/+2 |
| | |||||
* | Update package.json and yarn.lock | Alex Browne | 2018-06-07 | 1 | -2/+1 |
| | |||||
* | Get LibBytes tests working on both Ganache and Geth | Alex Browne | 2018-06-07 | 1 | -1/+2 |
| | |||||
* | Fix ethers.js version override (the package is just called 'ethers') | Alex Browne | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Use our fork of ethers.js | Alex Browne | 2018-06-07 | 1 | -1/+2 |
| | |||||
* | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ↵ | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | running watch from root dir, with sub-package dir - stop using special prebuild script name and run pre_build steps for `watch` and `build` commands - Remove `clean` step from `build`/`watch` | ||||
* | Update fill-scenarios to depend on v2 updated order-utils and types. Needed ↵ | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
| | | | | to re-employ the symlink hack. | ||||
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-02 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Set contract expiration time to a constant 10 minutes Remove unused promises array Make erc20_wrapper and erc721_wrapper serial Rename changelogs to changelog Add CHANGELOG entry Check that git branch is up to date before publishing Move prepublish checks before building packages for publishing Refactor changelog utils to a separate module | ||||
| * | Move prepublish checks before building packages for publishing | Leonid Logvinov | 2018-06-02 | 1 | -2/+4 |
| | | |||||
* | | Also manually symlink types package in contracts | Fabio Berger | 2018-06-02 | 1 | -1/+1 |
| | | |||||
* | | Add postinstall hack to get around `yarn` not setting up symlinks properly. ↵ | Fabio Berger | 2018-06-02 | 1 | -1/+3 |
|/ | | | | This is a temporary fix while we wait on: https://github.com/yarnpkg/yarn/issues/5907 | ||||
* | Override ethereumjs-tx version | Alex Browne | 2018-06-01 | 1 | -0/+3 |
| | |||||
* | Use a newer version of node/yarn to speed-up deps instaation | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Change all `wsrun` commands so that they fast-exit (e.g any one failing ↵ | Fabio Berger | 2018-05-24 | 1 | -6/+6 |
| | | | | stops the entire process from executing) | ||||
* | Change publish command name | Leonid Logvinov | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #578 from 0xProject/document-node-version | Alex Browne | 2018-05-16 | 1 | -0/+3 |
|\ | | | | | Document Node.js version requirement and add it to package.json | ||||
| * | Change minimum Node version to 6.12 | Alex Browne | 2018-05-15 | 1 | -1/+1 |
| | | |||||
| * | Document Node.js version requirement and add it to package.json | Alex Browne | 2018-05-15 | 1 | -0/+3 |
| | | |||||
* | | Revert to lerna:run lint | Fabio Berger | 2018-05-15 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'development' into improvement/use-wsrun | Fabio Berger | 2018-05-15 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | * development: Update ethereeumjs-testrpc to ganache-cli # Conflicts: # package.json | ||||
| * | Update ethereeumjs-testrpc to ganache-cli | Leonid Logvinov | 2018-05-15 | 1 | -2/+2 |
| | | |||||
* | | Fix infinite loop | Fabio Berger | 2018-05-15 | 1 | -3/+3 |
| | | |||||
* | | Move from using lerna multi-package commands to wsrun, update README's ↵ | Fabio Berger | 2018-05-15 | 1 | -12/+14 |
|/ | | | | accordingly | ||||
* | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-11 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix lint error Fix documentation links in some READMEs Fix relative link Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Added a detailed description of `renameOverloadedMethods` (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading. Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. Refactor publish script to have it's main execution body be lean and discrete steps # Conflicts: # packages/contracts/package.json # packages/deployer/package.json | ||||
| * | Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 ↵ | Fabio Berger | 2018-04-10 | 1 | -0/+1 |
| | | | | | | | | bucket for all packages with a docs page | ||||
* | | Add top-level test command | Fabio Berger | 2018-04-04 | 1 | -0/+1 |
|/ | |||||
* | Add prettier run on generated CHANGELOG.json and fix scripts | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Get rid of ; in top-level package.json | Fabio Berger | 2018-04-02 | 1 | -4/+12 |
| | |||||
* | Make dry-run configurable from top-level package.json | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Add more logging | Fabio Berger | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | Expose publish command from top-level dir | Fabio Berger | 2018-03-30 | 1 | -2/+2 |
| | |||||
* | Remove top-level internal dep b/c it's not clear to me what it's used for | Fabio Berger | 2018-03-30 | 1 | -1/+0 |
| | |||||
* | Add typeRoots | Leonid Logvinov | 2018-03-27 | 1 | -1/+0 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | Update top-level package.json | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Fix parallel coverage results reporting | Leonid Logvinov | 2018-03-15 | 1 | -0/+5 |
| | |||||
* | Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` ↵ | Fabio Berger | 2018-03-13 | 1 | -5/+1 |
| | | | | and also convert it to TS. | ||||
* | Updated @0xproject/utils in top level package.json | Brandon Millman | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Update prettier since the previous version had a bug when dealing with css files | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Update @0xproject/utils in top-level package.json | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
| | |||||
* | Upgrate prettier | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Updated top level @0xproject/utils dependency | Brandon Millman | 2018-02-17 | 1 | -1/+1 |
| | |||||
* | Update utils in top-level package.json | Fabio Berger | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Update @0xproject/utils version in top level package.json | Brandon Millman | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Update utils in top level package to 0.3.0 | Jacob Evans | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Add build:watch to README's | Leonid Logvinov | 2018-02-02 | 1 | -0/+1 |
| | |||||
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 1 | -24/+24 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-01-30 | 1 | -24/+24 |
| | |||||
* | Merge pull request #326 from 0xProject/greenkeeper/@0xproject/utils-0.2.0 | Brandon Millman | 2018-01-19 | 1 | -1/+1 |
|\ | | | | | Update @0xproject/utils to the latest version 🚀 | ||||
| * | chore(package): update @0xproject/utils to version 0.2.0 | greenkeeper[bot] | 2018-01-18 | 1 | -1/+1 |
| | | |||||
* | | Upgrade testrpc to 6.0.3 to avoid some race-conditions | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
|/ | |||||
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -5/+5 |
| | |||||
* | Install prettier | Leonid Logvinov | 2018-01-03 | 1 | -0/+2 |
| | |||||
* | Add convenience `rebuild` command | Fabio Berger | 2017-12-18 | 1 | -0/+1 |
| | |||||
* | Fix broken postpublish_utils, add CHANGELOG and postpublish.js scripts to ↵ | Brandon Millman | 2017-12-09 | 1 | -4/+5 |
| | | | | all packages | ||||
* | Add yarn install to lerna:publish command | Brandon Millman | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts | ||||
| * | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -2/+1 |
| | | |||||
* | | Move testrpc to top-level package.json and standardize some versions | Fabio Berger | 2017-12-05 | 1 | -1/+2 |
|/ | |||||
* | Fix npm auth issues | Brandon Millman | 2017-11-23 | 1 | -1/+1 |
| | | | | Related lerna issue: https://github.com/lerna/lerna/issues/896 | ||||
* | Move most of code for getting latest tag/version and calling publish_release ↵ | Fabio Berger | 2017-11-18 | 1 | -1/+5 |
| | | | | to postpublish_utils script in top-level dir | ||||
* | WIP | Brandon Millman | 2017-11-16 | 1 | -1/+2 |
| | |||||
* | Simply lerna command and run bootstrap to install dependencies | Fabio Berger | 2017-11-14 | 1 | -1/+2 |
| | |||||
* | Fix package.json | Leonid Logvinov | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | Add circle.yml and move testrpc command to top-level repo | Fabio Berger | 2017-11-13 | 1 | -1/+10 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -104/+5 |
| | |||||
* | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcher | Fabio Berger | 2017-11-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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 ... | ||||
| * | Remove unused code | Leonid Logvinov | 2017-11-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'development' into orderWatcher | Fabio Berger | 2017-11-13 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.0 | Brandon Millman | 2017-11-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'development' into orderWatcher | Fabio Berger | 2017-11-12 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | 0.22.6v0.22.6 | Leonid Logvinov | 2017-11-11 | 1 | -1/+1 |
| | | |||||
* | | Upgrade web3-typescript-typings | Leonid Logvinov | 2017-11-10 | 1 | -1/+1 |
| | | |||||
* | | Add initial mempool watching implememtation | Leonid Logvinov | 2017-11-10 | 1 | -2/+2 |
|/ | |||||
* | 0.22.5v0.22.5 | Fabio Berger | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary dep | Fabio Berger | 2017-10-31 | 1 | -1/+0 |
| | |||||
* | 0.22.4v0.22.4 | Leonid Logvinov | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Downgrade typedoc | Leonid Logvinov | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -2/+1 |
| | |||||
* | 0.22.3v0.22.3 | Leonid Logvinov | 2017-10-25 | 1 | -1/+1 |
| | |||||
* | 0.22.2 | Leonid Logvinov | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -5/+4 |
| | |||||
* | Fix lint script to analyze nested files | Brandon Millman | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | 0.22.1 | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Update 0x-json-schemas | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Transform lodash-es to commonjs module format | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 1 | -2/+3 |
| | |||||
* | Upgrade 0x-json-schemas to the version that doesn't depend on lodash | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | Uprade ethereumjs-blockstream, cause new version doesn't include source maps ↵ | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | | | | and is significantly smaller | ||||
* | 0.22.0 | Leonid Logvinov | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | 0.21.4v0.21.4 | Leonid Logvinov | 2017-10-14 | 1 | -1/+1 |
| | |||||
* | 0.21.3 | Leonid Logvinov | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | 0.21.2v0.21.2 | Leonid Logvinov | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | 0.21.1 | Leonid Logvinov | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | 0.21.0v0.21.0 | Leonid Logvinov | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #182 from 0xProject/feature/ethereumjs-blockstream | Leonid | 2017-10-06 | 1 | -1/+5 |
|\ | | | | | Rewrite subscriptions | ||||
| * | Install js-sha3 and use it for keccak256 | Leonid Logvinov | 2017-10-06 | 1 | -0/+1 |
| | | |||||
| * | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 1 | -0/+2 |
| | | |||||
| * | Instantiate logAndBlockStreamer | Leonid Logvinov | 2017-10-05 | 1 | -1/+2 |
| | | |||||
* | | chore(package): update typedoc to version 0.9.0 | greenkeeper[bot] | 2017-10-06 | 1 | -1/+1 |
|/ | |||||
* | 0.20.0v0.20.0 | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Revert "0.20.0" | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | | | | This reverts commit acdc65c895bfaeaefc82b8a374f145c6c054e4a8. | ||||
* | 0.20.0 | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Exit after running the tests | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | chore(package): update mocha to version 4.0.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | chore(package): update source-map-support to version 0.5.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Add filtering by topic | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Update web3-typescript-typings | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | fix(package): update 0x-json-schemas to version 0.6.0 | greenkeeper[bot] | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | 0.19.0v0.19.0 | Leonid Logvinov | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #169 from 0xProject/greenkeeper/sinon-4.0.0 | Leonid | 2017-09-29 | 1 | -1/+1 |
|\ | | | | | Update sinon to the latest version 🚀 | ||||
| * | chore(package): update sinon to version 4.0.0 | greenkeeper[bot] | 2017-09-26 | 1 | -1/+1 |
| | | |||||
* | | chore(package): update coveralls to version 3.0.0 | greenkeeper[bot] | 2017-09-29 | 1 | -1/+1 |
| | | |||||
* | | 0.18.0v0.18.0 | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
| | | |||||
* | | 0.17.0 | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
|/ | |||||
* | 0.16.0v0.16.0 | Leonid Logvinov | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | 0.15.0 | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 0.14.2 | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Make bignumber.js types normal dependency | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 0.14.1 | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 0.14.0 | Leonid Logvinov | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | 0.13.0v0.13.0 | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Revert "0.13.0" | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
| | | | | This reverts commit 92eb68bf2c412d42322ab7f483af91666ccbdcb1. | ||||
* | Merge pull request #156 from 0xProject/feature/custom-abi-decoder | Leonid | 2017-09-06 | 1 | -1/+0 |
|\ | | | | | Custom abi decoder | ||||
| * | Remove abi-decoder | Leonid Logvinov | 2017-09-06 | 1 | -1/+0 |
| | | |||||
* | | 0.13.0 | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
|/ | |||||
* | Update web-typescript-typings | Leonid Logvinov | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Decode logs args in awaitTransactionMinedAsync | Leonid Logvinov | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | Update json-schemas | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Use AbiType | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Use schema validation to distinguish txData argument | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Increase timeout | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Temporarily remove web3_beta, cause it breaks installation and tests | Leonid Logvinov | 2017-09-05 | 1 | -1/+0 |
| | |||||
* | Make the functions immidiately return txHash instead of awaiting for a ↵ | Leonid Logvinov | 2017-09-05 | 1 | -1/+1 |
| | | | | transaction to be mined | ||||
* | Remove truffle-contract from deps | Leonid Logvinov | 2017-09-04 | 1 | -2/+1 |
| | |||||
* | Merge pull request #146 from 0xProject/greenkeeper/0x-json-schemas-0.4.0 | Fabio Berger | 2017-09-03 | 1 | -1/+1 |
|\ | | | | | Update 0x-json-schemas to the latest version 🚀 | ||||
| * | fix(package): update 0x-json-schemas to version 0.4.0 | greenkeeper[bot] | 2017-08-31 | 1 | -1/+1 |
| | | |||||
* | | 0.12.1v0.12.1 | Leonid Logvinov | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | 0.12.0v0.12.0 | Leonid Logvinov | 2017-09-02 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-08-31 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Improve the comment Add assert.isWeb3Provider Use more concise dep pointing Don't create whole web3 object in beta tests Improve the comment Add tests for web3@1.0 Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts Add web3@1.0 to web3Factory Support web3@1.0 providers Define web3@1.0 types ;) Install web3@1.0.0 as web3_beta | ||||
| * | Use more concise dep pointing | Leonid Logvinov | 2017-08-30 | 1 | -1/+1 |
| | | |||||
| * | Install web3@1.0.0 as web3_beta | Leonid Logvinov | 2017-08-29 | 1 | -0/+1 |
| | | |||||
* | | update 0x-json-schema | Fabio Berger | 2017-08-31 | 1 | -1/+1 |
|/ | |||||
* | Use 0x-json-schemas | Leonid Logvinov | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | Fix UMD tests | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | 0.11.0v0.11.0 | Leonid Logvinov | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Fix test:commonjs | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Rename build:commonjs:dev to build:commonjs | Leonid Logvinov | 2017-08-24 | 1 | -4/+3 |
| | |||||
* | 0.10.4 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.3 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.2 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Specify tag and other values in the release script | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.1v0.10.1 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | 0.10.0v0.10.0 | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Reject checksummed addresses | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | 0.9.3v0.9.3 | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-08-22 | 1 | -1/+1 |
|\ | | | | | | | | | * 'master' of github.com:0xProject/0x.js: Add subproviders to the list of folders required by UMD tests | ||||
| * | Add subproviders to the list of folders required by UMD tests | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | | |||||
* | | 0.9.2v0.9.2 | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
|/ | |||||
* | try 4000 timeout | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | try longer timeout | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Update artifacts and rename proxy to tokenTransferProxy | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #118 from 0xProject/artifacts-update | Fabio Berger | 2017-08-21 | 1 | -1/+1 |
|\ | | | | | Update artifacts with the latest mainnet version | ||||
| * | Remove Mintable artifacts | Leonid Logvinov | 2017-08-15 | 1 | -1/+1 |
| | | |||||
* | | 0.9.1v0.9.1 | Leonid Logvinov | 2017-08-17 | 1 | -1/+1 |
|/ | |||||
* | chore(package): update sinon to version 3.0.0 | greenkeeper[bot] | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | chore(package): update typedoc to version 0.8.0 | greenkeeper[bot] | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | 0.9.0v0.9.0 | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
| |