aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/asset_buyer.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix order expiration calc bug and expose gas options to executeBuyQuotefragosti2018-10-061-1/+5
* Update BuyQuote interfaceBrandon Millman2018-10-051-9/+6
* Add missing default optionsBrandon Millman2018-10-041-3/+6
* Fix linter errorsBrandon Millman2018-10-031-1/+1
* Clean up interfaces and exportsBrandon Millman2018-10-031-38/+38
* Remove static methods to retrieve assetDatas from SRABrandon Millman2018-10-031-19/+0
* Add AssetUnavailable errorBrandon Millman2018-10-031-0/+3
* Merge AssetBuyer and AssetBuyerManagerBrandon Millman2018-10-031-91/+117
* Use options object convention everywhere, and make package privatefragosti2018-09-251-75/+31
* Provide convenience methods on AssetBuyerManagerfragosti2018-09-251-0/+1
* Add expiry bufferfragosti2018-09-241-10/+35
* Add order provider response validationfragosti2018-09-211-0/+4
* More renamingfragosti2018-09-211-20/+20
* Renamed orderFetcherResponseProcessor to orderProviderResponseProcessoerfragosti2018-09-211-2/+2
* Rename OrderFetcher to OrderProvider and other small improvementsfragosti2018-09-201-15/+13
* Update descriptions for methods on AssetBuyerfragosti2018-09-201-3/+3
* Implement StandardRelayerAPIAssetBuyerManagerfragosti2018-09-201-14/+4
* Rename forceOrderRefresh to shouldForceOrderRefreshfragosti2018-09-191-3/+3
* Add isValidPercentage assertfragosti2018-09-191-13/+7
* make the slippage percentage customizable by integratorfragosti2018-09-181-5/+5
* Move all constants to own filefragosti2018-09-181-12/+7
* Add factory method for specific assetData to buy and add commentsBrandon Millman2018-09-151-2/+53
* Add factory method on AssetBuyer for specific token addressBrandon Millman2018-09-151-1/+20
* Add factory method on AssetBuyer for provided ordersBrandon Millman2018-09-151-1/+23
* Fix lint errorsBrandon Millman2018-09-151-4/+3
* Flesh out the AssetBuyer classBrandon Millman2018-09-151-0/+227