Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename boolean var | Steve Klebanoff | 2018-12-15 | 1 | -3/+3 |
| | |||||
* | Only send in amountAvailableToFill if it's a non-zero amount, add additional ↵ | Steve Klebanoff | 2018-12-15 | 2 | -82/+124 |
| | | | | tests and nest, and put error into its own file | ||||
* | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ↵ | Steve Klebanoff | 2018-12-15 | 2 | -2/+30 |
| | | | | in instant | ||||
* | feat(asset-buyer): Custom InsufficientAssetLiquidityError error | Steve Klebanoff | 2018-12-15 | 2 | -7/+88 |
| | | | | BREAKING CHANGE: A custom InsufficientAssetLiquidityError error is now raised when there is insufficient liquidity | ||||
* | fix(asset-buyer): output assetEthAmount instead of ethPerAssetPrice in ↵ | Brandon Millman | 2018-11-13 | 1 | -13/+13 |
| | | | | BuyQuoteInfos | ||||
* | feat(asset-buyer): update buyQuoteCalculator to match rounding behavior in ↵ | Brandon Millman | 2018-10-24 | 1 | -4/+8 |
| | | | | contracts | ||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | Fix incorrect affiliate fee calculations and associated tests | Brandon Millman | 2018-10-06 | 1 | -9/+15 |
| | |||||
* | Update BuyQuote interface | Brandon Millman | 2018-10-05 | 1 | -10/+24 |
| | |||||
* | Remove unused constants | Brandon Millman | 2018-10-04 | 1 | -3/+0 |
| | |||||
* | Add fee order with a takerFee | Brandon Millman | 2018-10-04 | 1 | -2/+6 |
| | |||||
* | Add additional order factory methods and refactor test to use them | Brandon Millman | 2018-10-04 | 1 | -60/+23 |
| | |||||
* | Add additional test for slippage | Brandon Millman | 2018-10-04 | 1 | -12/+64 |
| | |||||
* | Add buy_quote_calculator_test | Brandon Millman | 2018-10-04 | 1 | -0/+130 |
| | |||||
* | Delete old test | Brandon Millman | 2018-09-15 | 1 | -136/+0 |
| | |||||
* | Create initial AssetBuyer class | Brandon Millman | 2018-09-15 | 1 | -132/+132 |
| | |||||
* | Move packages/forwarder-helper into packages/asset-buyer | Brandon Millman | 2018-09-15 | 2 | -0/+149 |