aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/util/buy_quote_updater.ts
Commit message (Expand)AuthorAgeFilesLines
* Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-151-1/+6
* feat(instant): More aggressive error reportingSteve Klebanoff2018-12-061-5/+2
* Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol...Steve Klebanoff2018-12-011-2/+10
|\
| * Use base unit valueSteve Klebanoff2018-11-291-1/+1
| * Move fetch origin out of optionsSteve Klebanoff2018-11-291-7/+3
| * fetchedVia -> fetchOriginSteve Klebanoff2018-11-291-3/+7
| * QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-291-2/+2
| * Take out asset name and data as we can use the selected event propertiesSteve Klebanoff2018-11-291-7/+1
| * Tracking quote errorsSteve Klebanoff2018-11-281-0/+7
| * feat(instant): Quote fetch trackingSteve Klebanoff2018-11-281-2/+9
* | LintingSteve Klebanoff2018-11-221-1/+1
* | Always report unexpected errors. Move error message generation into helper f...Steve Klebanoff2018-11-221-21/+8
* | Explicit error reportingSteve Klebanoff2018-11-211-1/+3
|/
* Send in affiliate info as optionSteve Klebanoff2018-11-161-3/+2
* Have heartbeat update not trigger errorsSteve Klebanoff2018-11-161-20/+24
* chore(instant): update selectedAssetAmount in the redux state to be named sel...Brandon Millman2018-11-141-2/+2
* Linting and renaming variablesSteve Klebanoff2018-11-101-2/+0
* Use existing functions instead of writing our ownSteve Klebanoff2018-11-101-2/+7
* fix(instant): update buy quote at start up in the case of default amountBrandon Millman2018-11-081-0/+56