Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 3 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Export missing types and add OrderValidatorWrapper to hidden constructors | Brandon Millman | 2018-08-29 | 1 | -0/+3 |
| | |||||
* | Add OrderValidatorWrapper to public interface | Brandon Millman | 2018-08-28 | 1 | -0/+1 |
| | |||||
* | Add contract-wrappers changelog entry for OrderValidatorWrapper | Brandon Millman | 2018-08-28 | 1 | -0/+8 |
| | |||||
* | Fix broken test | Brandon Millman | 2018-08-28 | 1 | -2/+3 |
| | |||||
* | Add getBalancesAndAllowances to wrapper | Brandon Millman | 2018-08-28 | 1 | -0/+25 |
| | |||||
* | Add params to all function comments | Brandon Millman | 2018-08-28 | 1 | -0/+12 |
| | |||||
* | Add getERC721Owner to wrapper | Brandon Millman | 2018-08-28 | 1 | -1/+13 |
| | |||||
* | Update getOrdersAndTradersInfo to return an array instead | Brandon Millman | 2018-08-28 | 2 | -12/+12 |
| | |||||
* | Add getBalanceAndAllowance to wrapper | Brandon Millman | 2018-08-28 | 2 | -1/+25 |
| | |||||
* | Add getTraderInfo and getTradersInfo to wrapper | Brandon Millman | 2018-08-28 | 1 | -2/+27 |
| | |||||
* | Add getOrderAndTraderInfoAsync to wrapper | Brandon Millman | 2018-08-28 | 2 | -2/+24 |
| | |||||
* | Add test for order validator | Brandon Millman | 2018-08-28 | 2 | -0/+142 |
| | |||||
* | Remove some unused variables in forwarder wrapper test | Brandon Millman | 2018-08-28 | 1 | -3/+0 |
| | |||||
* | Initial OrderValidator wrapper | Brandon Millman | 2018-08-28 | 5 | -1/+97 |
| | |||||
* | Publishcontracts@2.1.42@0xproject/website@0.0.46@0xproject/web3-wrapper@2.0.1@0xproject/utils@1.0.7@0xproject/types@1.0.1-rc.6@0xproject/testnet-faucets@1.0.43@0xproject/subproviders@2.0.1@0xproject/sra-spec@1.0.1-rc.6@0xproject/sra-report@1.0.7@0xproject/sol-resolver@1.0.7@0xproject/sol-cov@2.1.1@0xproject/sol-compiler@1.1.1@0xproject/react-shared@1.0.8@0xproject/react-docs@1.0.7@0xproject/order-watcher@1.0.1-rc.5@0xproject/order-utils@1.0.1-rc.6@0xproject/monorepo-scripts@1.0.7@0xproject/migrations@1.0.6@0xproject/metacoin@0.0.17@0xproject/json-schemas@1.0.1-rc.6@0xproject/forwarder-helper@1.0.1-rc.2@0xproject/fill-scenarios@1.0.1-rc.5@0xproject/dev-utils@1.0.6@0xproject/contract-wrappers@1.0.1-rc.5@0xproject/connect@2.0.0-rc.2@0xproject/base-contract@2.0.1@0xproject/assert@1.0.7@0xproject/abi-gen@1.0.70x.js@1.0.1-rc.6 | Fabio Berger | 2018-08-27 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.6 - @0xproject/abi-gen@1.0.7 - @0xproject/assert@1.0.7 - @0xproject/base-contract@2.0.1 - @0xproject/connect@2.0.0-rc.2 - @0xproject/contract-wrappers@1.0.1-rc.5 - contracts@2.1.42 - @0xproject/dev-utils@1.0.6 - @0xproject/fill-scenarios@1.0.1-rc.5 - @0xproject/forwarder-helper@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.6 - @0xproject/metacoin@0.0.17 - @0xproject/migrations@1.0.6 - @0xproject/monorepo-scripts@1.0.7 - @0xproject/order-utils@1.0.1-rc.6 - @0xproject/order-watcher@1.0.1-rc.5 - @0xproject/react-docs@1.0.7 - @0xproject/react-shared@1.0.8 - @0xproject/sol-compiler@1.1.1 - @0xproject/sol-cov@2.1.1 - @0xproject/sol-resolver@1.0.7 - @0xproject/sra-report@1.0.7 - @0xproject/sra-spec@1.0.1-rc.6 - @0xproject/subproviders@2.0.1 - @0xproject/testnet-faucets@1.0.43 - @0xproject/types@1.0.1-rc.6 - @0xproject/utils@1.0.7 - @0xproject/web3-wrapper@2.0.1 - @0xproject/website@0.0.46 | ||||
* | Updated CHANGELOGS | Fabio Berger | 2018-08-27 | 2 | -1/+6 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-08-27 | 1 | -2/+1 |
| | |||||
* | Update changelog files for RC packages | Fabio Berger | 2018-08-27 | 1 | -0/+9 |
| | |||||
* | Combine imports | Fabio Berger | 2018-08-27 | 1 | -2/+9 |
| | |||||
* | Publishethereum-types@1.0.5contracts@2.1.41@0xproject/website@0.0.45@0xproject/web3-wrapper@2.0.0@0xproject/utils@1.0.6@0xproject/typescript-typings@1.0.5@0xproject/types@1.0.1-rc.5@0xproject/tslint-config@1.0.6@0xproject/testnet-faucets@1.0.42@0xproject/subproviders@2.0.0@0xproject/sra-report@1.0.6@0xproject/sra-api@1.0.1-rc.5@0xproject/sol-resolver@1.0.6@0xproject/sol-cov@2.1.0@0xproject/sol-compiler@1.1.0@0xproject/react-shared@1.0.7@0xproject/react-docs@1.0.6@0xproject/order-watcher@1.0.1-rc.4@0xproject/order-utils@1.0.1-rc.4@0xproject/monorepo-scripts@1.0.6@0xproject/migrations@1.0.5@0xproject/metacoin@0.0.16@0xproject/json-schemas@1.0.1-rc.5@0xproject/forwarder-helper@1.0.1-rc.1@0xproject/fill-scenarios@1.0.1-rc.4@0xproject/dev-utils@1.0.5@0xproject/contract-wrappers@1.0.1-rc.4@0xproject/connect@2.0.0-rc.1@0xproject/base-contract@2.0.0@0xproject/assert@1.0.6@0xproject/abi-gen@1.0.60x.js@1.0.1-rc.4 | Fabio Berger | 2018-08-25 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.4 - @0xproject/abi-gen@1.0.6 - @0xproject/assert@1.0.6 - @0xproject/base-contract@2.0.0 - @0xproject/connect@2.0.0-rc.1 - @0xproject/contract-wrappers@1.0.1-rc.4 - contracts@2.1.41 - @0xproject/dev-utils@1.0.5 - ethereum-types@1.0.5 - @0xproject/fill-scenarios@1.0.1-rc.4 - @0xproject/forwarder-helper@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.5 - @0xproject/metacoin@0.0.16 - @0xproject/migrations@1.0.5 - @0xproject/monorepo-scripts@1.0.6 - @0xproject/order-utils@1.0.1-rc.4 - @0xproject/order-watcher@1.0.1-rc.4 - @0xproject/react-docs@1.0.6 - @0xproject/react-shared@1.0.7 - @0xproject/sol-compiler@1.1.0 - @0xproject/sol-cov@2.1.0 - @0xproject/sol-resolver@1.0.6 - @0xproject/sra-api@1.0.1-rc.5 - @0xproject/sra-report@1.0.6 - @0xproject/subproviders@2.0.0 - @0xproject/testnet-faucets@1.0.42 - @0xproject/tslint-config@1.0.6 - @0xproject/types@1.0.1-rc.5 - @0xproject/typescript-typings@1.0.5 - @0xproject/utils@1.0.6 - @0xproject/web3-wrapper@2.0.0 - @0xproject/website@0.0.45 | ||||
* | Updated CHANGELOGS | Fabio Berger | 2018-08-25 | 2 | -3/+10 |
| | |||||
* | Upgrade Typedoc to 0.12.0, which works with TS 3.x | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Add/improve comments | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Fix changelogs | Fabio Berger | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | Refactor publish script so that root package.json configs.packagesWithDocs ↵ | Fabio Berger | 2018-08-23 | 1 | -2/+1 |
| | | | | is canonical source of which packages have doc pages | ||||
* | Update all CHANGELOGs | Fabio Berger | 2018-08-22 | 1 | -2/+2 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-08-22 | 1 | -4/+6 |
| | |||||
* | Update contract-wrappers CHANGELOG | Fabio Berger | 2018-08-22 | 1 | -2/+6 |
| | |||||
* | Fix remaining merge issues | Fabio Berger | 2018-08-22 | 3 | -5/+7 |
| | |||||
* | Merge development branch | Fabio Berger | 2018-08-22 | 6 | -2/+521 |
|\ | |||||
| * | Add OrderValidator to migrations | Amir Bandeali | 2018-08-22 | 1 | -1/+1 |
| | | |||||
| * | remove v2 contract artifacts | F. Eugene Aumson | 2018-08-21 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #975 from ↵ | Fabio Berger | 2018-08-19 | 4 | -0/+524 |
| |\ | | | | | | | | | | | | | 0xProject/feature/contract-wrappers/executeTransaction [Contract-wrappers] Exchange execute transaction encoder | ||||
| | * | Rename to Transaction Encoder. | Jacob Evans | 2018-08-18 | 6 | -240/+521 |
| | | | | | | | | | | | | Add tests for all encoding methods. | ||||
| | * | [Contract-wrappers] Exchange execute transaction encoder | Jacob Evans | 2018-08-16 | 3 | -0/+243 |
| | | | |||||
* | | | Fix index.ts given fix in doc generation | Fabio Berger | 2018-08-22 | 1 | -12/+0 |
| | | | |||||
* | | | Move types from sol-compiler to types so they can be used in other places ↵ | Fabio Berger | 2018-08-22 | 4 | -7/+3 |
| | | | | | | | | | | | | without requiring sol-compiler as a dep | ||||
* | | | Add generated_docs dir to clean command | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| | | | |||||
* | | | Add missing exports to 0x.js and contract-wrappers index.ts | Fabio Berger | 2018-08-21 | 1 | -0/+2 |
| | | | |||||
* | | | Move sol-compiler dep to `dependencies` now that types from it are exported ↵ | Fabio Berger | 2018-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | in index.ts | ||||
* | | | Cleanup contract-wrappers index.ts | Fabio Berger | 2018-08-20 | 7 | -40/+41 |
| | | | |||||
* | | | Remove outdating comment | Fabio Berger | 2018-08-17 | 6 | -12/+6 |
| | | | |||||
* | | | Merge development | Fabio Berger | 2018-08-17 | 1 | -2/+2 |
|\| | | |||||
| * | | Bump copyfiles from 1.2.0 to 2.0.0 | dependabot[bot] | 2018-08-15 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/calvinmetcalf/copyfiles/releases) - [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | feat: Upgrade TypeScript to 3.0.1 | Alex Browne | 2018-08-15 | 1 | -1/+1 |
| | | |||||
* | | Flesh out 0x.js index.ts and added some exports to other index.ts in the process | Fabio Berger | 2018-08-15 | 1 | -0/+1 |
| | | |||||
* | | Fix additional merge conflicts | Fabio Berger | 2018-08-15 | 1 | -1/+1 |
| | | |||||
* | | Merge development | Fabio Berger | 2018-08-15 | 19 | -44/+622 |
|\| | |||||
| * | Publish | Alex Browne | 2018-08-14 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.3 - @0xproject/abi-gen@1.0.5 - @0xproject/assert@1.0.5 - @0xproject/base-contract@2.0.0-rc.1 - @0xproject/connect@1.0.5 - @0xproject/contract-wrappers@1.0.1-rc.3 - contracts@2.1.40 - @0xproject/dev-utils@1.0.4 - ethereum-types@1.0.4 - @0xproject/fill-scenarios@1.0.1-rc.3 - @0xproject/json-schemas@1.0.1-rc.4 - @0xproject/metacoin@0.0.15 - @0xproject/migrations@1.0.4 - @0xproject/monorepo-scripts@1.0.5 - @0xproject/order-utils@1.0.1-rc.3 - @0xproject/order-watcher@1.0.1-rc.3 - @0xproject/react-docs@1.0.5 - @0xproject/react-docs-example@0.0.20 - @0xproject/react-shared@1.0.6 - @0xproject/sol-compiler@1.0.5 - @0xproject/sol-cov@2.0.0 - @0xproject/sol-resolver@1.0.5 - @0xproject/sra-api@1.0.1-rc.4 - @0xproject/sra-report@1.0.5 - @0xproject/subproviders@1.0.5 - @0xproject/testnet-faucets@1.0.41 - @0xproject/tslint-config@1.0.5 - @0xproject/types@1.0.1-rc.4 - @0xproject/typescript-typings@1.0.4 - @0xproject/utils@1.0.5 - @0xproject/web3-wrapper@1.2.0 - @0xproject/website@0.0.44 | ||||
| * | Updated CHANGELOGS | Alex Browne | 2018-08-14 | 2 | -2/+9 |
| | | |||||
| * | fix contract-wrappers json-schemas | fragosti | 2018-08-10 | 4 | -12/+12 |
| | | |||||
| * | fix: Update dependencies | Alex Browne | 2018-08-10 | 1 | -2/+2 |
| | | |||||
| * | Update CHANGELOG.json for contract-wrappers | Alex Browne | 2018-08-09 | 1 | -0/+4 |
| | | |||||
| * | Update TypeScript to version 2.9.2 | Alex Browne | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Fix CHANGELOGs | Brandon Millman | 2018-08-04 | 1 | -1/+1 |
| | | |||||
| * | Update orderFactory interface | Brandon Millman | 2018-08-04 | 1 | -8/+2 |
| | | |||||
| * | Rename to calldata utils | Brandon Millman | 2018-08-03 | 3 | -16/+16 |
| | | |||||
| * | Add missing PR numbers | Brandon Millman | 2018-08-03 | 1 | -1/+1 |
| | | |||||
| * | CHANGELOG | Brandon Millman | 2018-08-02 | 1 | -0/+4 |
| | | |||||
| * | Add tests | Brandon Millman | 2018-08-02 | 2 | -18/+85 |
| | | |||||
| * | Create marketBuyOrdersOptimizations | Brandon Millman | 2018-08-02 | 3 | -8/+63 |
| | | |||||
| * | Update contract-wrappers CHANGELOG.json | Brandon Millman | 2018-08-02 | 1 | -0/+9 |
| | | |||||
| * | Clarify ethAmount is in wei | Brandon Millman | 2018-07-31 | 1 | -2/+2 |
| | | |||||
| * | Update forwarder_wrapper_test | Brandon Millman | 2018-07-31 | 1 | -0/+16 |
| | | |||||
| * | Add more assertions | Brandon Millman | 2018-07-31 | 3 | -6/+102 |
| | | |||||
| * | Write initial test for forwarder_wrapper | Brandon Millman | 2018-07-31 | 2 | -16/+73 |
| | | |||||
| * | Fix spelling error in exchange wrapper tests | Brandon Millman | 2018-07-31 | 1 | -1/+1 |
| | | |||||
| * | Add getOrdersInfo to exchange_wrapper | Brandon Millman | 2018-07-31 | 3 | -3/+32 |
| | | |||||
| * | Implement initial forwarder wrapper | Brandon Millman | 2018-07-31 | 8 | -2/+242 |
| | | |||||
* | | Add missing type exports | Fabio Berger | 2018-08-07 | 2 | -0/+10 |
| | | |||||
* | | Make signature_util into an object literal so related functions are rendered ↵ | Fabio Berger | 2018-08-03 | 1 | -2/+2 |
| | | | | | | | | together in the docs | ||||
* | | Add missing doc comments | Fabio Berger | 2018-08-03 | 6 | -2/+55 |
| | | |||||
* | | Don't ignore compiler errors | Fabio Berger | 2018-08-02 | 1 | -1/+1 |
| | | |||||
* | | Add contract-wrappers page and make topBar component more concise | Fabio Berger | 2018-08-02 | 1 | -2/+8 |
| | | |||||
* | | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 2 | -13/+3 |
|/ | | | | aggregate release note publishing to publish script | ||||
* | Publishcontracts@2.1.39@0xproject/website@0.0.43@0xproject/testnet-faucets@1.0.40@0xproject/react-docs-example@0.0.19@0xproject/metacoin@0.0.14@0xproject/abi-gen@1.0.4 | Fabio Berger | 2018-07-26 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.4 - @0xproject/assert@1.0.4 - @0xproject/base-contract@1.0.4 - @0xproject/connect@1.0.4 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.39 - @0xproject/dev-utils@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.3 - @0xproject/metacoin@0.0.14 - @0xproject/migrations@1.0.3 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.4 - @0xproject/react-docs-example@0.0.19 - @0xproject/react-shared@1.0.5 - @0xproject/sol-compiler@1.0.4 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.4 - @0xproject/sra-report@1.0.4 - @0xproject/subproviders@1.0.4 - @0xproject/testnet-faucets@1.0.40 - @0xproject/types@1.0.1-rc.3 - @0xproject/utils@1.0.4 - @0xproject/web3-wrapper@1.1.2 - @0xproject/website@0.0.43 | ||||
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 1 | -1/+2 |
| | |||||
* | Point to actual current version | Fabio Berger | 2018-07-26 | 1 | -4/+4 |
| | |||||
* | Fix changelogs and package versions for ones that weren't published | Fabio Berger | 2018-07-26 | 2 | -3/+2 |
| | |||||
* | Publishcontracts@2.1.38@0xproject/website@0.0.42@0xproject/testnet-faucets@1.0.39@0xproject/sol-compiler@1.0.3@0xproject/react-docs-example@0.0.18@0xproject/monorepo-scripts@1.0.4@0xproject/metacoin@0.0.13@0xproject/abi-gen@1.0.3 | Fabio Berger | 2018-07-26 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.3 - @0xproject/assert@1.0.3 - @0xproject/base-contract@1.0.3 - @0xproject/connect@1.0.3 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.38 - @0xproject/dev-utils@1.0.3 - ethereum-types@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.2 - @0xproject/metacoin@0.0.13 - @0xproject/migrations@1.0.3 - @0xproject/monorepo-scripts@1.0.4 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.3 - @0xproject/react-docs-example@0.0.18 - @0xproject/react-shared@1.0.4 - @0xproject/sol-compiler@1.0.3 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.3 - @0xproject/sra-report@1.0.3 - @0xproject/subproviders@1.0.3 - @0xproject/testnet-faucets@1.0.39 - @0xproject/tslint-config@1.0.4 - @0xproject/types@1.0.1-rc.2 - @0xproject/typescript-typings@1.0.3 - @0xproject/utils@1.0.3 - @0xproject/web3-wrapper@1.1.1 - @0xproject/website@0.0.42 | ||||
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -1/+6 |
| | |||||
* | Add changelog entries for next RC publish | Fabio Berger | 2018-07-26 | 1 | -0/+8 |
| | |||||
* | Fix accidental import from test folder | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Publishcontracts@2.1.37@0xproject/website@0.0.41@0xproject/testnet-faucets@1.0.38@0xproject/react-docs-example@0.0.17@0xproject/monorepo-scripts@1.0.3@0xproject/metacoin@0.0.12@0xproject/abi-gen@1.0.2 | Fabio Berger | 2018-07-26 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.1 - @0xproject/abi-gen@1.0.2 - @0xproject/assert@1.0.2 - @0xproject/base-contract@1.0.2 - @0xproject/connect@1.0.2 - @0xproject/contract-wrappers@1.0.1-rc.1 - contracts@2.1.37 - @0xproject/dev-utils@1.0.2 - ethereum-types@1.0.2 - @0xproject/fill-scenarios@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.1 - @0xproject/metacoin@0.0.12 - @0xproject/migrations@1.0.2 - @0xproject/monorepo-scripts@1.0.3 - @0xproject/order-utils@1.0.1-rc.1 - @0xproject/order-watcher@1.0.1-rc.1 - @0xproject/react-docs@1.0.2 - @0xproject/react-docs-example@0.0.17 - @0xproject/react-shared@1.0.3 - @0xproject/sol-compiler@1.0.2 - @0xproject/sol-cov@1.0.2 - @0xproject/sol-resolver@1.0.2 - @0xproject/sra-report@1.0.2 - @0xproject/subproviders@1.0.2 - @0xproject/testnet-faucets@1.0.38 - @0xproject/tslint-config@1.0.3 - @0xproject/types@1.0.1-rc.1 - @0xproject/typescript-typings@1.0.2 - @0xproject/utils@1.0.2 - @0xproject/web3-wrapper@1.1.0 - @0xproject/website@0.0.41 | ||||
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -1/+6 |
| | |||||
* | Revert to publishing ethereum-types | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Temporarily have all packages depend on an older, published version of ↵ | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
| | | | | ethereum-types since we cannot publish a new one | ||||
* | Remove artifacts which should no longer be commited | Fabio Berger | 2018-07-26 | 9 | -14598/+0 |
| | |||||
* | Update artifacts in contract-wrappers, generate artifacts and improve README | Fabio Berger | 2018-07-26 | 10 | -3816/+14598 |
| | |||||
* | Revert "Temporarily add changelog & package.json version changes" | Fabio Berger | 2018-07-25 | 2 | -6/+1 |
| | | | | This reverts commit 97268d22534c2f4aca9bd6a88c70e988969d3c76. | ||||
* | Temporarily add changelog & package.json version changes | Fabio Berger | 2018-07-24 | 2 | -1/+6 |
| | |||||
* | Add new RC versions to changelog so that these packages are publised as RC's | Fabio Berger | 2018-07-24 | 1 | -0/+8 |
| | |||||
* | Revert "Revert "Publish"" | Fabio Berger | 2018-07-24 | 1 | -20/+20 |
| | | | | This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f. | ||||
* | Revert "Publish" | Leonid Logvinov | 2018-07-23 | 1 | -20/+20 |
| | | | | This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe. | ||||
* | Publish | Leonid Logvinov | 2018-07-23 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.0 - @0xproject/abi-gen@1.0.1 - @0xproject/assert@1.0.1 - @0xproject/base-contract@1.0.1 - @0xproject/connect@1.0.1 - @0xproject/contract-wrappers@1.0.0 - contracts@2.1.36 - @0xproject/dev-utils@1.0.1 - ethereum-types@1.0.1 - @0xproject/fill-scenarios@1.0.0 - @0xproject/json-schemas@1.0.0 - @0xproject/metacoin@0.0.11 - @0xproject/migrations@1.0.1 - @0xproject/monorepo-scripts@1.0.1 - @0xproject/order-utils@1.0.0 - @0xproject/order-watcher@1.0.0 - @0xproject/react-docs@1.0.1 - @0xproject/react-docs-example@0.0.16 - @0xproject/react-shared@1.0.1 - @0xproject/sol-compiler@1.0.1 - @0xproject/sol-cov@1.0.1 - @0xproject/sol-resolver@1.0.1 - @0xproject/sra-report@1.0.1 - @0xproject/subproviders@1.0.1 - @0xproject/testnet-faucets@1.0.37 - @0xproject/tslint-config@1.0.1 - @0xproject/types@1.0.0 - @0xproject/typescript-typings@1.0.1 - @0xproject/utils@1.0.1 - @0xproject/web3-wrapper@1.0.1 - @0xproject/website@0.0.40 | ||||
* | Updated CHANGELOGS | Leonid Logvinov | 2018-07-23 | 2 | -8/+18 |
| | |||||
* | Add missing timestamp to CHANGELOG entries | Fabio Berger | 2018-07-21 | 1 | -0/+1 |
| | |||||
* | FIx a typo | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/contract-wrappers@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -8/+0 |
| | |||||
* | @0xproject/contract-wrappers@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 2 | -5/+5 |
| | |||||
* | Change all package to depend on the new @0xproject/migrations@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/fill-scenarios@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/order-utils@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/sol-compiler@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/dev-utils@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/subproviders@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/base-contract@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/web3-wrapper@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/abi-gen@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/assert@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/json-schemas@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/utils@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/types@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/tslint-config@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/typescript-typings@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Change all package to depend on the new ethereum-types@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | merge v2-prototype | Fabio Berger | 2018-07-18 | 5 | -19/+32 |
|\ | |||||
| * | Fix a bad merge | Leonid Logvinov | 2018-07-18 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-18 | 1 | -3/+3 |
| |\ | |||||
| * | | Merge | Leonid Logvinov | 2018-07-18 | 2 | -11/+13 |
| | | | |||||
| * | | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-18 | 8 | -61/+33 |
| |\ \ | |||||
| * \ \ | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-16 | 2 | -4/+2 |
| |\ \ \ | |||||
| * | | | | Export forgotten stuff from contract-wrappers | Leonid Logvinov | 2018-07-13 | 2 | -5/+14 |
| | | | | | |||||
| * | | | | Make getZRXAssetData not async | Leonid Logvinov | 2018-07-13 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Upgrade tslint to use prefer-readonly | Leonid Logvinov | 2018-07-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Update package versions | Fabio Berger | 2018-07-18 | 1 | -10/+10 |
| | | | | | |||||
* | | | | | Update changelogs | Fabio Berger | 2018-07-18 | 2 | -0/+13 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #884 from 0xProject/export-more-0x.js | Fabio Berger | 2018-07-18 | 1 | -3/+3 |
|\ \ \ \ | |_|_|/ |/| | | | Export missing V2 pieces from 0x.js | ||||
| * | | | Rename assetProxyUtils to assetDataUtils | Fabio Berger | 2018-07-17 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #883 from 0xProject/feature/tslint-improvements | Leonid Logvinov | 2018-07-18 | 2 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | New tslint rules | ||||
| * | | | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Upgrade tslint to the newest version | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Remove no-longer needed tests | Fabio Berger | 2018-07-17 | 1 | -38/+0 |
| | | | |||||
* | | | Stop subscriptions from unsubscribing on recoverable network issues | Fabio Berger | 2018-07-17 | 5 | -19/+29 |
|/ / | |||||
* / | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 3 | -6/+3 |
|/ | |||||
* | Merge pull request #863 from 0xProject/refactor/0x.js | Fabio Berger | 2018-07-12 | 3 | -6/+9 |
|\ | | | | | Refactor 0x.js | ||||
| * | Add missing param | Fabio Berger | 2018-07-12 | 1 | -0/+1 |
| | | |||||
| * | Refactor 0x.js to V2 | Fabio Berger | 2018-07-12 | 3 | -3/+8 |
| | | |||||
| * | Remove TokenRegistry from 0x.js | Fabio Berger | 2018-07-12 | 2 | -3/+0 |
| | | |||||
* | | Add explicit HACK comment when we import assert | Brandon Millman | 2018-07-12 | 1 | -1/+1 |
| | | |||||
* | | Contract Wrappers - Ether token block range | Jacob Evans | 2018-07-11 | 1 | -5/+9 |
|/ | | | | Start after migrations to avoid any unexpected logs | ||||
* | Update package versions | Fabio Berger | 2018-07-10 | 1 | -12/+12 |
| | |||||
* | Update changelogs | Fabio Berger | 2018-07-09 | 2 | -1/+6 |
| | |||||
* | Dedupe AssetProxyId types | Leonid Logvinov | 2018-07-09 | 4 | -9/+3 |
| | |||||
* | Fix a typo | Leonid Logvinov | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | Default shouldValidate to true | Leonid Logvinov | 2018-07-09 | 1 | -17/+17 |
| | |||||
* | Add basic validation for exchange contract wrapper | Leonid Logvinov | 2018-07-09 | 2 | -18/+159 |
| | |||||
* | Add type for AssetProxyId | Leonid Logvinov | 2018-07-09 | 1 | -0/+5 |
| | |||||
* | Add revert reason parsing to error handling decorator | Leonid Logvinov | 2018-07-09 | 2 | -0/+6 |
| | |||||
* | Return AssetProxyId instead of string from proxy.getProxyIdAsync() | Leonid Logvinov | 2018-07-09 | 2 | -4/+6 |
| | |||||
* | Instantiate BlockAndLogStreamer with generic type parameters | Leonid Logvinov | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | Fix tests | Leonid Logvinov | 2018-07-06 | 4 | -33/+26 |
| | |||||
* | Fix prettier | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| | |||||
* | Fix merge conflicts | Leonid Logvinov | 2018-07-05 | 2 | -11/+3 |
| | |||||
* | Add CHANGELOG entries | Leonid Logvinov | 2018-07-05 | 1 | -1/+5 |
| | |||||
* | Adjust comments | Leonid Logvinov | 2018-07-05 | 2 | -121/+81 |
| | |||||
* | Fix comments | Leonid Logvinov | 2018-07-05 | 1 | -5/+5 |
| | |||||
* | Improve the comment | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Rename Proxie to Proxy | Leonid Logvinov | 2018-07-05 | 2 | -5/+3 |
| | |||||
* | Rename compact_artifacts to artifacts | Leonid Logvinov | 2018-07-05 | 11 | -12/+12 |
| | |||||
* | Rearrange assertions t match parameter order | Leonid Logvinov | 2018-07-05 | 4 | -145/+118 |
| | |||||
* | Fix match orders test and add a validation TODO | Leonid Logvinov | 2018-07-05 | 2 | -3/+12 |
| | |||||
* | Add tests for exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -1029/+313 |
| | |||||
* | Add Exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -3/+1040 |
| | |||||
* | Pass through blockPollingInterval down to contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -6/+21 |
| | |||||
* | Export orderStatus and OrderInfo | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| | |||||
* | Add blockPollingInterval config to contractWrappers config type | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| | |||||
* | Add contractWrappers.erc721Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| | |||||
* | Add contractWrappers.erc20Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| | |||||
* | Make it possible to configure block polling interval in base contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -3/+6 |
| | |||||
* | Add blockPollingIntervalMs as an optional field to contract-wrappers config ↵ | Leonid Logvinov | 2018-07-05 | 2 | -0/+2 |
| | | | | schemas | ||||
* | Update dummy tokens addresses in token_utils | Leonid Logvinov | 2018-07-05 | 1 | -3/+3 |
| | |||||
* | Remove only from tests | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Add OrderInfo and OrderStatus to types | Leonid Logvinov | 2018-07-05 | 1 | -0/+16 |
| | |||||
* | Add OrderTxOptsSchema | Leonid Logvinov | 2018-07-05 | 1 | -0/+8 |
| | |||||
* | Update ABI in compact_artifacts | Leonid Logvinov | 2018-07-05 | 3 | -86/+585 |
| | |||||
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 8 | -8/+1371 |
|\ | |||||
| * | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 3 | -4/+21 |
| |\ | |||||
| | * | Fix alignment | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | |||||
| | * | Update blockstream to latest version, propogate errors to top-level callers | Fabio Berger | 2018-07-04 | 3 | -3/+20 |
| | | | |||||
| | * | Update web3-provider-engine version w/o caret | Fabio Berger | 2018-07-03 | 1 | -1/+1 |
| | | | |||||
| | * | Update web3-provider-engine | Fabio Berger | 2018-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-03 | 1 | -1/+1 |
| |\| | |||||
| | * | Update incorrect versions of deps | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | Fix Tslint issues | Fabio Berger | 2018-06-26 | 7 | -15/+14 |
| |/ | |||||
* | | Fix build after rebase | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Add a comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+2 |
| | | |||||
* | | Assign true values to names vars | Leonid Logvinov | 2018-06-29 | 1 | -8/+13 |
| | | |||||
* | | Fix a typo | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Set the interval to 0 in awaitTranscationSuccessAsync | Leonid Logvinov | 2018-06-29 | 4 | -22/+28 |
| | | |||||
* | | Make promises dangerous | Leonid Logvinov | 2018-06-29 | 3 | -3/+0 |
| | | |||||
* | | Add a TODO comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+1 |
| | | |||||
* | | Add isSubscriptionToken assertion | Leonid Logvinov | 2018-06-29 | 4 | -0/+8 |
| | | |||||
* | | Rename approved to approvedAddress | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | | |||||
* | | Use removeUndefinedProperties for txOpts | Leonid Logvinov | 2018-06-29 | 3 | -32/+55 |
| | | |||||
* | | Rename getApprovedAsync to getApprovedIfExistsAsync | Leonid Logvinov | 2018-06-29 | 2 | -8/+11 |
| | | |||||
* | | Add HACK comments | Leonid Logvinov | 2018-06-29 | 4 | -0/+8 |
| | | |||||
* | | Add assertions for txOpts and methodOpts | Leonid Logvinov | 2018-06-29 | 4 | -38/+75 |
| | | |||||
* | | Remove v2 artifact scripts | Leonid Logvinov | 2018-06-29 | 1 | -4/+1 |
| | | |||||
* | | Remove tokenTransferProxyAddress from config | Leonid Logvinov | 2018-06-29 | 2 | -10/+6 |
| | | |||||
* | | Fix addresses in WETH9 and ZRX token artifacts | Leonid Logvinov | 2018-06-29 | 2 | -2/+2 |
| | | |||||
* | | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Export newly refactored contracts from contract-wrappers and index.ts | Leonid Logvinov | 2018-06-29 | 2 | -70/+50 |
| | | |||||
* | | Change artifacts list and add dependencies to package.json | Leonid Logvinov | 2018-06-29 | 1 | -6/+6 |
| | | |||||
* | | Bump the version so that order-watcher doesn't pick it up | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Refactor event subscription tests | Leonid Logvinov | 2018-06-29 | 1 | -13/+27 |
| | | |||||
* | | Refactor types | Leonid Logvinov | 2018-06-29 | 1 | -35/+21 |
| | | |||||
* | | Implement ERC721 token wrapper and token transfer proxy with tests | Leonid Logvinov | 2018-06-29 | 4 | -0/+1008 |
| | | |||||
* | | Refactor ERC20 token transfer proxy and it's tests | Leonid Logvinov | 2018-06-29 | 2 | -29/+27 |
| | | |||||
* | | Refactor ERC20 token wrapper and it's tests | Leonid Logvinov | 2018-06-29 | 2 | -151/+208 |
| | | |||||
* | | Refactor ether token wrapper test | Leonid Logvinov | 2018-06-29 | 1 | -53/+64 |
| | | |||||
* | | Refactor base contract-wrapper class to use new names, artifact format and ↵ | Leonid Logvinov | 2018-06-29 | 1 | -21/+13 |
| | | | | | | | | only decode logs from that contract | ||||
* | | Refactor EtherToken contract wrapper to use new names and artifacts format | Leonid Logvinov | 2018-06-29 | 1 | -19/+19 |
| | | |||||
* | | Use new signature verification method in assertions | Leonid Logvinov | 2018-06-29 | 1 | -9/+12 |
| | | |||||
* | | Export txDefaults from web3_wrapper.ts | Leonid Logvinov | 2018-06-29 | 1 | -3/+7 |
| | | |||||
* | | Refactor tokenUtils to not use tokenRegistry | Leonid Logvinov | 2018-06-29 | 1 | -30/+42 |
| | | |||||
* | | Add new test constants | Leonid Logvinov | 2018-06-29 | 1 | -0/+8 |
| | | |||||
* | | Skip & refactor artifacts tests | Leonid Logvinov | 2018-06-29 | 1 | -15/+9 |
| | | |||||
* | | Run V2 migrations instead of V1 before tests | Leonid Logvinov | 2018-06-29 | 1 | -3/+3 |
| | | |||||
* | | Remove unused params in filter_utils | Leonid Logvinov | 2018-06-29 | 1 | -13/+3 |
| | | |||||
* | | Start unused parameter names with underscore | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | | |||||
* | | Remove old contracts and add new ones to/from artifacts.ts | Leonid Logvinov | 2018-06-29 | 1 | -14/+19 |
| | | |||||
* | | Remove exchange-related functionality for now | Leonid Logvinov | 2018-06-29 | 12 | -3691/+0 |
| | | |||||
* | | Update compact_wrtifacts | Leonid Logvinov | 2018-06-29 | 14 | -1820/+3311 |
|/ | |||||
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 10 | -10/+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 |
| | |||||
* | Update CHANGELOG's with publishes performed on development branch | Fabio Berger | 2018-06-19 | 2 | -1/+23 |
| | |||||
* | Adjust version in changelog | fragosti | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Prettier | fragosti | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Add to changelog for contract-wrappers | fragosti | 2018-06-15 | 1 | -0/+8 |
| | |||||
* | Fix typo | fragosti | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Fix filling orders on Portal | fragosti | 2018-06-15 | 6 | -4/+12 |
| | |||||
* | Store the instantiated OrderValidationUtils | Fabio Berger | 2018-06-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulator | Fabio Berger | 2018-06-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix a bug in SolCompilerArtifacts adapter config overriding Increase timeout for contract migrations Remove some copy-paste code Await transactions in migrations Fix typos Await transactions in migrations Await fake transactions Fix a typo Implement SolidityProfiler & adapt sol-cov to work with Geth # Conflicts: # packages/migrations/CHANGELOG.json | ||||
| * | Increase timeout for contract migrations | Leonid Logvinov | 2018-06-09 | 1 | -1/+1 |
| | | |||||
* | | Pass in generated contract wrapper to orderValidationUtils at instantiation | Fabio Berger | 2018-06-11 | 1 | -10/+25 |
| | | |||||
* | | Refactor orderValidationUtils to use the generated contract wrapper instead ↵ | Fabio Berger | 2018-06-11 | 1 | -7/+11 |
| | | | | | | | | of the higher-level one | ||||
* | | Refactor ExchangeTransferSimulator public interface to accet an ↵ | Fabio Berger | 2018-06-11 | 6 | -19/+71 |
|/ | | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts. | ||||
* | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Fix tslint failure Pass in fee and assetAmount rather then the whole signedOrder Fix missing paths Revert to returning orderState on invalid order - Refactor remainingFillableCalculator so it can be used for the maker and taker side - Moved the tests over from order-watcher - Did some token -> asset renaming Update naming in orderStateUtils to use asset over token, also removed cancelledAmount since in V2 it's binary. Fixed path Use source-map-support package to include correct line numbers in mocha move generated contract wrappers from `contract_wrappers/generated/` to `generated_contract_wrappers` in package with no non-generated contract wrappers | ||||
| * | 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' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-07 | 22 | -33/+26 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx | ||||
| * | | Get build and tests to pass | fragosti | 2018-06-07 | 3 | -3/+9 |
| | | | |||||
| * | | 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 | 2 | -5/+2 |
| | | | |||||
| * | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -4/+5 |
| |\| | | | | | | | | | | feature/improve-linting |