Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependency packages | Hsuan Lee | 2019-01-19 | 1 | -122/+0 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | Introduce Metamask Subprovider. | Jacob Evans | 2018-10-05 | 1 | -7/+2 |
| | | | | 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 | ||||
* | Add additional order factory methods and refactor test to use them | Brandon Millman | 2018-10-04 | 1 | -1/+38 |
| | |||||
* | Merge development | Fabio Berger | 2018-08-15 | 1 | -41/+56 |
|\ | |||||
| * | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 1 | -18/+2 |
| | | |||||
| * | Introduce SignerProviderType | Jacob Evans | 2018-08-09 | 1 | -9/+6 |
| | | | | | | | | 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 | ||||
| * | Move CreateOrderOpts into shared types | Brandon Millman | 2018-08-06 | 1 | -11/+1 |
| | | |||||
| * | Update createFactory to accept one createOrderOpts param to encompass all ↵ | Brandon Millman | 2018-08-06 | 1 | -28/+42 |
| | | | | | | | | optional params | ||||
| * | Update orderFactory interface | Brandon Millman | 2018-08-04 | 1 | -21/+21 |
| | | |||||
| * | Add createOrder with no signing to orderFactory | Brandon Millman | 2018-08-02 | 1 | -6/+36 |
| | | |||||
* | | Make signature_util into an object literal so related functions are rendered ↵ | Fabio Berger | 2018-08-03 | 1 | -2/+7 |
|/ | | | | together in the docs | ||||
* | Fix VRS signature generation in order-utils | Leonid Logvinov | 2018-07-05 | 1 | -2/+3 |
| | |||||
* | Fix type imports | Fabio Berger | 2018-06-02 | 1 | -1/+2 |
| | |||||
* | Fix order-utils tests | Fabio Berger | 2018-05-31 | 1 | -10/+21 |
| | |||||
* | Initial refactor of order-utils. Move many utils from contracts into this ↵ | Fabio Berger | 2018-05-30 | 1 | -25/+33 |
| | | | | package. | ||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 1 | -0/+49 |