aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux/reducer.ts
Commit message (Collapse)AuthorAgeFilesLines
* Introduce new OrderProcessStateSteve Klebanoff2018-10-251-3/+11
|
* Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-241-1/+1
|\
| * rename action to resetAmountSteve Klebanoff2018-10-241-1/+1
| |
* | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-241-5/+5
|/
* Merge branch 'feature/instant/beta-render-et-al' into ↵Steve Klebanoff2018-10-201-21/+23
|\ | | | | | | feature/instant/failure-state
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-201-17/+13
| |\ | | | | | | | | | feature/instant/beta-render-et-al
| | * Moved LatestErrorDisplay to types file and gave generic nameSteve Klebanoff2018-10-191-10/+6
| | |
| | * Rename update function to set function since it doesnt take a parameterSteve Klebanoff2018-10-191-2/+2
| | |
| | * quoteState -> quoteRequestStateSteve Klebanoff2018-10-191-5/+5
| | |
| * | feat: add network to state and use it where relevantfragosti2018-10-191-3/+10
| | |
| * | fix: refactor ZeroExInstant state creation logic and fix bugfragosti2018-10-191-1/+0
| | |
* | | WIP: clear buy quote workingSteve Klebanoff2018-10-201-0/+8
|/ /
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-191-6/+46
|\| | | | | | | feature/instant/beta-render-et-al
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
| |
| * selectedAssetBuyState -> buyOrderStateSteve Klebanoff2018-10-181-3/+3
| |
| * add concept of quoteStateSteve Klebanoff2018-10-181-1/+16
| |
| * latestErrorDismissed -> latestErrorDisplay enumSteve Klebanoff2018-10-181-14/+11
| |
| * feat(instant): Handle AssetBuyer errorsSteve Klebanoff2018-10-181-1/+29
| |
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵fragosti2018-10-191-6/+19
|/ | | | method
* feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-2/+6
|
* feat: make redux actions type-sagefragosti2018-10-131-1/+3
|
* feat: Move over features from zrx-buyerfragosti2018-10-111-2/+17
|
* Create SelectedAssetInputAmountfragosti2018-10-051-0/+8
|
* Fix linting problemsfragosti2018-10-051-2/+2
|
* Add redux to 0x instantfragosti2018-10-041-0/+23