aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux/async_data.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(instant): implement account related eventsBrandon Millman2018-11-211-0/+2
|
* 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 ↵fragosti2018-11-141-3/+3
|\ | | | | | | feature/instant/metamask-connect-flow
| * chore(instant): fix prettierBrandon Millman2018-11-141-1/+7
| |
| * chore(instant): update selectedAssetAmount in the redux state to be named ↵Brandon Millman2018-11-141-3/+3
| | | | | | | | selectedAssetUnitAmount
* | 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: [instant] Viewport specific errors (#1228) Added more comments Include wholeNumberSchema in sra-spec schemas chore(instant): fix linter Fix isNode fix(instant): update buy quote at start up in the case of default amount fix: apply css reset to overlay as well fix(website): turn off production flag when building locally chore: linter fix: progress bar fix: use fontSize prop in button feat: make instant resistant to external styles feat: add faux externall css file Add upstream issue Use const require instead of import Fix tslint issues Use detect-node Set curstom inspect printer in BigNumber
| | * 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 ↵fragosti2018-11-011-7/+18
| | | | assets from SRA
* feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵fragosti2018-10-191-2/+2
| | | | method
* 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