Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Fix additional versions and update yarn.lock | Fabio Berger | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Update all package versions to match latest published to NPM | Fabio Berger | 2018-06-19 | 1 | -18/+18 |
| | |||||
* | Merge pull request #676 from 0xProject/feature/mocha-source-maps | Alex Browne | 2018-06-08 | 1 | -1/+1 |
|\ | | | | | Use source-map-support package to include correct line numbers in mocha | ||||
| * | Use source-map-support package to include correct line numbers in mocha | Alex Browne | 2018-06-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -1/+0 |
|\| | | | | | | | feature/improve-linting | ||||
| * | Stop running prettier on generated files | Leonid Logvinov | 2018-06-07 | 1 | -2/+1 |
| | | |||||
* | | Use CLI for exclude | fragosti | 2018-06-07 | 1 | -1/+1 |
|/ | |||||
* | Merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
|\ | |||||
| * | Replace `-` with `_` in yarn script name so that we are consistent across ↵ | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | yarn script names | ||||
* | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ↵ | Fabio Berger | 2018-06-05 | 1 | -4/+5 |
|/ | | | | | | | 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` | ||||
* | Remove duplicate cleans in package.json when clean is called in prebuild | Alex Browne | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Don't automatically rebuild when running yarn test | Alex Browne | 2018-06-05 | 1 | -1/+2 |
| | |||||
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-02 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (33 commits) Only show ProviderDisplay in portal Improve sol-cov docs Remove old parse code Refactor order parser and add shared order support to new portal Add generate and fill order routes Address feedback Override ethereumjs-tx version Fix missing key Update placeholder param ordering Change userEtherBalanceInWei to optional so we can know if its loading Add loading state to ProviderDisplay Tweaks Add Placeholder component Add StandardIconRow Split render into loading and loaaded Fix linter errors Fix linter errors Add ethereum-types to extraFileIncludes Introduce ethereum-types package Remove merge conflicts from yarn.lock ... # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/src/utils/match_order_tester.ts # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/core.ts # packages/contracts/test/exchange/match_orders.ts # packages/contracts/test/libraries/lib_bytes.ts # packages/sol-cov/package.json | ||||
| * | Fix linter errors | Leonid Logvinov | 2018-06-01 | 1 | -0/+1 |
| | | |||||
* | | Freeze order-utils at 0.0.5 for all packages except contracts | Fabio Berger | 2018-05-30 | 1 | -1/+1 |
|/ | |||||
* | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Revert to an earlier version that works | Fabio Berger | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Remove the caret so it actually installs this version | Fabio Berger | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Bump all dependencies on json-schemas down a patch version so that they ↵ | Fabio Berger | 2018-05-24 | 1 | -1/+1 |
| | | | | don't auto-magically get upgraded to the next version during the next publish | ||||
* | Fix TokenTransferProxy artifact name since it's now suffixed with _v1 | Fabio Berger | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Publish | Leonid Logvinov | 2018-05-23 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.38.0 - @0xproject/abi-gen@0.3.0 - @0xproject/assert@0.2.10 - @0xproject/base-contract@0.3.2 - @0xproject/connect@0.6.13 - @0xproject/contract-wrappers@0.0.2 - contracts@2.1.29 - @0xproject/dev-utils@0.4.2 - @0xproject/fill-scenarios@0.0.2 - @0xproject/json-schemas@0.7.24 - @0xproject/metacoin@0.0.7 - @0xproject/migrations@0.0.6 - @0xproject/monorepo-scripts@0.1.20 - @0xproject/order-utils@0.0.5 - @0xproject/order-watcher@0.0.2 - @0xproject/react-docs-example@0.0.12 - @0xproject/react-docs@0.0.12 - @0xproject/react-shared@0.1.7 - @0xproject/sol-compiler@0.5.0 - @0xproject/sol-cov@0.0.11 - @0xproject/sol-resolver@0.0.5 - @0xproject/sra-report@0.1.0 - @0xproject/subproviders@0.10.2 - @0xproject/testnet-faucets@1.0.30 - @0xproject/tslint-config@0.4.18 - @0xproject/types@0.7.0 - @0xproject/typescript-typings@0.3.2 - @0xproject/utils@0.6.2 - @0xproject/web3-wrapper@0.6.4 - @0xproject/website@0.0.33 | ||||
* | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -1/+2 |
| | |||||
* | Fix abi-gen binary so it can be called directly from packages | Fabio Berger | 2018-05-15 | 1 | -1/+2 |
| | |||||
* | Move from using lerna multi-package commands to wsrun, update README's ↵ | Fabio Berger | 2018-05-15 | 1 | -1/+1 |
| | | | | accordingly | ||||
* | Fix version | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Fix deps | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Add missing version directory to path | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Add artifacts to clean command | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Fix path to artifacts | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Add missing uuid types | Fabio Berger | 2018-05-10 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary tslint config | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -0/+95 |
unifying library with the same interface |