aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Expand)AuthorAgeFilesLines
* Fix sol-compiler bug with remappings causing smart recompilation to now workLeonid Logvinov2019-02-071-0/+2
* Fix deps versionsLeonid Logvinov2019-02-071-1/+1
* Merge developmentLeonid Logvinov2019-02-071-2/+5
|\
| * CI test for dependencies to have the same version (#1556)Xianny2019-02-051-2/+5
* | TempLeonid Logvinov2019-02-041-0/+1
|/
* Separate forwarder into own packageAmir Bandeali2019-01-221-1/+1
* Split tokens package into erc20 and erc721Amir Bandeali2019-01-221-1/+1
* Move contents of examples and interfaces packages into corresponding packagesAmir Bandeali2019-01-221-1/+1
* Add commands for building and testing all contractsAmir Bandeali2019-01-221-0/+3
* Update prettier to version ^1.15.3Alex Browne2019-01-111-1/+1
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-1/+4
* Update the a newer version of our Lerna fork with CI fixxFabio Berger2018-12-121-1/+1
* Add contracts to yarn workspacesLeonid Logvinov2018-12-031-1/+2
* fix: add --exclude-missing flag to yarn clean commandAmir Bandeali2018-11-271-1/+1
* Make contract-templates an npm packageLeonid Logvinov2018-11-221-3/+3
* Create migrations doc reference pageFabio Berger2018-11-211-1/+1
* Merge pull request #1275 from 0xProject/feature/instant/productionize-publish...Francesco Agosti2018-11-171-1/+1
|\
| * feat: add new bundle name to bundle watchfragosti2018-11-171-1/+1
* | fix: fix exceeds block gas limit errorAkagi2012018-11-161-1/+1
|/
* chore(instant): increase max bundle size for bundle watchBrandon Millman2018-11-081-1/+1
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-6/+10
* Merge branch 'development' into feature/website/asset-buyer-docsBrandon Millman2018-10-181-2/+2
|\
| * Merge pull request #1143 from 0xProject/fix/monorepo-scripts/changelog-utcJacob Evans2018-10-171-1/+1
| |\
| | * fix(monorepo-scripts): Format date as UTC not local time.Jacob Evans2018-10-171-1/+1
| * | Bump max bundle size for instantfragosti2018-10-171-1/+1
| * | chore: temporarily increase the bundle size for instantfragosti2018-10-171-1/+1
| |/
* / feat(asset-buyer): add hooks for documentationBrandon Millman2018-10-171-1/+1
|/
* Fix failing doc generation testsAlex Browne2018-10-161-1/+0
* feat: project stub for python order utilitiesF. Eugene Aumson2018-10-131-1/+1
* Increase max bundle size for instantfragosti2018-10-111-1/+1
* Define bundlewatch.ci.repoBranchBaseLeonid Logvinov2018-10-091-1/+2
* Fix branch nameLeonid Logvinov2018-10-091-1/+1
* Add max sizesLeonid Logvinov2018-10-091-2/+4
* Use bundlewatch instead of bundlesizeLeonid Logvinov2018-10-091-9/+14
* Expose eth_signTypedData functionality for order signingJacob Evans2018-10-051-1/+1
* Build website in parallel with other tests since no other test relies on it b...Fabio Berger2018-10-041-1/+0
* Add 0x Instant to bundle analysisfragosti2018-10-041-0/+3
* Split CI install and build stepsLeonid Logvinov2018-10-021-0/+1
* Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-021-0/+1
* Measure only one bundle size as they're the sameLeonid Logvinov2018-10-021-3/+0
* Add a command to run bundle size reporterLeonid Logvinov2018-10-021-0/+10
* Remove yarn postinstall hack (#1098)Alex Browne2018-09-281-3/+1
* Merge pull request #1069 from 0xProject/feature/ts-ethersLeonid Logvinov2018-09-271-3/+0
|\
| * Upgrade to TS version of ethersLeonid Logvinov2018-09-191-3/+0
* | make postinstall symlink hack cross platformF. Eugene Aumson2018-08-311-1/+1
* | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-08-311-1/+3
|\|
| * feat: Add support for TypeScript project references (#991)Alex Browne2018-08-301-1/+3
* | hack postinstall to correct types package symlinkF. Eugene Aumson2018-08-301-1/+2
|/
* Merge pull request #924 from 0xProject/wrap-typedocFabio Berger2018-08-241-2/+4
|\
| * Break with -1 so that the exit code of the loop if hit is non-zeroFabio Berger2018-08-231-1/+1
| * Merge branch 'development' into wrap-typedocFabio Berger2018-08-231-1/+1
| |\
| * \ Merge development branchFabio Berger2018-08-221-1/+1
| |\ \
| * | | Use bash for loop for generating docs for each package, revert changes to scriptFabio Berger2018-08-221-2/+4
| * | | Merge developmentFabio Berger2018-08-151-0/+2
| |\ \ \
| * | | | Re-order depsFabio Berger2018-08-061-1/+1
| * | | | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-301-1/+1
* | | | | fix: Make non-interactive npm login for publish tests more robustAlex Browne2018-08-231-1/+2
| |_|_|/ |/| | |
* | | | fix: Increase delay for non-interactive npm loginAlex Browne2018-08-221-1/+1
| |_|/ |/| |
* | | feat: Update lerna to version 3.0.0-beta.25 of our forkAlex Browne2018-08-171-1/+1
| |/ |/|
* | Run publish/installation tests in CircleCI (#951)Alex Browne2018-08-141-0/+2
* | fix: Update dependenciesAlex Browne2018-08-101-1/+1
|/
* Expose lerna depFabio Berger2018-07-261-1/+1
* Add support for testing installations post-publish as wellFabio Berger2018-07-261-0/+1
* Add back build stepFabio Berger2018-07-251-1/+1
* Specify registry url only if local publish attemptedLeonid Logvinov2018-07-251-2/+1
* Replace dry mode with local publishing modeLeonid Logvinov2018-07-251-2/+2
* Install our fork of lerna and use itFabio Berger2018-07-251-1/+1
* Fix lerna versonFabio Berger2018-07-241-1/+1
* Fix(lerna): Change lerna versionLeonid Logvinov2018-07-241-1/+1
* Upgrade to new lernaFabio Berger2018-07-241-1/+1
* Temporarily use local lernaFabio Berger2018-07-241-3/+3
* And also temporarily remove rebuilding from publish flowFabio Berger2018-07-241-2/+2
* Omit building website before publishFabio Berger2018-07-241-2/+4
* Remove the postinstall hookLeonid Logvinov2018-07-201-2/+1
* Merge branch 'v2-prototype' into update-lernaFabio Berger2018-07-191-1/+1
|\
| * MergeLeonid Logvinov2018-07-181-1/+1
| * Add order-watcher to a postinstall HACKLeonid Logvinov2018-07-131-1/+1
* | Update to Lerna v3.0-betaFabio Berger2018-07-181-1/+1
|/
* Refactor 0x.js to V2Fabio Berger2018-07-121-1/+1
* Add even more entries to postinstall hackLeonid Logvinov2018-07-051-2/+2
* Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-07-051-1/+1
* Fix a typoLeonid Logvinov2018-06-291-1/+1
* Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-06-291-2/+2
* Add contract-wrappers -> json-schemas and order-utils to postinstall hackLeonid Logvinov2018-06-291-1/+1
* Add to postinstall hack: rm fill-scenarios/node_modules/@0xprojectLeonid Logvinov2018-06-291-1/+1
* Update ganache-cli to latestFabio Berger2018-06-281-1/+1
* Merge branch 'v2-prototype' into invalid-argument-errorFabio Berger2018-06-271-1/+1
|\
| * Merge pull request #776 from 0xProject/ethereum-js-tx-1.3.5Alex Browne2018-06-271-1/+0
| |\
| | * Use ethereumjs-tx@1.3.5 instead of our forkAlex Browne2018-06-261-1/+0
| * | Add command to remove all node_modules, nested and hoistedFabio Berger2018-06-211-0/+1
| |/
* / Address INVALID_ARGUMENT issueBryce2018-06-231-1/+1
|/
* Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-1/+2
* Update package.json and yarn.lockAlex Browne2018-06-071-2/+1
* Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-071-1/+2
* Fix ethers.js version override (the package is just called 'ethers')Alex Browne2018-06-071-1/+1
* Use our fork of ethers.jsAlex Browne2018-06-071-1/+2
* - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-1/+1
* Update fill-scenarios to depend on v2 updated order-utils and types. Needed t...Fabio Berger2018-06-051-1/+1
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-2/+4
|\
| * Move prepublish checks before building packages for publishingLeonid Logvinov2018-06-021-2/+4
* | Also manually symlink types package in contractsFabio Berger2018-06-021-1/+1
* | Add postinstall hack to get around `yarn` not setting up symlinks properly. T...Fabio Berger2018-06-021-1/+3
|/
* Override ethereumjs-tx versionAlex Browne2018-06-011-0/+3
* Use a newer version of node/yarn to speed-up deps instaationLeonid Logvinov2018-06-011-1/+1
* Change all `wsrun` commands so that they fast-exit (e.g any one failing stops...Fabio Berger2018-05-241-6/+6
* Change publish command nameLeonid Logvinov2018-05-231-2/+2
* Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
|\
| * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+3
* | Revert to lerna:run lintFabio Berger2018-05-151-0/+1
* | Merge branch 'development' into improvement/use-wsrunFabio Berger2018-05-151-2/+2
|\|
| * Update ethereeumjs-testrpc to ganache-cliLeonid Logvinov2018-05-151-2/+2
* | Fix infinite loopFabio Berger2018-05-151-3/+3
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-151-12/+14
|/
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-111-0/+1
|\
| * Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bu...Fabio Berger2018-04-101-0/+1
* | Add top-level test commandFabio Berger2018-04-041-0/+1
|/
* Add prettier run on generated CHANGELOG.json and fix scriptsFabio Berger2018-04-021-1/+1
* Get rid of ; in top-level package.jsonFabio Berger2018-04-021-4/+12
* Make dry-run configurable from top-level package.jsonFabio Berger2018-04-021-1/+1
* Add more loggingFabio Berger2018-03-301-1/+1
* Expose publish command from top-level dirFabio Berger2018-03-301-2/+2
* Remove top-level internal dep b/c it's not clear to me what it's used forFabio Berger2018-03-301-1/+0
* Add typeRootsLeonid Logvinov2018-03-271-1/+0
* Add clean-state testsLeonid Logvinov2018-03-271-0/+2
* Update top-level package.jsonFabio Berger2018-03-191-1/+1
* Fix parallel coverage results reportingLeonid Logvinov2018-03-151-0/+5
* Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` a...Fabio Berger2018-03-131-5/+1
* Updated @0xproject/utils in top level package.jsonBrandon Millman2018-03-091-1/+1
* Update prettier since the previous version had a bug when dealing with css filesFabio Berger2018-03-081-1/+1
* Update @0xproject/utils in top-level package.jsonFabio Berger2018-03-051-1/+1
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-041-1/+1
* Upgrate prettierLeonid Logvinov2018-02-281-1/+1
* Updated top level @0xproject/utils dependencyBrandon Millman2018-02-171-1/+1
* Update utils in top-level package.jsonFabio Berger2018-02-101-1/+1
* Update @0xproject/utils version in top level package.jsonBrandon Millman2018-02-081-1/+1
* Update utils in top level package to 0.3.0Jacob Evans2018-02-061-1/+1
* Add build:watch to README'sLeonid Logvinov2018-02-021-0/+1
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-301-24/+24
* Fix prettierFabio Berger2018-01-301-24/+24
* Merge pull request #326 from 0xProject/greenkeeper/@0xproject/utils-0.2.0Brandon Millman2018-01-191-1/+1
|\
| * chore(package): update @0xproject/utils to version 0.2.0greenkeeper[bot]2018-01-181-1/+1
* | Upgrade testrpc to 6.0.3 to avoid some race-conditionsLeonid Logvinov2018-01-161-1/+1
|/
* Apply prettify on json and md filesLeonid Logvinov2018-01-041-2/+2
* Apply prettier configLeonid Logvinov2018-01-031-5/+5
* Install prettierLeonid Logvinov2018-01-031-0/+2
* Add convenience `rebuild` commandFabio Berger2017-12-181-0/+1
* Fix broken postpublish_utils, add CHANGELOG and postpublish.js scripts to all...Brandon Millman2017-12-091-4/+5
* Add yarn install to lerna:publish commandBrandon Millman2017-12-091-1/+1
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-1/+0
|\
| * Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-2/+1
* | Move testrpc to top-level package.json and standardize some versionsFabio Berger2017-12-051-1/+2
|/
* Fix npm auth issuesBrandon Millman2017-11-231-1/+1
* Move most of code for getting latest tag/version and calling publish_release ...Fabio Berger2017-11-181-1/+5
* WIPBrandon Millman2017-11-161-1/+2
* Simply lerna command and run bootstrap to install dependenciesFabio Berger2017-11-141-1/+2
* Fix package.jsonLeonid Logvinov2017-11-141-1/+1
* Add circle.yml and move testrpc command to top-level repoFabio Berger2017-11-131-1/+10
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-104/+5
* Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-131-1/+1
|\
| * Remove unused codeLeonid Logvinov2017-11-131-1/+1
* | Merge branch 'development' into orderWatcherFabio Berger2017-11-131-1/+1
|\ \ | |/ |/|
| * 0.23.0Brandon Millman2017-11-131-1/+1
* | Merge branch 'development' into orderWatcherFabio Berger2017-11-121-1/+1
|\|
| * 0.22.6Leonid Logvinov2017-11-111-1/+1
* | Upgrade web3-typescript-typingsLeonid Logvinov2017-11-101-1/+1
* | Add initial mempool watching implememtationLeonid Logvinov2017-11-101-2/+2
|/
* 0.22.5Fabio Berger2017-11-081-1/+1
* Remove unnecessary depFabio Berger2017-10-311-1/+0
* 0.22.4Leonid Logvinov2017-10-261-1/+1
* Downgrade typedocLeonid Logvinov2017-10-261-1/+1
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-2/+1
* 0.22.3Leonid Logvinov2017-10-251-1/+1
* 0.22.2Leonid Logvinov2017-10-241-1/+1
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-5/+4
* Fix lint script to analyze nested filesBrandon Millman2017-10-201-1/+1
* 0.22.1Leonid Logvinov2017-10-191-1/+1
* Update 0x-json-schemasLeonid Logvinov2017-10-191-1/+1
* Transform lodash-es to commonjs module formatLeonid Logvinov2017-10-191-1/+1
* Fix testsLeonid Logvinov2017-10-191-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-181-2/+3
* Upgrade 0x-json-schemas to the version that doesn't depend on lodashLeonid Logvinov2017-10-181-1/+1
* Uprade ethereumjs-blockstream, cause new version doesn't include source maps ...Leonid Logvinov2017-10-181-1/+1
* 0.22.0Leonid Logvinov2017-10-161-1/+1
* 0.21.4Leonid Logvinov2017-10-141-1/+1
* 0.21.3Leonid Logvinov2017-10-121-1/+1
* 0.21.2Leonid Logvinov2017-10-111-1/+1
* 0.21.1Leonid Logvinov2017-10-111-1/+1
* 0.21.0Leonid Logvinov2017-10-101-1/+1
* Merge pull request #182 from 0xProject/feature/ethereumjs-blockstreamLeonid2017-10-061-1/+5
|\
| * Install js-sha3 and use it for keccak256Leonid Logvinov2017-10-061-0/+1
| * Implement subscriptions based on ethereumjs-blockstreamLeonid Logvinov2017-10-051-0/+2
| * Instantiate logAndBlockStreamerLeonid Logvinov2017-10-051-1/+2
* | chore(package): update typedoc to version 0.9.0greenkeeper[bot]2017-10-061-1/+1
|/
* 0.20.0Leonid Logvinov2017-10-051-1/+1
* Revert "0.20.0"Leonid Logvinov2017-10-051-1/+1
* 0.20.0Leonid Logvinov2017-10-051-1/+1
* Exit after running the testsLeonid Logvinov2017-10-041-1/+1
* chore(package): update mocha to version 4.0.0greenkeeper[bot]2017-10-041-1/+1
* chore(package): update source-map-support to version 0.5.0greenkeeper[bot]2017-10-041-1/+1
* Add filtering by topicLeonid Logvinov2017-10-041-1/+1
* Update web3-typescript-typingsLeonid Logvinov2017-10-041-2/+2
* fix(package): update 0x-json-schemas to version 0.6.0greenkeeper[bot]2017-10-041-1/+1
* 0.19.0Leonid Logvinov2017-09-291-1/+1
* Merge pull request #169 from 0xProject/greenkeeper/sinon-4.0.0Leonid2017-09-291-1/+1
|\
| * chore(package): update sinon to version 4.0.0greenkeeper[bot]2017-09-261-1/+1
* | chore(package): update coveralls to version 3.0.0greenkeeper[bot]2017-09-291-1/+1
* | 0.18.0Fabio Berger2017-09-261-1/+1
* | 0.17.0Fabio Berger2017-09-261-1/+1
|/
* 0.16.0Leonid Logvinov2017-09-201-1/+1
* 0.15.0Leonid Logvinov2017-09-081-1/+1
* 0.14.2Leonid Logvinov2017-09-081-1/+1
* Make bignumber.js types normal dependencyLeonid Logvinov2017-09-081-1/+1
* 0.14.1Leonid Logvinov2017-09-081-1/+1
* 0.14.0Leonid Logvinov2017-09-071-1/+1
* 0.13.0Leonid Logvinov2017-09-061-1/+1
* Revert "0.13.0"Leonid Logvinov2017-09-061-1/+1
* Merge pull request #156 from 0xProject/feature/custom-abi-decoderLeonid2017-09-061-1/+0
|\
| * Remove abi-decoderLeonid Logvinov2017-09-061-1/+0
* | 0.13.0Leonid Logvinov2017-09-061-1/+1
|/
* Update web-typescript-typingsLeonid Logvinov2017-09-061-1/+1
* Decode logs args in awaitTransactionMinedAsyncLeonid Logvinov2017-09-061-0/+1
* Update json-schemasLeonid Logvinov2017-09-051-1/+1
* Use AbiTypeLeonid Logvinov2017-09-051-1/+1
* Use schema validation to distinguish txData argumentLeonid Logvinov2017-09-051-1/+1
* Increase timeoutLeonid Logvinov2017-09-051-1/+1
* Temporarily remove web3_beta, cause it breaks installation and testsLeonid Logvinov2017-09-051-1/+0
* Make the functions immidiately return txHash instead of awaiting for a transa...Leonid Logvinov2017-09-051-1/+1
* Remove truffle-contract from depsLeonid Logvinov2017-09-041-2/+1
* Merge pull request #146 from 0xProject/greenkeeper/0x-json-schemas-0.4.0Fabio Berger2017-09-031-1/+1
|\
| * fix(package): update 0x-json-schemas to version 0.4.0greenkeeper[bot]2017-08-311-1/+1
* | 0.12.1Leonid Logvinov2017-09-021-1/+1
* | 0.12.0Leonid Logvinov2017-09-021-1/+1
|/
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-08-311-0/+1
|\
| * Use more concise dep pointingLeonid Logvinov2017-08-301-1/+1
| * Install web3@1.0.0 as web3_betaLeonid Logvinov2017-08-291-0/+1
* | update 0x-json-schemaFabio Berger2017-08-311-1/+1
|/
* Use 0x-json-schemasLeonid Logvinov2017-08-281-1/+1
* Fix UMD testsLeonid Logvinov2017-08-251-1/+1
* 0.11.0Leonid Logvinov2017-08-251-1/+1
* Fix test:commonjsLeonid Logvinov2017-08-241-1/+1
* Rename build:commonjs:dev to build:commonjsLeonid Logvinov2017-08-241-4/+3
* 0.10.4Leonid Logvinov2017-08-241-1/+1
* 0.10.3Leonid Logvinov2017-08-241-1/+1
* 0.10.2Leonid Logvinov2017-08-241-1/+1
* Specify tag and other values in the release scriptLeonid Logvinov2017-08-241-1/+1
* 0.10.1Leonid Logvinov2017-08-241-1/+1
* 0.10.0Leonid Logvinov2017-08-241-1/+1
* Reject checksummed addressesLeonid Logvinov2017-08-221-1/+1
* 0.9.3Leonid Logvinov2017-08-221-1/+1