Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | fix(order-utils): remove constants export | Jacob Evans | 2018-10-18 | 1 | -1/+0 |
| | |||||
* | feat: export AssetData from order-utils | fragosti | 2018-10-17 | 1 | -0/+1 |
| | |||||
* | Update the exported types for the packages which touch RPC providers | Jacob Evans | 2018-10-09 | 1 | -1/+8 |
| | |||||
* | Return SignedOrder from signing utils. | Jacob Evans | 2018-10-05 | 1 | -1/+8 |
| | | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object | ||||
* | Add eth_signTypedData support to our wallet subproviders | Jacob Evans | 2018-10-05 | 1 | -0/+2 |
| | |||||
* | Move SignTypedData to utils package | Jacob Evans | 2018-10-05 | 1 | -4/+0 |
| | |||||
* | Introduce Metamask Subprovider. | Jacob Evans | 2018-10-05 | 1 | -1/+0 |
| | | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code | ||||
* | Use order parser utils from order utils | fragosti | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Add order parsers to order-util | fragosti | 2018-09-05 | 1 | -1/+2 |
| | |||||
* | Fix up order-utils | Fabio Berger | 2018-08-21 | 1 | -2/+12 |
| | |||||
* | Merge development | Fabio Berger | 2018-08-17 | 1 | -0/+2 |
|\ | |||||
| * | Merge pull request #953 from 0xProject/feature/order-utils/order-sorting-utils | Brandon Millman | 2018-08-15 | 1 | -0/+2 |
| |\ | | | | | | | [order-utils] Add rate and sorting utilities | ||||
| | * | Implement sorting utils | Brandon Millman | 2018-08-10 | 1 | -0/+1 |
| | | | |||||
| | * | Implement rate utils | Brandon Millman | 2018-08-10 | 1 | -0/+1 |
| | | | |||||
* | | | Merge development | Fabio Berger | 2018-08-15 | 1 | -2/+2 |
|\| | | |||||
| * | | Introduce SignerProviderType | Jacob Evans | 2018-08-09 | 1 | -9/+1 |
| |/ | | | | | | | 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 | ||||
| * | Implement first round of tests for findOrdersThatCoverMakerAssetFillAmount | Brandon Millman | 2018-08-06 | 1 | -0/+1 |
| | | |||||
| * | Move CreateOrderOpts into shared types | Brandon Millman | 2018-08-06 | 1 | -1/+9 |
| | | |||||
* | | Rename EIP712Utils to eip712Utils since objectLiterals shouldn't start with caps | Fabio Berger | 2018-08-04 | 1 | -1/+1 |
| | | |||||
* | | Re-order index.ts and add missing types | Fabio Berger | 2018-08-04 | 1 | -12/+23 |
| | | |||||
* | | Stop exporting constants from order-utils | Fabio Berger | 2018-08-04 | 1 | -1/+0 |
| | | |||||
* | | 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 | 1 | -11/+1 |
| | | | | | | | | together in the docs | ||||
* | | Add missing exports discovered by generating compact typedoc JSON | Fabio Berger | 2018-07-30 | 1 | -1/+12 |
|/ | |||||
* | Merge branch 'v2-prototype' into feature/order-watcher-v2 | Leonid Logvinov | 2018-07-18 | 1 | -1/+1 |
|\ | |||||
| * | Rename assetProxyUtils to assetDataUtils | Fabio Berger | 2018-07-17 | 1 | -1/+1 |
| | | |||||
* | | Export newly created store from order-utils | Leonid Logvinov | 2018-07-13 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-20 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-18 | 1 | -1/+12 |
| |\ | |||||
| * | | Rebase and update feedback | Jacob Evans | 2018-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Cache the domain separator data with address this Use the EIP712Types enum for types everywhere Rename EIP712 struct ExecuteTransaction to ZeroExTransaction | ||||
| * | | Update Order utils to use eip712 | Jacob Evans | 2018-06-06 | 1 | -1/+2 |
| | | | |||||
* | | | Remaining refactors of order-utils components for V2 | Fabio Berger | 2018-06-13 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils | Fabio Berger | 2018-06-12 | 1 | -0/+2 |
| | | |||||
* | | export parseECSignature method | Fabio Berger | 2018-06-12 | 1 | -0/+1 |
| | | |||||
* | | Add missing exports to order-utils and add CHANGELOG entry | Fabio Berger | 2018-06-05 | 1 | -1/+9 |
|/ | |||||
* | Fix order-utils tests | Fabio Berger | 2018-05-31 | 1 | -2/+2 |
| | |||||
* | Initial refactor of order-utils. Move many utils from contracts into this ↵ | Fabio Berger | 2018-05-30 | 1 | -3/+4 |
| | | | | package. | ||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -0/+5 |
| | | | | unifying library with the same interface | ||||
* | Make a negligible change to order-utils to publish a new version | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Stop exporting assertions from order-utils | Leonid Logvinov | 2018-05-02 | 1 | -1/+0 |
| | |||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 1 | -0/+7 |