aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/order_factory.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* Introduce Metamask Subprovider.Jacob Evans2018-10-051-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 themBrandon Millman2018-10-041-1/+38
|
* Merge developmentFabio Berger2018-08-151-41/+56
|\
| * Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-111-18/+2
| |
| * Introduce SignerProviderTypeJacob Evans2018-08-091-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 typesBrandon Millman2018-08-061-11/+1
| |
| * Update createFactory to accept one createOrderOpts param to encompass all ↵Brandon Millman2018-08-061-28/+42
| | | | | | | | optional params
| * Update orderFactory interfaceBrandon Millman2018-08-041-21/+21
| |
| * Add createOrder with no signing to orderFactoryBrandon Millman2018-08-021-6/+36
| |
* | Make signature_util into an object literal so related functions are rendered ↵Fabio Berger2018-08-031-2/+7
|/ | | | together in the docs
* Fix VRS signature generation in order-utilsLeonid Logvinov2018-07-051-2/+3
|
* Fix type importsFabio Berger2018-06-021-1/+2
|
* Fix order-utils testsFabio Berger2018-05-311-10/+21
|
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-25/+33
| | | | package.
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-0/+49