aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux/async_data.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-120/+0
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-1/+1
* Merge branch 'development' into feature/instant/usd-eth-toggleSteve Klebanoff2018-12-151-0/+1
|\
| * fix(instant): Don't update heartbeat if amount is 0Steve Klebanoff2018-12-111-0/+1
* | Analytics events for ETH/USD toggle and failure to fetch eth usd priceSteve Klebanoff2018-12-131-0/+1
* | Change base currency to ETH if we can't get USD priceSteve Klebanoff2018-12-131-1/+2
|/
* fix(instant): render token selector when only one asset is availableBrandon Millman2018-12-041-1/+2
* Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol...Steve Klebanoff2018-12-011-2/+8
|\
| * Move fetch origin out of optionsSteve Klebanoff2018-11-291-2/+3
| * fetchedVia -> fetchOriginSteve Klebanoff2018-11-291-2/+2
| * QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-291-2/+2
| * feat(instant): Quote fetch trackingSteve Klebanoff2018-11-281-3/+8
* | Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-271-0/+2
|\|
| * feat(instant): implement account related eventsBrandon Millman2018-11-211-0/+2
* | Report when cant update balanceSteve Klebanoff2018-11-221-0/+1
* | Explicit error reportingSteve Klebanoff2018-11-211-0/+3
|/
* Send in affiliate info as optionSteve Klebanoff2018-11-161-2/+1
* Have heartbeat update not trigger errorsSteve Klebanoff2018-11-161-2/+2
* Merge https://github.com/0xProject/0x-monorepo into feature/instant/metamask-...fragosti2018-11-141-3/+3
|\
| * chore(instant): fix prettierBrandon Millman2018-11-141-1/+7
| * chore(instant): update selectedAssetAmount in the redux state to be named sel...Brandon Millman2018-11-141-3/+3
* | fix: remove requirement of default case in all switch statementsfragosti2018-11-131-8/+3
* | feat: prevent eth balance blinkfragosti2018-11-131-3/+3
* | feat: integrate wallet flow with heartbeat and other branchesfragosti2018-11-131-29/+36
|/
* feat(instant): handle privacy mode in walletsBrandon Millman2018-11-101-2/+7
* Linting and renaming variablesSteve Klebanoff2018-11-101-6/+6
* Use interface like named parameters hereSteve Klebanoff2018-11-101-2/+3
* Emulate named parameters with interfaceSteve Klebanoff2018-11-101-1/+2
* Make sure we only update price when they are not in the middle of an orderSteve Klebanoff2018-11-101-2/+3
* Use existing functions instead of writing our ownSteve Klebanoff2018-11-101-1/+2
* Merge branch 'development' into feature/instant/buy-quote-heartbeatSteve Klebanoff2018-11-101-4/+25
|\
| * fix(instant): fix bug where we potentially fetch balance for the wrong accountBrandon Millman2018-11-091-3/+5
| * Merge branch 'development' into feature/instant/account-state-changeBrandon Millman2018-11-091-1/+20
| |\
| | * fix(instant): update buy quote at start up in the case of default amountBrandon Millman2018-11-081-0/+20
* | | feat(instant): Heartbeat for updating account infoSteve Klebanoff2018-11-091-2/+2
|/ /
* | feat(instant): fetch balance at startupBrandon Millman2018-11-081-0/+16
* | feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-0/+21
|/
* feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-12/+11
* chore: address PR commentsfragosti2018-11-031-1/+1
* feat: better handle errors in async fetchesfragosti2018-11-021-6/+10
* feat: modify public API to allow for passing in available assets, or fetch as...fragosti2018-11-011-7/+18
* feat: MVP of passing in sraApiUrl, assetData and other settings from render m...fragosti2018-10-191-2/+2
* feat: make redux actions type-sagefragosti2018-10-131-3/+2
* feat: have coinbase API return BigNumber for eth-usd price endpointfragosti2018-10-131-3/+4
* feat: Move over features from zrx-buyerfragosti2018-10-111-0/+22