Commit message (Collapse) | 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 | 2 | -7/+3 |
| | |||||
* | more documentation | Steve Klebanoff | 2018-12-15 | 1 | -0/+6 |
| | |||||
* | Only send in amountAvailableToFill if it's a non-zero amount, add additional ↵ | Steve Klebanoff | 2018-12-15 | 4 | -21/+25 |
| | | | | tests and nest, and put error into its own file | ||||
* | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ↵ | Steve Klebanoff | 2018-12-15 | 3 | -5/+19 |
| | | | | in instant | ||||
* | feat(asset-buyer): Custom InsufficientAssetLiquidityError error | Steve Klebanoff | 2018-12-15 | 2 | -2/+19 |
| | | | | BREAKING CHANGE: A custom InsufficientAssetLiquidityError error is now raised when there is insufficient liquidity | ||||
* | fix(asset-buyer): update SRA order provider to include DAI | Brandon Millman | 2018-12-04 | 1 | -1/+7 |
| | |||||
* | 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 ↵ | Brandon Millman | 2018-11-13 | 3 | -18/+18 |
| | | | | BuyQuoteInfos | ||||
* | fix(asset-buyer): lower default expiryBuffer from 5 minutes to 2 minutes | Brandon Millman | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | fix(asset-buyer): fix default values being overriden and incorrect fee rounding | Brandon Millman | 2018-11-03 | 2 | -13/+22 |
| | |||||
* | fix: make maxPerPage for the SRA getAvailableMakerAssetDatasAsync call a ↵ | fragosti | 2018-11-02 | 2 | -3/+3 |
| | | | | local var | ||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-02 | 2 | -17/+0 |
|\ | | | | | | | feature/instant/token-selection-panel | ||||
| * | chore: remove unused import | fragosti | 2018-11-01 | 1 | -1/+0 |
| | | |||||
| * | feat: remove isValidProvided orders validation | fragosti | 2018-10-30 | 2 | -16/+0 |
| | | |||||
* | | feat: expose new `getAvailableAssetDatasAsync` API | fragosti | 2018-11-01 | 6 | -10/+54 |
|/ | | | | BREAKING CHANGE: the `OrderProvider` now requires a new method `getAvailableMakerAssetDatasAsync` and the `StandardRelayerAPIOrderProvider` requires the network id at init. | ||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 6 | -65/+147 |
|\ | | | | | | | feature/instant/fixed-orders-in-render-method | ||||
| * | chore(asset-buyer): fix lint errors | Brandon Millman | 2018-10-24 | 1 | -3/+3 |
| | | |||||
| * | feat(asset-buyer): update buyQuoteCalculator to match rounding behavior in ↵ | Brandon Millman | 2018-10-24 | 6 | -65/+147 |
| | | | | | | | | contracts | ||||
* | | feat: no longer require separate `orders` and `feeOrders` args in ↵ | fragosti | 2018-10-25 | 1 | -4/+1 |
|/ | | | | | | `getAssetBuyerForProvidedOrders` BREAKING_CHANGE: `getAssetBuyerForProvidedOrders` factory function now takes 3 args instead of 4 | ||||
* | feat(asset-buyer): throw SignatureRequestDenied and TransactionValueTooLow ↵ | Brandon Millman | 2018-10-24 | 2 | -16/+29 |
| | | | | errors when executing buy | ||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 11 | -29/+29 |
| | |||||
* | Fix duplicate BuyQuoteInfo | Brandon Millman | 2018-10-18 | 1 | -1/+0 |
| | |||||
* | Merge branch 'development' into feature/website/asset-buyer-docs | Brandon Millman | 2018-10-18 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS Add leo to CODEOWNERS on some packages fix(monorepo-scripts): Format date as UTC not local time. Bump max bundle size for instant fix: dont use enum string as type as typedoc gets confused feat: export AssetData from order-utils feat: export AssetData from utils chore: temporarily increase the bundle size for instant Remove order-utils from dependencies Run tests on circle CI Add tests for format and use toFixed instead of round for usd Remove expiry buffer seconds option from AssetBuyer init Add ts-optchain and use it instead of lodash get Hide USD price when ETH-USD price is not available Rename OrderDetailsRow to EthAmountRow fix: add Steve's github account to about page, and capitalize AppFolio correctly Put boundNoop in a util file Add tnxHash to buy button callbacks ... | ||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-17 | 2 | -19/+5 |
| |\ | | | | | | | | | | feature/instant/move-features-over-from-zrx-buyer | ||||
| * | | fix: export BuyQuoteInfo from asset-buyer | fragosti | 2018-10-12 | 1 | -0/+1 |
| | | | |||||
* | | | feat(asset-buyer): add missing types to public interface | Brandon Millman | 2018-10-17 | 1 | -1/+8 |
| |/ |/| | |||||
* | | Apply various PR feedback | Alex Browne | 2018-10-16 | 1 | -2/+0 |
| | | |||||
* | | Introduce new contract-addresses package and use it everywhere | Alex Browne | 2018-10-16 | 1 | -11/+2 |
| | | |||||
* | | update asset-buyer to use new artifacts and abi-gen wrappers packages | Alex Browne | 2018-10-16 | 2 | -19/+16 |
|/ | |||||
* | Add comments for expiryBuffer | Brandon Millman | 2018-10-10 | 2 | -2/+2 |
| | |||||
* | Fix incorrect affiliate fee calculations and associated tests | Brandon Millman | 2018-10-06 | 1 | -5/+5 |
| | |||||
* | Increase default expiryBufferSeconds from 15 to 300 (5 minutes) | Brandon Millman | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | Add comments for gasPrice and gasLimit | Brandon Millman | 2018-10-06 | 1 | -0/+2 |
| | |||||
* | Fix order expiration calc bug and expose gas options to executeBuyQuote | fragosti | 2018-10-06 | 3 | -2/+8 |
| | |||||
* | Update BuyQuote interface | Brandon Millman | 2018-10-05 | 4 | -30/+49 |
| | |||||
* | Add missing default options | Brandon Millman | 2018-10-04 | 1 | -3/+6 |
| | |||||
* | 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 |
| | |||||
* | Fix linter errors | Brandon Millman | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | Clean up interfaces and exports | Brandon Millman | 2018-10-03 | 2 | -40/+38 |
| | |||||
* | Remove static methods to retrieve assetDatas from SRA | Brandon Millman | 2018-10-03 | 1 | -19/+0 |
| | |||||
* | Add AssetUnavailable error | Brandon Millman | 2018-10-03 | 2 | -7/+4 |
| | |||||
* | Merge AssetBuyer and AssetBuyerManager | Brandon Millman | 2018-10-03 | 5 | -326/+148 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-09-25 | 1 | -1/+2 |
|\ | | | | | | | feature/asset-buyer/improve-asset-buyer-manager | ||||
| * | Move SRA types from @0xproject/connect to @0xproject/sra-types | Leonid Logvinov | 2018-09-25 | 1 | -1/+2 |
| | | |||||
* | | Use options object convention everywhere, and make package private | fragosti | 2018-09-25 | 5 | -139/+103 |
| | | |||||
* | | Provide convenience methods on AssetBuyerManager | fragosti | 2018-09-25 | 2 | -1/+43 |
| | | |||||
* | | Rename StandardRelayerAPIAssetBuyerManager to just AssetBuyerManager and ↵ | fragosti | 2018-09-25 | 3 | -25/+58 |
|/ | | | | generalize it | ||||
* | Add expiry buffer | fragosti | 2018-09-24 | 4 | -14/+51 |
| | |||||
* | Small typos | fragosti | 2018-09-21 | 2 | -2/+2 |
| | |||||
* | Add order provider response validation | fragosti | 2018-09-21 | 3 | -0/+15 |
| | |||||
* | Make asset buyer map private | fragosti | 2018-09-21 | 1 | -4/+4 |
| | |||||
* | More renaming | fragosti | 2018-09-21 | 8 | -67/+68 |
| | |||||
* | Renamed orderFetcherResponseProcessor to orderProviderResponseProcessoer | fragosti | 2018-09-21 | 2 | -7/+7 |
| | |||||
* | Add labels to TODOs | fragosti | 2018-09-21 | 2 | -4/+5 |
| | |||||
* | Move some logic to order utils | fragosti | 2018-09-21 | 2 | -8/+16 |
| | |||||
* | Add utility to get assetDatas | fragosti | 2018-09-21 | 1 | -1/+8 |
| | |||||
* | Rename OrderFetcher to OrderProvider and other small improvements | fragosti | 2018-09-20 | 9 | -49/+48 |
| | |||||
* | Update descriptions for methods on AssetBuyer | fragosti | 2018-09-20 | 1 | -3/+3 |
| | |||||
* | Implement StandardRelayerAPIAssetBuyerManager | fragosti | 2018-09-20 | 7 | -14/+166 |
| | |||||
* | Rename forceOrderRefresh to shouldForceOrderRefresh | fragosti | 2018-09-19 | 3 | -5/+5 |
| | |||||
* | Calculate min and max rates in buy quote | fragosti | 2018-09-19 | 1 | -19/+43 |
| | |||||
* | Add isValidPercentage assert | fragosti | 2018-09-19 | 2 | -13/+14 |
| | |||||
* | make the slippage percentage customizable by integrator | fragosti | 2018-09-18 | 3 | -7/+20 |
| | |||||
* | Restrict orders field of AssetBuyerOrdersAndFillableAmounts to SignedOrder ↵ | fragosti | 2018-09-18 | 1 | -2/+2 |
| | | | | for consistency | ||||
* | Fix order expired bug | fragosti | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Move all constants to own file | fragosti | 2018-09-18 | 2 | -12/+11 |
| | |||||
* | Add factory method for specific assetData to buy and add comments | Brandon Millman | 2018-09-15 | 2 | -3/+54 |
| | |||||
* | Add factory method on AssetBuyer for specific token address | Brandon Millman | 2018-09-15 | 1 | -1/+20 |
| | |||||
* | Add factory method on AssetBuyer for provided orders | Brandon Millman | 2018-09-15 | 2 | -1/+39 |
| | |||||
* | Export the order fetchers | Brandon Millman | 2018-09-15 | 1 | -0/+2 |
| | |||||
* | Fix lint errors | Brandon Millman | 2018-09-15 | 3 | -18/+5 |
| | |||||
* | Implement ProvidedOrderFetcher | Brandon Millman | 2018-09-15 | 3 | -1/+48 |
| | |||||
* | Implement StandardRelayerAPIOrderFetcher | Brandon Millman | 2018-09-15 | 3 | -262/+84 |
| | |||||
* | Flesh out the AssetBuyer class | Brandon Millman | 2018-09-15 | 9 | -233/+544 |
| | |||||
* | Create initial AssetBuyer class | Brandon Millman | 2018-09-15 | 7 | -441/+500 |
| | |||||
* | Move packages/forwarder-helper into packages/asset-buyer | Brandon Millman | 2018-09-15 | 8 | -0/+501 |