Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 3 | -5/+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 | ||||
* | Publish | Fabio Berger | 2018-08-27 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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/+10 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-08-27 | 1 | -2/+1 |
| | |||||
* | Update changelog files for RC packages | Fabio Berger | 2018-08-27 | 1 | -0/+9 |
| | |||||
* | Merge pull request #1003 from 0xProject/feature/contracts/roundup | Amir Bandeali | 2018-08-25 | 4 | -14/+14 |
|\ | | | | | [contracts] Add getPartialAmountCeil and isRoundingErrorCeil | ||||
| * | Append -Floor to getPartialAmount and isRoundingError | Remco Bloemen | 2018-08-25 | 4 | -14/+14 |
| | | |||||
* | | Remove remaining Trezor references | Amir Bandeali | 2018-08-25 | 2 | -21/+1 |
| | | |||||
* | | Fixed linter in signatureUtils | Greg Hysen | 2018-08-25 | 1 | -1/+1 |
| | | |||||
* | | Fixed trezor personal message in client+contracts; added a test using ↵ | Greg Hysen | 2018-08-25 | 1 | -1/+1 |
| | | | | | | | | message signed by Trezor One (firmware v1.6.2) | ||||
* | | Remove Trezor SignatureType | Amir Bandeali | 2018-08-25 | 3 | -25/+10 |
| | | |||||
* | | Remove SigntureType.Caller from signingUtils | Amir Bandeali | 2018-08-25 | 1 | -5/+0 |
|/ | |||||
* | Publish | Fabio Berger | 2018-08-25 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -4/+16 |
| | |||||
* | Merge branch 'development' into feature/forwarder-helper/init | Brandon Millman | 2018-08-24 | 23 | -440/+747 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (187 commits) Remove trailing slash Fix linter Stop nesting interfaces and add necessary type exports Remove duplicate type and remove nested interface Add support for rending the Tuple type Add missing keyu Remove excessive timestamp Improve doc commebnt Remove docs catch-all endpoint Fix comments Look for all TS mapped types Add catch and exit with non-zero Remove superfluous dep Fix CHANGELOG entry Fix double assignment Upgrade Typedoc to 0.12.0, which works with TS 3.x Fix prettier issues Enable dry run of release publishing and handle git tags existing update yarn.lock Missing/superfluous type exports from connect ... | ||||
| * | Upgrade Typedoc to 0.12.0, which works with TS 3.x | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 3 | -3/+3 |
| | | |||||
| * | Update all CHANGELOGs | Fabio Berger | 2018-08-22 | 1 | -0/+10 |
| | | |||||
| * | Merge development branch | Fabio Berger | 2018-08-22 | 1 | -7/+4 |
| |\ | |||||
| * | | Move types from sol-compiler to types so they can be used in other places ↵ | Fabio Berger | 2018-08-22 | 2 | -2/+1 |
| | | | | | | | | | | | | without requiring sol-compiler as a dep | ||||
| * | | Add generated_docs dir to clean command | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fix up order-utils | Fabio Berger | 2018-08-21 | 3 | -5/+30 |
| | | | |||||
| * | | Merge development | Fabio Berger | 2018-08-17 | 12 | -138/+536 |
| |\ \ | |||||
| * | | | Fix additional merge conflicts | Fabio Berger | 2018-08-15 | 4 | -14/+33 |
| | | | | |||||
| * | | | Merge development | Fabio Berger | 2018-08-15 | 12 | -162/+755 |
| |\ \ \ | |||||
| * | | | | Rename EIP712Utils to eip712Utils since objectLiterals shouldn't start with caps | Fabio Berger | 2018-08-04 | 3 | -15/+15 |
| | | | | | |||||
| * | | | | Re-order index.ts and add missing types | Fabio Berger | 2018-08-04 | 1 | -12/+23 |
| | | | | | |||||
| * | | | | Add missing comments | Fabio Berger | 2018-08-04 | 9 | -40/+229 |
| | | | | | |||||
| * | | | | Stop exporting constants from order-utils | Fabio Berger | 2018-08-04 | 2 | -2/+3 |
| | | | | | |||||
| * | | | | Omit several exports from order-utils docs | Fabio Berger | 2018-08-03 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | Stop exporting crypto | Fabio Berger | 2018-08-03 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Make signature_util into an object literal so related functions are rendered ↵ | Fabio Berger | 2018-08-03 | 5 | -301/+351 |
| | | | | | | | | | | | | | | | | | | | | together in the docs | ||||
| * | | | | Also add artifacts to src | Fabio Berger | 2018-08-01 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | Add missing exports discovered by generating compact typedoc JSON | Fabio Berger | 2018-07-30 | 1 | -1/+12 |
| | | | | | |||||
| * | | | | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 3 | -32/+5 |
| | | | | | | | | | | | | | | | | | | | | aggregate release note publishing to publish script | ||||
* | | | | | Add changelog entry and fix order-util changelog PR numbers | Brandon Millman | 2018-08-23 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Fix rounding bug in marketUtils | Brandon Millman | 2018-08-23 | 2 | -3/+10 |
| | | | | | |||||
* | | | | | Add ForwarderHelperImplConfig | Brandon Millman | 2018-08-23 | 3 | -13/+16 |
| | | | | | |||||
* | | | | | Remove marketSell and add to marketBuy implementation | Brandon Millman | 2018-08-23 | 2 | -2/+6 |
| |_|_|/ |/| | | | |||||
* | | | | remove v2 contract artifacts | F. Eugene Aumson | 2018-08-21 | 1 | -4/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #928 from 0xProject/dependabot/npm_and_yarn/copyfiles-2.0.0 | Fabio Berger | 2018-08-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Bump copyfiles from 1.2.0 to 2.0.0 | ||||
| * | | | 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> | ||||
* | | | | Rename OrderAlreadyCancelledOrFilled -> OrderCancelled. | Jacob Evans | 2018-08-16 | 2 | -29/+36 |
| | | | | | | | | | | | | | | | | Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult | ||||
* | | | | [Order-utils] Order is valid when maker amount is very small | Jacob Evans | 2018-08-15 | 3 | -19/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously our min fillable calculation would throw a rounding error when encountering a valid order (with a small maker amount). This was inconsistent with the on-chain logic which allowed this order to be filled. | ||||
* | | | | Merge branch 'development' into refactor/order-utils/market-utils-api | Brandon Millman | 2018-08-15 | 7 | -6/+241 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: feat: Upgrade TypeScript to 3.0.1 Add defaults for networkId and pagination Update sortingUtils to support Order and SignedOrder Change rateUtils to use Order Updated CHANGELOG Fix lint errors Update tests for optional feeRate Make feeRate optional with a default of 0 Add tests for sortingUtils Implement sorting utils Add tests for rateUtils Implement rate utils | ||||
| * | | | Merge pull request #953 from 0xProject/feature/order-utils/order-sorting-utils | Brandon Millman | 2018-08-15 | 6 | -0/+230 |
| |\ \ \ | | | | | | | | | | | [order-utils] Add rate and sorting utilities | ||||
| | * | | | Update sortingUtils to support Order and SignedOrder | Brandon Millman | 2018-08-14 | 1 | -44/+26 |
| | | | | | |||||
| | * | | | Change rateUtils to use Order | Brandon Millman | 2018-08-14 | 1 | -20/+20 |
| | | | | | |||||
| | * | | | Updated CHANGELOG | Brandon Millman | 2018-08-10 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Fix lint errors | Brandon Millman | 2018-08-10 | 4 | -11/+6 |
| | | | | | |||||
| | * | | | Update tests for optional feeRate | Brandon Millman | 2018-08-10 | 2 | -3/+14 |
| | | | | | |||||
| | * | | | Make feeRate optional with a default of 0 | Brandon Millman | 2018-08-10 | 3 | -10/+13 |
| | | | | | |||||
| | * | | | Add tests for sortingUtils | Brandon Millman | 2018-08-10 | 2 | -1/+66 |
| | | | | | |||||
| | * | | | Implement sorting utils | Brandon Millman | 2018-08-10 | 2 | -0/+70 |
| | | | | | |||||
| | * | | | Add tests for rateUtils | Brandon Millman | 2018-08-10 | 1 | -0/+55 |
| | | | | | |||||
| | * | | | Implement rate utils | Brandon Millman | 2018-08-10 | 2 | -0/+45 |
| | | | | | |||||
| * | | | | feat: Upgrade TypeScript to 3.0.1 | Alex Browne | 2018-08-15 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Make marketUtils interface compatible with Order and SignedOrder | Brandon Millman | 2018-08-14 | 2 | -42/+42 |
| | | | | |||||
* | | | | Update CHANGELOG | Brandon Millman | 2018-08-14 | 1 | -0/+5 |
| | | | | |||||
* | | | | Remove remaining amounts that are now defaults in tests | Brandon Millman | 2018-08-14 | 1 | -36/+1 |
| | | | | |||||
* | | | | Update marketUtils api | Brandon Millman | 2018-08-14 | 3 | -63/+125 |
|/ / / | |||||
* | | | Publish | Alex Browne | 2018-08-14 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -3/+11 |
| | | | |||||
* | | | fix(0x.js, order-utils): Fix CHANGELOG.json versions | Alex Browne | 2018-08-14 | 1 | -7/+2 |
| | | | |||||
* | | | Merge pull request #914 from 0xProject/feature/0x.js/ec-signature-string | Jacob Evans | 2018-08-14 | 6 | -125/+180 |
|\ \ \ | |/ / |/| | | 0x.js Return signature as a hex encoded string | ||||
| * | | Update version numbers. | Jacob Evans | 2018-08-14 | 2 | -7/+9 |
| | | | | | | | | | | | | | | | Add source for Metamask future fix. Consolidate switch statement to one return | ||||
| * | | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 3 | -92/+98 |
| | | | |||||
| * | | Update Changelogs. Rebased from development | Jacob Evans | 2018-08-09 | 2 | -6/+14 |
| | | | |||||
| * | | Update jsdoc | Jacob Evans | 2018-08-09 | 2 | -5/+5 |
| | | | |||||
| * | | Introduce SignerProviderType | Jacob Evans | 2018-08-09 | 6 | -104/+143 |
| | | | | | | | | | | | | This allows the developer to indicate the nuanced signer provider. Some have different implementations (trezor, ledger) and others have different implementations (metamask). Breaking the abstraction of eth_sign. EthSign assumes a spec compliant implementation and can be used as a default | ||||
* | | | fix: Update dependencies | Alex Browne | 2018-08-10 | 1 | -2/+2 |
|/ / | |||||
* | | Update remaining CHANGELOG.json files | Alex Browne | 2018-08-09 | 1 | -0/+3 |
| | | |||||
* | | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 1 | -1/+2 |
| | | |||||
* | | Update TypeScript to version 2.9.2 | Alex Browne | 2018-08-09 | 1 | -1/+1 |
| | | |||||
* | | Remove assertion comments | Brandon Millman | 2018-08-07 | 1 | -4/+0 |
| | | |||||
* | | Update CHANGELOGs | Brandon Millman | 2018-08-06 | 1 | -0/+4 |
| | | |||||
* | | Add some test cases that stress slippageBufferAmount param | Brandon Millman | 2018-08-06 | 1 | -6/+15 |
| | | |||||
* | | Add tests for findFeeOrdersThatCoverFeesForTargetOrders | Brandon Millman | 2018-08-06 | 4 | -20/+165 |
| | | |||||
* | | Change orderStates param name to remaingFillableMakerAssetAmounts | Brandon Millman | 2018-08-06 | 3 | -91/+69 |
| | | |||||
* | | Implement first round of tests for findOrdersThatCoverMakerAssetFillAmount | Brandon Millman | 2018-08-06 | 5 | -12/+222 |
| | | |||||
* | | Move helper functions into order-utils | Brandon Millman | 2018-08-06 | 2 | -1/+110 |
| | | |||||
* | | Move CreateOrderOpts into shared types | Brandon Millman | 2018-08-06 | 3 | -12/+22 |
| | | |||||
* | | Update createFactory to accept one createOrderOpts param to encompass all ↵ | Brandon Millman | 2018-08-06 | 2 | -29/+44 |
| | | | | | | | | optional params | ||||
* | | Fix CHANGELOGs | Brandon Millman | 2018-08-04 | 1 | -2/+2 |
| | | |||||
* | | Update orderFactory interface | Brandon Millman | 2018-08-04 | 2 | -21/+22 |
| | | |||||
* | | Add missing PR numbers | Brandon Millman | 2018-08-03 | 1 | -1/+2 |
| | | |||||
* | | Add createOrder with no signing to orderFactory | Brandon Millman | 2018-08-02 | 3 | -6/+45 |
|/ | |||||
* | Publish | Fabio Berger | 2018-07-26 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -1/+1 |
| | |||||
* | Fix changelogs and package versions for ones that weren't published | Fabio Berger | 2018-07-26 | 2 | -3/+2 |
| | |||||
* | Publish | Fabio Berger | 2018-07-26 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 |
| | |||||
* | Publish | Fabio Berger | 2018-07-26 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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/+10 |
| | |||||
* | 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 | ||||
* | Update order-utils to use 2.0.0-beta-testnet artifacts | Fabio Berger | 2018-07-26 | 1 | -3/+5 |
| | |||||
* | Revert "Temporarily add changelog & package.json version changes" | Fabio Berger | 2018-07-25 | 2 | -10/+1 |
| | | | | This reverts commit 97268d22534c2f4aca9bd6a88c70e988969d3c76. | ||||
* | Temporarily add changelog & package.json version changes | Fabio Berger | 2018-07-24 | 2 | -1/+10 |
| | |||||
* | Add new RC versions to changelog so that these packages are publised as RC's | Fabio Berger | 2018-07-24 | 1 | -0/+17 |
| | |||||
* | Revert "Revert "Publish"" | Fabio Berger | 2018-07-24 | 1 | -13/+13 |
| | | | | This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f. | ||||
* | Revert "Publish" | Leonid Logvinov | 2018-07-23 | 1 | -13/+13 |
| | | | | This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe. | ||||
* | Publish | Leonid Logvinov | 2018-07-23 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -2/+13 |
| | |||||
* | Merge pull request #877 from 0xProject/feature/contracts/removeERC721Callback | Amir Bandeali | 2018-07-23 | 1 | -8/+3 |
|\ | | | | | Removed receiverData and `onReceive` callback from ERC721 proxy. | ||||
| * | Ran prettier | Greg Hysen | 2018-07-18 | 1 | -4/+1 |
| | | |||||
| * | Removed receiverData from ERC721 Proxy Id generation | Greg Hysen | 2018-07-18 | 1 | -6/+4 |
| | | |||||
* | | Fix version of ethereumjs-abi to 0.6.5 to fix decoding bug | Fabio Berger | 2018-07-22 | 2 | -1/+10 |
| | | |||||
* | | Merge pull request #904 from lukeautry/luke/leading_zero_encode | Fabio Berger | 2018-07-22 | 1 | -1/+1 |
|\ \ | | | | | | | 0x.js v2: fix decodeAssetData for addresses starting in 0 | ||||
| * | | fix decodeAssetData for addresses starting in 0 | Luke Autry | 2018-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | 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 |
| | | |||||
* | | @0xproject/order-utils@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 2 | -2/+2 |
| | | |||||
* | | 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/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/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 |
| | | |||||
* | | Update CHANGELOG | Jacob Evans | 2018-07-19 | 1 | -0/+4 |
| | | |||||
* | | Rename call data schema id to CallData. | Jacob Evans | 2018-07-19 | 1 | -1/+1 |
| | | | | | | | | Check for TypedArray when hashing data in order-utils crypto | ||||
* | | merge v2-prototype | Fabio Berger | 2018-07-18 | 5 | -1/+95 |
|\ \ | |||||
| * | | Fix a bad merge | Leonid Logvinov | 2018-07-18 | 2 | -3/+3 |
| | | | |||||
| * | | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-18 | 5 | -63/+55 |
| |\| | |||||
| * | | Merge | Leonid Logvinov | 2018-07-18 | 2 | -2/+2 |
| | | | |||||
| * | | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-18 | 8 | -18/+17 |
| |\ \ | |||||
| * | | | Export newly created store from order-utils | Leonid Logvinov | 2018-07-13 | 2 | -0/+17 |
| | | | | |||||
| * | | | Add OrderFilledCancelledLazyStore | Leonid Logvinov | 2018-07-13 | 1 | -0/+65 |
| | | | | |||||
| * | | | Add AbstractOrderFilledCancelledLazyStore | Leonid Logvinov | 2018-07-13 | 1 | -0/+12 |
| | | | | |||||
| * | | | Upgrade tslint to use prefer-readonly | Leonid Logvinov | 2018-07-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update package versions | Fabio Berger | 2018-07-18 | 1 | -6/+6 |
| | | | | |||||
* | | | | 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 | 5 | -63/+55 |
|\ \ \ | |_|/ |/| | | Export missing V2 pieces from 0x.js | ||||
| * | | Fix linter | Fabio Berger | 2018-07-18 | 1 | -1/+0 |
| | | | |||||
| * | | Rename decodeAssetDataId to decodeAssetProxyId for consistency | Fabio Berger | 2018-07-18 | 1 | -2/+2 |
| | | | |||||
| * | | Add java doc comments to assetDataUtils | Fabio Berger | 2018-07-18 | 1 | -1/+34 |
| | | | |||||
| * | | Move encodeUint256 & decodeUint256 out of assetDataUtils since we don't want ↵ | Fabio Berger | 2018-07-18 | 2 | -25/+12 |
| | | | | | | | | | | | | them exported | ||||
| * | | Remove unused dep | Fabio Berger | 2018-07-17 | 1 | -1/+0 |
| | | | |||||
| * | | Move type decl. to typescript-typings | Fabio Berger | 2018-07-17 | 1 | -8/+1 |
| | | | |||||
| * | | Rename assetProxyUtils to assetDataUtils | Fabio Berger | 2018-07-17 | 3 | -37/+18 |
| |/ | |||||
* | | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 7 | -17/+16 |
| | | |||||
* | | Upgrade tslint to the newest version | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #863 from 0xProject/refactor/0x.js | Fabio Berger | 2018-07-12 | 1 | -0/+20 |
|\ | | | | | Refactor 0x.js | ||||
| * | Add assertions to SignatureUtils exported methods | Fabio Berger | 2018-07-12 | 1 | -0/+20 |
| | | |||||
* | | Fix lint for order-utils | Brandon Millman | 2018-07-12 | 1 | -1/+1 |
| | | |||||
* | | Add explicit HACK comment when we import assert | Brandon Millman | 2018-07-12 | 1 | -2/+2 |
|/ | |||||
* | Fix changelogs | Fabio Berger | 2018-07-10 | 1 | -0/+2 |
| | |||||
* | Update package versions | Fabio Berger | 2018-07-10 | 1 | -8/+8 |
| | |||||
* | Update changelogs | Fabio Berger | 2018-07-09 | 2 | -0/+11 |
| | |||||
* | Fix VRS signature generation in order-utils | Leonid Logvinov | 2018-07-05 | 1 | -2/+3 |
| | |||||
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 3 | -5/+9 |
|\ | |||||
| * | Update incorrect versions of deps | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| | | |||||
| * | Update outdated changelogs | Fabio Berger | 2018-07-02 | 1 | -1/+5 |
| | | |||||
| * | Fix validation logic by checking for 0 maker/taker amount before 0 ↵ | Fabio Berger | 2018-07-02 | 1 | -3/+3 |
| | | | | | | | | fillTakerAssetAmount since one causes the other during combinatorial testing | ||||
* | | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 2 | -4/+4 |
|/ | |||||
* | Merge v2-prototype | Fabio Berger | 2018-06-29 | 9 | -186/+322 |
|\ | |||||
| * | Fix enum name | Fabio Berger | 2018-06-27 | 1 | -9/+9 |
| | | |||||
| * | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-26 | 2 | -93/+67 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (21 commits) Don't use variables for revert reasons Add comments to dispatchTransferFrom Document IAssetData Compute bytes4 proxyid constants Return inplace bytes in LibBytes.readBytesWithLength Add Greg's documentation to MixinErc721Transfer Add Greg's documentation to MixinErc20Transfer Gas golf the transfer success logic Optimize like in PR #767 Run prettier and fix linting errors Fix tests Update tests Fix AssetProxyUtils Update tests Fix ERC721Proxy TokenId Update AssetProxyUtils Add IAssetData WIP ABI encoded asset data Remove proxyId argument from dispatchTransferFrom ... # Conflicts: # packages/contracts/test/asset_proxy/proxies.ts | ||||
| * | | Fix inconsistency between contract and reference implementation of order ↵ | Fabio Berger | 2018-06-26 | 1 | -0/+3 |
| | | | | | | | | | | | | validation logic | ||||
| * | | Fix tslint issues | Fabio Berger | 2018-06-26 | 2 | -2/+0 |
| | | | |||||
| * | | Fix lint errors | Fabio Berger | 2018-06-26 | 3 | -5/+2 |
| | | | |||||
| * | | Fix revertReason | Fabio Berger | 2018-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Remove no longer used method | Fabio Berger | 2018-06-25 | 1 | -16/+0 |
| | | | |||||
| * | | Check revert reasons in declarative and combinatorial tests | Fabio Berger | 2018-06-25 | 1 | -54/+59 |
| | | | |||||
| * | | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-25 | 8 | -9/+13 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (97 commits) Fix typos in comments Add modifier and tests for removeAuthorizedAddressAtIndex Update and add tests Change removeAuthorizedAddress => removeAuthorizedAddressAtIndex Move isFunctionRemoveAuthorizedAddress to test Fix usage of `popLastByte` Fix LibBytes is a library Remove `areBytesEqual` Fix usage of `contentAddress()` Clean low bits in bytes4 Clean high bits in address Refactor LibBytes.readBytes4 for consistency Fix LibBytes.equals Add trailing garbage testcase for LibBytes.equals Rename bytes.equals Add slice and sliceDestructive Rename bytes.rawAddress and add bytes.contentAddress Rename read/writeBytesWithLength Using LibBytes for bytes Make LibBytes a library ... # Conflicts: # packages/contracts/src/utils/constants.ts # packages/contracts/test/exchange/core.ts | ||||
| * | | | Fix orderValidationUtils where was confusing a makerAssetAmount as a ↵ | Fabio Berger | 2018-06-21 | 3 | -11/+18 |
| | | | | | | | | | | | | | | | | takerAssetAmount | ||||
| * | | | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-20 | 4 | -62/+139 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (22 commits) Fix closing parens in liborder Update after rebase ERC721Proxy Always call safeTransferFrom Rename makerEpoch => orderEpoch Make cancelOrdersUpTo compatible with sender abstraction Update PR template Use Image component instead of img tag Assembler orderHash function Optimize and remove redundant encodePacked Fix linting issue Fix bug where we do fetch balances on wallet login Check network state immediately instead of waiting for delay Fix onboarding persisting when changing routes Consolidate account state messaging logic Only elevate wallet zIndex when onboarding is in progress Rebase and update feedback Run linter Add Portal v2 logging Simplified handling of source < 32 edge case Basic EIP712 encoder ... | ||||
| * \ \ \ | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-19 | 3 | -18/+27 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Prettier fix Update default params in sendRawPaylodAsync for improved JSON-RPC compatibility Fix missed merge conflicts Fix additional versions and update yarn.lock Add OrderWatcherConfig type to 0x.js docs page Export OrderWatcherConfig from 0x.js Update all package versions to match latest published to NPM Update CHANGELOG's with publishes performed on development branch Rebase with latest removing PROXY_ID from transfer Split transfer impl and AssetProxyMixin change @0xproject/types to ethereum-types remove mistaken comment workaround for TypeScript trailing comma bug Document contract_templates | ||||
| * | | | | | - Refactor assetWrapper to contain more of the normalizing logic instead of ↵ | Fabio Berger | 2018-06-15 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erc20Wrapper and erc721Wrapper - Add burn method to DummyERC721Token - Add additional methods to assetWrapper to set balance/allowances on ERC20 and ERC721 tokens - Use approve instead of approveAll for ERC721 tokens | ||||
| * | | | | | Fix divide by zero bug | Fabio Berger | 2018-06-14 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Implement initial set of orderFill combinatorial tests | Fabio Berger | 2018-06-13 | 2 | -63/+209 |
| | | | | | | |||||
| * | | | | | Remaining refactors of order-utils components for V2 | Fabio Berger | 2018-06-13 | 5 | -46/+48 |
| | | | | | | |||||
| * | | | | | Remove comment since we have added the tests | Fabio Berger | 2018-06-13 | 1 | -5/+0 |
| | | | | | | |||||
* | | | | | | Encode ZRX address as needed. | Fabio Berger | 2018-06-28 | 1 | -1/+0 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Run prettier and fix linting errors | Amir Bandeali | 2018-06-26 | 2 | -37/+48 |
| | | | | | |||||
* | | | | | Fix AssetProxyUtils | Remco Bloemen | 2018-06-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Update AssetProxyUtils | Remco Bloemen | 2018-06-26 | 1 | -90/+41 |
| | | | | | |||||
* | | | | | WIP | Remco Bloemen | 2018-06-26 | 1 | -16/+28 |
| |_|_|/ |/| | | | |||||
* | | | | Fix known order hash value test | Jacob Evans | 2018-06-22 | 1 | -8/+4 |
| | | | | |||||
* | | | | Skip failing tests temporarily | Fabio Berger | 2018-06-22 | 1 | -2/+6 |
| | | | | |||||
* | | | | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 6 | -6/+1 |
| | | | | |||||
* | | | | Fixed how trezor messages are signed in `signature_utils`. Now uses ↵ | Greg Hysen | 2018-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | `byteLength` instead of `length`. | ||||
* | | | | Fix CHANGELOG entries changed during incorrect merge (2a4456b) | Fabio Berger | 2018-06-21 | 1 | -0/+9 |
| |_|/ |/| | | |||||
* | | | Merge pull request #637 from 0xProject/bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-20 | 4 | -62/+139 |
|\ \ \ | |_|/ |/| | | Add missing EIP191 prefix for EIP712 and Execute Transaction | ||||
| * | | Optimize and remove redundant encodePacked | Jacob Evans | 2018-06-19 | 2 | -5/+0 |
| | | | |||||
| * | | Merge branch 'v2-prototype' into bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-18 | 34 | -2039/+1221 |
| |\| | |||||
| * | | Rebase and update feedback | Jacob Evans | 2018-06-18 | 4 | -33/+29 |
| | | | | | | | | | | | | | | | | | | Cache the domain separator data with address this Use the EIP712Types enum for types everywhere Rename EIP712 struct ExecuteTransaction to ZeroExTransaction | ||||
| * | | Basic EIP712 encoder | Jacob Evans | 2018-06-08 | 2 | -30/+50 |
| | | | |||||
| * | | Update Order utils to use eip712 | Jacob Evans | 2018-06-06 | 4 | -46/+112 |
| | | | |||||
* | | | 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 | -12/+12 |
| | | | |||||
* | | | Update CHANGELOG's with publishes performed on development branch | Fabio Berger | 2018-06-19 | 2 | -6/+15 |
| |/ |/| | |||||
* | | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -13/+4 |
| | | |||||
* | | Validate all signature types rather then only ECSignatures | Fabio Berger | 2018-06-12 | 1 | -4/+12 |
| | | |||||
* | | Remove global hooks from tests and deploy contracts from within the specific ↵ | Fabio Berger | 2018-06-12 | 2 | -54/+32 |
| | | | | | | | | tests | ||||
* | | Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulator | Fabio Berger | 2018-06-12 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | Fix tslint issues | Fabio Berger | 2018-06-12 | 5 | -8/+5 |
| | | | |||||
* | | | Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils | Fabio Berger | 2018-06-12 | 16 | -18/+786 |
| | | | |||||
* | | | export parseECSignature method | Fabio Berger | 2018-06-12 | 2 | -0/+8 |
|/ / | |||||
* | | Fixed assetProxyUtils for linter | Greg Hysen | 2018-06-09 | 1 | -2/+2 |
| | | |||||
* | | Cleanup after last rebase | Greg Hysen | 2018-06-08 | 1 | -2/+2 |
| | | |||||
* | | Camelcase in memCopy | Greg Hysen | 2018-06-08 | 1 | -2/+2 |
| | | |||||
* | | Moved some constants to global scope in assetProxyUtils | Greg Hysen | 2018-06-08 | 1 | -18/+26 |
| | | |||||
* | | Style updates to contracts | Greg Hysen | 2018-06-08 | 1 | -2/+3 |
| | | |||||
* | | Union types for generalized decodeAssetData | Greg Hysen | 2018-06-08 | 1 | -13/+4 |
| | | |||||
* | | Style updates to ERC721 onReceiver | Greg Hysen | 2018-06-08 | 1 | -4/+6 |
| | | |||||
* | | Fixes after rebasing | Greg Hysen | 2018-06-08 | 2 | -38/+44 |
| | | |||||
* | | Fixed up after rebasing. Contracts build and tests pass | Greg Hysen | 2018-06-08 | 1 | -3/+4 |
| | | |||||
* | | Converged on naming scheme for asset data: renamed all instances of ↵ | Greg Hysen | 2018-06-08 | 1 | -33/+33 |
| | | | | | | | | assetMetadata, proxyData, proxyMetadata to assetData | ||||
* | | Tons of tests around nested byte arrays and ERC721 receiver | Greg Hysen | 2018-06-08 | 1 | -4/+26 |
| | | |||||
* | | Merge pull request #678 from 0xProject/fix/order-utils/remaining-v2-changes | Fabio Berger | 2018-06-08 | 4 | -101/+336 |
|\ \ | | | | | | | Remaining Order-utils V2 Changes | ||||
| * | | Fix tslint failure | Fabio Berger | 2018-06-08 | 1 | -1/+1 |
| | | | |||||
| * | | Pass in fee and assetAmount rather then the whole signedOrder | Fabio Berger | 2018-06-08 | 3 | -45/+26 |
| | | | |||||
| * | | Revert to returning orderState on invalid order | Fabio Berger | 2018-06-08 | 1 | -1/+6 |
| | | | |||||
| * | | - Refactor remainingFillableCalculator so it can be used for the maker and ↵ | Fabio Berger | 2018-06-08 | 2 | -58/+314 |
| | | | | | | | | | | | | | | | | | | | | | 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 ↵ | Fabio Berger | 2018-06-08 | 2 | -44/+37 |
| | | | | | | | | | | | | cancelledAmount since in V2 it's binary. | ||||
* | | | 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 |
| | | | |||||
* | | | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -2/+3 |
| | | | |||||
* | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -1/+1 |
|\| | | | | | | | | | | | feature/improve-linting | ||||
| * | | Stop running prettier on generated files | Leonid Logvinov | 2018-06-07 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -2/+3 |
|\| | | | | | | | | | | | feature/improve-linting | ||||
| * | | Merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ↵ | Fabio Berger | 2018-06-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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` | ||||
* | | | | merge v2-prototype | Fabio Berger | 2018-06-06 | 10 | -1847/+20 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Replace `-` with `_` in yarn script name so that we are consistent across ↵ | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
| |/ / | | | | | | | | | | yarn script names | ||||
| * | | Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2 | Fabio Berger | 2018-06-05 | 9 | -1846/+18 |
| |\ \ | | | | | | | | | Refactor fill-scenarios for v2 | ||||
| | * | | Remove unused compact artifacts from order-utils | Fabio Berger | 2018-06-05 | 7 | -1845/+0 |
| | | | | |||||
| | * | | Add missing exports to order-utils and add CHANGELOG entry | Fabio Berger | 2018-06-05 | 2 | -1/+18 |
| | |/ | |||||
| * / | Don't automatically rebuild when running yarn test | Alex Browne | 2018-06-05 | 1 | -1/+2 |
| |/ | |||||
* | | Exclude generate contract wrappers from tslint | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
| | | |||||
* | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 8 | -12/+2 |
|/ | |||||
* | Improve comments and remove unused imports | Fabio Berger | 2018-06-02 | 2 | -3/+3 |
| | |||||
* | Add comment to exported method | Fabio Berger | 2018-06-02 | 1 | -0/+7 |
| | |||||
* | Add missing dep | Fabio Berger | 2018-06-02 | 1 | -0/+1 |
| | |||||
* | Remove usage of `prebuild` since it doesn't run on `watch` | Fabio Berger | 2018-06-02 | 1 | -2/+3 |
| | |||||
* | Fix type imports | Fabio Berger | 2018-06-02 | 5 | -5/+8 |
| | |||||
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-02 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Add ethereum-types to extraFileIncludes | Leonid Logvinov | 2018-06-01 | 1 | -1/+2 |
| | | |||||
| * | Remove some types | Leonid Logvinov | 2018-06-01 | 1 | -0/+2 |
| | |