| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix var name and use floor instead of .round(0, ROUND_DOWN) | Steve Klebanoff | 2018-12-22 | 1 | -9/+7 |
* | Make amountAvailableToFill required | Steve Klebanoff | 2018-12-22 | 1 | -5/+1 |
* | Only send in amountAvailableToFill if it's a non-zero amount, add additional ... | Steve Klebanoff | 2018-12-15 | 1 | -9/+7 |
* | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ... | Steve Klebanoff | 2018-12-15 | 1 | -2/+15 |
* | feat(asset-buyer): Custom InsufficientAssetLiquidityError error | Steve Klebanoff | 2018-12-15 | 1 | -2/+9 |
* | fix(instant): catch errors coming from calls to the orderValidator contract | Brandon Millman | 2018-11-14 | 1 | -12/+17 |
* | fix(asset-buyer): output assetEthAmount instead of ethPerAssetPrice in BuyQuo... | Brandon Millman | 2018-11-13 | 2 | -15/+15 |
* | fix(asset-buyer): fix default values being overriden and incorrect fee rounding | Brandon Millman | 2018-11-03 | 1 | -1/+1 |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-02 | 1 | -16/+0 |
|\ |
|
| * | chore: remove unused import | fragosti | 2018-11-01 | 1 | -1/+0 |
| * | feat: remove isValidProvided orders validation | fragosti | 2018-10-30 | 1 | -15/+0 |
* | | feat: expose new `getAvailableAssetDatasAsync` API | fragosti | 2018-11-01 | 1 | -1/+0 |
|/ |
|
* | chore(asset-buyer): fix lint errors | Brandon Millman | 2018-10-24 | 1 | -3/+3 |
* | feat(asset-buyer): update buyQuoteCalculator to match rounding behavior in co... | Brandon Millman | 2018-10-24 | 3 | -62/+131 |
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 5 | -14/+14 |
* | update asset-buyer to use new artifacts and abi-gen wrappers packages | Alex Browne | 2018-10-16 | 1 | -17/+3 |
* | Fix incorrect affiliate fee calculations and associated tests | Brandon Millman | 2018-10-06 | 1 | -5/+5 |
* | Fix order expiration calc bug and expose gas options to executeBuyQuote | fragosti | 2018-10-06 | 1 | -1/+1 |
* | Update BuyQuote interface | Brandon Millman | 2018-10-05 | 2 | -13/+24 |
* | Add comments about buy quote calculation | Brandon Millman | 2018-10-04 | 1 | -0/+2 |
* | Fix linter | Brandon Millman | 2018-10-04 | 1 | -2/+0 |
* | Add additional test for slippage | Brandon Millman | 2018-10-04 | 1 | -6/+6 |
* | Add buy_quote_calculator_test | Brandon Millman | 2018-10-04 | 1 | -31/+116 |
* | Merge AssetBuyer and AssetBuyerManager | Brandon Millman | 2018-10-03 | 2 | -61/+30 |
* | Add expiry buffer | fragosti | 2018-09-24 | 2 | -4/+15 |
* | Small typos | fragosti | 2018-09-21 | 2 | -2/+2 |
* | Add order provider response validation | fragosti | 2018-09-21 | 1 | -0/+10 |
* | More renaming | fragosti | 2018-09-21 | 2 | -2/+3 |
* | Renamed orderFetcherResponseProcessor to orderProviderResponseProcessoer | fragosti | 2018-09-21 | 1 | -5/+5 |
* | Add labels to TODOs | fragosti | 2018-09-21 | 2 | -4/+5 |
* | Move some logic to order utils | fragosti | 2018-09-21 | 2 | -8/+16 |
* | Rename OrderFetcher to OrderProvider and other small improvements | fragosti | 2018-09-20 | 3 | -9/+9 |
* | Implement StandardRelayerAPIAssetBuyerManager | fragosti | 2018-09-20 | 2 | -0/+27 |
* | Calculate min and max rates in buy quote | fragosti | 2018-09-19 | 1 | -19/+43 |
* | Add isValidPercentage assert | fragosti | 2018-09-19 | 1 | -0/+7 |
* | Fix order expired bug | fragosti | 2018-09-18 | 1 | -1/+1 |
* | Add factory method on AssetBuyer for provided orders | Brandon Millman | 2018-09-15 | 1 | -0/+16 |
* | Implement ProvidedOrderFetcher | Brandon Millman | 2018-09-15 | 1 | -1/+6 |
* | Implement StandardRelayerAPIOrderFetcher | Brandon Millman | 2018-09-15 | 1 | -0/+4 |
* | Flesh out the AssetBuyer class | Brandon Millman | 2018-09-15 | 4 | -92/+263 |
* | Create initial AssetBuyer class | Brandon Millman | 2018-09-15 | 1 | -85/+85 |
* | Move packages/forwarder-helper into packages/asset-buyer | Brandon Millman | 2018-09-15 | 2 | -0/+113 |