aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src
Commit message (Collapse)AuthorAgeFilesLines
* Clean up interfaces and exportsBrandon Millman2018-10-032-40/+38
|
* Remove static methods to retrieve assetDatas from SRABrandon Millman2018-10-031-19/+0
|
* Add AssetUnavailable errorBrandon Millman2018-10-032-7/+4
|
* Merge AssetBuyer and AssetBuyerManagerBrandon Millman2018-10-035-326/+148
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-251-1/+2
|\ | | | | | | feature/asset-buyer/improve-asset-buyer-manager
| * Move SRA types from @0xproject/connect to @0xproject/sra-typesLeonid Logvinov2018-09-251-1/+2
| |
* | Use options object convention everywhere, and make package privatefragosti2018-09-255-139/+103
| |
* | Provide convenience methods on AssetBuyerManagerfragosti2018-09-252-1/+43
| |
* | Rename StandardRelayerAPIAssetBuyerManager to just AssetBuyerManager and ↵fragosti2018-09-253-25/+58
|/ | | | generalize it
* Add expiry bufferfragosti2018-09-244-14/+51
|
* Small typosfragosti2018-09-212-2/+2
|
* Add order provider response validationfragosti2018-09-213-0/+15
|
* Make asset buyer map privatefragosti2018-09-211-4/+4
|
* More renamingfragosti2018-09-218-67/+68
|
* Renamed orderFetcherResponseProcessor to orderProviderResponseProcessoerfragosti2018-09-212-7/+7
|
* Add labels to TODOsfragosti2018-09-212-4/+5
|
* Move some logic to order utilsfragosti2018-09-212-8/+16
|
* Add utility to get assetDatasfragosti2018-09-211-1/+8
|
* Rename OrderFetcher to OrderProvider and other small improvementsfragosti2018-09-209-49/+48
|
* Update descriptions for methods on AssetBuyerfragosti2018-09-201-3/+3
|
* Implement StandardRelayerAPIAssetBuyerManagerfragosti2018-09-207-14/+166
|
* Rename forceOrderRefresh to shouldForceOrderRefreshfragosti2018-09-193-5/+5
|
* Calculate min and max rates in buy quotefragosti2018-09-191-19/+43
|
* Add isValidPercentage assertfragosti2018-09-192-13/+14
|
* make the slippage percentage customizable by integratorfragosti2018-09-183-7/+20
|
* Restrict orders field of AssetBuyerOrdersAndFillableAmounts to SignedOrder ↵fragosti2018-09-181-2/+2
| | | | for consistency
* Fix order expired bugfragosti2018-09-181-1/+1
|
* Move all constants to own filefragosti2018-09-182-12/+11
|
* Add factory method for specific assetData to buy and add commentsBrandon Millman2018-09-152-3/+54
|
* Add factory method on AssetBuyer for specific token addressBrandon Millman2018-09-151-1/+20
|
* Add factory method on AssetBuyer for provided ordersBrandon Millman2018-09-152-1/+39
|
* Export the order fetchersBrandon Millman2018-09-151-0/+2
|
* Fix lint errorsBrandon Millman2018-09-153-18/+5
|
* Implement ProvidedOrderFetcherBrandon Millman2018-09-153-1/+48
|
* Implement StandardRelayerAPIOrderFetcherBrandon Millman2018-09-153-262/+84
|
* Flesh out the AssetBuyer classBrandon Millman2018-09-159-233/+544
|
* Create initial AssetBuyer classBrandon Millman2018-09-157-441/+500
|
* Move packages/forwarder-helper into packages/asset-buyerBrandon Millman2018-09-158-0/+501