aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/redux
Commit message (Collapse)AuthorAgeFilesLines
* Track numberAvailableAssets, selectedAssetName, selectedAssetData event ↵Steve Klebanoff2018-11-271-3/+18
| | | | properties
* Token Selector open, closed, choseSteve Klebanoff2018-11-271-0/+9
|
* chore(instant): revert usage of event propertiesBrandon Millman2018-11-221-2/+2
|
* chore(instant): refactor usage of event properties in heapBrandon Millman2018-11-221-7/+5
|
* chore(instant): refactor account tracking logic in middleware to be more ↵Brandon Millman2018-11-221-8/+8
| | | | readable
* feat(instant): implement account related eventsBrandon Millman2018-11-212-16/+20
|
* Linting: rename variableSteve Klebanoff2018-11-201-2/+2
|
* Trigger Wallet Ready when address changedSteve Klebanoff2018-11-171-2/+16
|
* Getting rid of unused function, and using track prefixSteve Klebanoff2018-11-171-1/+1
|
* Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-171-3/+2
|\
| * Send in affiliate info as optionSteve Klebanoff2018-11-161-2/+1
| |
| * Have heartbeat update not trigger errorsSteve Klebanoff2018-11-161-2/+2
| |
* | We may not know num available assets available when wallet ready, so not ↵Steve Klebanoff2018-11-171-3/+1
| | | | | | | | trackin there
* | Typesafe analytic actionsSteve Klebanoff2018-11-171-2/+4
| |
* | Move variable assignments around to be more clearSteve Klebanoff2018-11-161-3/+5
| |
* | LintingSteve Klebanoff2018-11-162-2/+1
| |
* | Report ETH in unitsSteve Klebanoff2018-11-161-3/+9
| |
* | feat(instant): Heap middleware and first tracking eventsSteve Klebanoff2018-11-162-3/+42
|/
* Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-143-12/+13
|\ | | | | | | 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-143-12/+13
| | | | | | | | selectedAssetUnitAmount
* | fix: remove requirement of default case in all switch statementsfragosti2018-11-132-10/+8
| |
* | feat: prevent eth balance blinkfragosti2018-11-132-6/+11
| |
* | feat: integrate wallet flow with heartbeat and other branchesfragosti2018-11-131-29/+36
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-103-12/+17
|\| | | | | | | feature/instant/metamask-connect-flow
| * feat(instant): handle privacy mode in walletsBrandon Millman2018-11-103-7/+8
| |
| * 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-103-10/+33
| |\
| * | feat(instant): Heartbeat for updating account infoSteve Klebanoff2018-11-091-2/+2
| | |
* | | feat: implement CurrentStandardSlidingPanel and put it in the main containerfragosti2018-11-102-1/+29
| |/ |/|
* | fix(instant): fix bug where we potentially fetch balance for the wrong accountBrandon Millman2018-11-093-9/+13
| |
* | 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): fetch balance at startupBrandon Millman2018-11-083-1/+32
| |
* | feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-083-1/+57
|/
* feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-083-156/+165
|
* chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-071-12/+12
|
* chore(instant): fix lint errorBrandon Millman2018-11-061-1/+0
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-032-6/+3
|\ | | | | | | feature/instant/maker-asset-datas-interface
| * lintingSteve Klebanoff2018-11-031-1/+1
| |
| * Merge branch 'development' into ↵Steve Klebanoff2018-11-032-4/+67
| |\ | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn
| * | Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-022-6/+2
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-032-5/+68
|\ \ \ | | |/ | |/| | | | feature/instant/maker-asset-datas-interface
| * | feat(instant): implement affiliateFeeInfo propBrandon Millman2018-11-031-0/+3
| | |
| * | removing unused importsSteve Klebanoff2018-11-021-1/+1
| | |
| * | Take out old ended variableSteve Klebanoff2018-11-021-14/+6
| | |
| * | Removing old extra paramSteve Klebanoff2018-11-011-1/+0
| | |
| * | Revert "Remove default in state reducer"Steve Klebanoff2018-11-011-0/+2
| | | | | | | | | | | | This reverts commit cc2719492d72602ecd1c503cf0ecee95cd05db33.
| * | Remove default in state reducerSteve Klebanoff2018-11-011-2/+0
| | | | | | | | | | | | This allows us to ensure that we explicitly handle every action type
| * | Explicit actions for setting different order statesSteve Klebanoff2018-11-012-4/+73
| | | | | | | | | | | | This allows us to dispatch updates with less syntax, and allows us to not have to send in progress info when setting failure and success
| * | Remove unused importSteve Klebanoff2018-10-311-1/+0
| | |
| * | Get rid of old demoSteve Klebanoff2018-10-312-9/+0
| | |
| * | Remove old filesSteve Klebanoff2018-10-312-13/+0
| | |
| * | Simulated Progress component workingSteve Klebanoff2018-10-312-1/+14
| | |
| * | Dispatching progressSteve Klebanoff2018-10-312-0/+10
| |/
* | chore: address PR commentsfragosti2018-11-031-1/+1
| |
* | feat: better handle errors in async fetchesfragosti2018-11-021-6/+10
| |
* | feat: add states to the erc20 input for no assets or only 1 assetfragosti2018-11-021-2/+2
| |
* | feat: implement basic erc20 token selectorfragosti2018-11-012-12/+2
| |
* | feat: modify public API to allow for passing in available assets, or fetch ↵fragosti2018-11-013-9/+29
|/ | | | assets from SRA
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-291-6/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix(instant): refactor some props to use isDisabled instead of disabled linting imports feat(instant): Disable input when processing Add back debounce Make doesBuyQuoteMatchState in reducer less strict fix(instant): prevent outdated quote requests from overriding the correct quote selected asset buy order state button -> selected asset buy order state buttons buy order state button -> buy order state buttons feat(order_utils.py): ERC721 asset data codec (#1186) Add note about tslint false positive tsx -> ts Get BuyOrderState one big connected component, and let user view failure Show View Transaction button on failure, and allow setting of width for Try Again button and View Txn button Added string to constants chore: Update contract-wrappers CHANGELOG.json fix(contract-wrappers): Fix tslint errors that were lingering due to misconfiguration chore: Add --format stylish to tslint
| * Make doesBuyQuoteMatchState in reducer less strictBrandon Millman2018-10-271-7/+12
| |
| * fix(instant): prevent outdated quote requests from overriding the correct quoteBrandon Millman2018-10-271-6/+36
| |
* | Refactor error handling such that errorMessage lives on the top level stateBrandon Millman2018-10-272-12/+12
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-261-3/+11
|\ | | | | | | feature/instant/input-fees-rounding
| * Introduce new OrderProcessStateSteve Klebanoff2018-10-251-3/+11
| |
* | chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-262-2/+6
|/
* Get rid of unused importSteve Klebanoff2018-10-251-1/+1
|
* Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-242-3/+3
|\
| * rename action to resetAmountSteve Klebanoff2018-10-242-3/+3
| |
* | feat(instant): Procesing and Success statesSteve Klebanoff2018-10-242-9/+8
|/
* Merge branch 'feature/instant/beta-render-et-al' into ↵Steve Klebanoff2018-10-203-34/+31
|\ | | | | | | feature/instant/failure-state
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-202-22/+18
| |\ | | | | | | | | | 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-192-6/+6
| | |
| | * fix camel casing of updateBuyOrderStateSteve Klebanoff2018-10-191-1/+1
| | |
| | * quoteState -> quoteRequestStateSteve Klebanoff2018-10-192-7/+7
| | |
| * | feat: add network to state and use it where relevantfragosti2018-10-192-10/+13
| | |
| * | fix: refactor ZeroExInstant state creation logic and fix bugfragosti2018-10-192-3/+1
| | |
* | | WIP: clear buy quote workingSteve Klebanoff2018-10-202-0/+10
|/ /
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-193-10/+62
|\| | | | | | | feature/instant/beta-render-et-al
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-182-4/+4
| |
| * selectedAssetBuyState -> buyOrderStateSteve Klebanoff2018-10-182-4/+4
| |
| * add concept of quoteStateSteve Klebanoff2018-10-182-1/+20
| |
| * latestErrorDismissed -> latestErrorDisplay enumSteve Klebanoff2018-10-181-14/+11
| |
| * use redux dev tools from packageSteve Klebanoff2018-10-181-2/+2
| |
| * feat(instant): Handle AssetBuyer errorsSteve Klebanoff2018-10-183-2/+37
| |
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵fragosti2018-10-194-10/+35
|/ | | | method
* feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-2/+6
|
* feat: make redux actions type-sagefragosti2018-10-133-4/+41
|
* feat: have coinbase API return BigNumber for eth-usd price endpointfragosti2018-10-131-3/+4
|
* feat: Move over features from zrx-buyerfragosti2018-10-112-2/+39
|
* Create SelectedAssetInputAmountfragosti2018-10-051-0/+8
|
* Fix linting problemsfragosti2018-10-052-3/+3
|
* Add Inter UI fontfragosti2018-10-041-2/+0
|
* Add redux to 0x instantfragosti2018-10-042-0/+31